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

/*------------------------------------------
AFI Web Site - Main 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 {
	margin:0;
	padding:0;
	/* background: url(graphics/back.jpg) repeat-x #f0ecd8;	*/
	font-size:62.5%; /*----- Makes 1em == 10px.*/
	font-family:Georgia, "Times New Roman", Times, serif;
	}

p {
	padding:0;
	}
	
#wrapper {
	/*Position Attributes*/
	/*Size Attributes*/
	width:80em;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin:0 auto;
	padding:0;
	/*Type Attributes*/
	/*Other Attributes*/
	}
	
#nav {
	/*Position Attributes*/
	position:absolute;
	left:19em;
	top:6em;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
	z-index:2;
}

#nav dl{
	/*Position Attributes*/
	float:left;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-left:.6em;
	padding-right:.6em;
	/*Type Attributes*/
	font-size:2.1em;
	/*Other Attributes*/
}

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

#nav a:hover{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	color:#644F03;
	/*Formatting Attributes*/
	/*Type Attributes*/
	text-decoration:none;
	/*Other Attributes*/
}
	
#logo {
	/*Position Attributes*/
	position:absolute;
	left:1.5em;
	top:1.5em;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
	z-index:2;
}

#content {
	/*Position Attributes*/
	position:absolute;
	left:6.2em;
	top:10.6em;
	/*Size Attributes*/
	width:66.7em;
	height:42em;
	/*Color Attributes*/
	background:#FFFFFF;
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
	z-index:1;
}

#contentText {
	/*Position Attributes*/
	position:absolute;
	left:6.2em;
	top:10.6em;
	/*Size Attributes*/
	width:66.7em;
	height:37em;
	/*Color Attributes*/
	background:#FFFFFF;
	/*Formatting Attributes*/
	padding:2em;
	padding-top:3em;
	/*Type Attributes*/
	/*Other Attributes*/
	z-index:1;
	overflow:auto;
}

#contentText p{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	color:#644F03;
	/*Formatting Attributes*/
	/*Type Attributes*/
	font-size:1.5em;
	/*Other Attributes*/
}

#contentText li{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	color:#644F03;
	/*Formatting Attributes*/
	margin-left:15em;
	/*Type Attributes*/
	font-size:1.5em;
	/*Other Attributes*/
}

#contentText img{
	/*Position Attributes*/
	float:left;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left:0;
	margin-right:2em;
	margin-top:2em;
	/*Type Attributes*/
	/*Other Attributes*/
	clear:both;
}

#tagLine {
	/*Position Attributes*/
	position:absolute;
	left:15em;
	top:50em;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
	z-index:0;
}