@charset "UTF-8";
/* CSS Document */

/*------------------------------------------
Art of Nurishment - Basic Style Sheet
version:	1.0
author:		Daniel Vice
email:		isd@mindspring.com
-------------------------------------------*/
/* Sample Attribute Hierachy

.someAttribute {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
	
	
/* Page Layout
-------------------------------------------*/
body {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	background-image:url(interface/vineBack.jpg);
	/*Formatting Attributes*/
	margin:0;
	padding:0;
	/*Type Attributes*/
	font-size:62.5%; /*----- Makes 1em == 10px.*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*Other Attributes*/
	}

p {
	padding:0;
	}
	
#wrapper {
	/*Position Attributes*/
	/*Size Attributes*/
	width:80em;
	height:51.7em;
	/*Color Attributes*/
	background-image:url(interface/back.jpg);
	/*Formatting Attributes*/
	margin: 0 auto;
	margin-top:2em;
	padding:0;
	/*Type Attributes*/
	/*Other Attributes*/
	}
	
#mainImage {
	/*Position Attributes*/
	position:absolute;
	right:60%;
	top:4.9em;
	/*Size Attributes*/
	width:25.2em;
	height:39.5em;
	/*Color Attributes*/
	background-image:url(interface/photo.png);
	/*Formatting Attributes*/
	margin-top:3em;
	padding:0;
	/*Type Attributes*/
	
	/*Other Attributes*/
	}

#headline {
	/*Position Attributes*/
	position:absolute;
	left:47%;
	top:9em;
	/*Size Attributes*/
	width:37em;
	height:6em;
	/*Color Attributes*/
	background-image:url(interface/headline.png);
	/*Formatting Attributes*/
	padding:0;
	/*Type Attributes*/
		
	/*Other Attributes*/
	}	
	
	
	
	
/* Navigation
-------------------------------------------*/
#menu {
	/*Position Attributes*/
	display:block;
	position:absolute;
	left:30%;
	/*Size Attributes*/
	width:20em;
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding:0;
	margin-top:5em;
	/*Type Attributes*/
	text-align:right;
	font-size:2.5em;
	/*Other Attributes*/
	}	
	
#menu ul {
	/*Position Attributes*/
	display:block;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	list-style:none;
	/*Other Attributes*/
	}	
	
#menu li a {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	text-decoration:none;
	color:#FFFFFF;
	/*Other Attributes*/
}

#menu li a:hover {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	text-decoration:none;
	color:#00CCFF;
	/*Other Attributes*/
}

#menu2 {
	/*Position Attributes*/
	display:block;
	position:absolute;
	left:30%;
	/*Size Attributes*/
	width:20em;
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding:0;
	margin-top:12em;
	/*Type Attributes*/
	text-align:right;
	font-size:2.5em;
	/*Other Attributes*/
	}
	
#menu2 ul {
	/*Position Attributes*/
	display:block;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	list-style:none;
	/*Other Attributes*/
	}	

#menu2 li a {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	text-decoration:none;
	color:#FFFFFF;
	/*Other Attributes*/
}

#menu2 li a:hover {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	text-decoration:none;
	color:#00CCFF;
	/*Other Attributes*/
}

/* Content Formating
-------------------------------------------*/

/* Typography
-------------------------------------------*/