@charset "utf-8";
/* CSS Document */

body {
	width:795px;
	margin: 10px auto;
	text-align:center;
	background-color:#d7c19f;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
	}
	
.line {
	 height:1px; 
	 border-top:1px solid #666; 
	 width:80%;
	 margin:0;
	 padding:0;
}	

a:link {
	color: #202db3;
	text-decoration:none;
	}
	
a:visited {
	color: #d54b1c;
	text-decoration:none;
	}
	
a:hover {
	color: #d54b1c;
	text-decoration: underline;
	}
	
.xsmall {
	font-size:10px;
}

#container {
	background-image:url(../images/bg_index.jpg);
	background-repeat:repeat-y;
	width:795px;
	text-align:left;

	}

#header {
	width:795px;
	margin:0;
	padding:0;
	text-align:center;
}

#nav {
	width:795px;
	height:28px; 
	margin:0;
	padding:0;
	text-align:center;
	background-color:#ea6941;
}

#nav img {
	margin:0;
	padding:0;
	display:inline;
}

#content{
	height: 700px;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	}

#leftsidebar {
	width:181px;
	height:666px;
	padding:25px 4px 5px 6px;
	margin:0px;
	float:left;
	background-color:#e7eaef;
}


#eggplantsidebar {
	background-image:url(../images/bg_eggplant_top.jpg);
	background-repeat:no-repeat;
	width:162px;
	text-align:left;
	line-height: 1.2em;
	color:#ffffff;
	font-size:12px;
	padding:6px 8px 8px 8px;
}

#eggplantsidebar h5 {
 	text-align:center;
	margin:0px 0px 8px 0;
	padding:0px;
	color:#ffffff;
	font-size:12px;
}

#sponsors {
	padding: 0 10px 10px 10px;
	font-size:12px;
	line-height:1.1em;
	text-align:center;
	margin-top:15px;
}

#sponsorsinner {
	 background-color:#ffffff;
	 padding-top:10px; 
	 padding-bottom: 
	 10px; border: 
	 1px solid #993399;
}

#righttwocolumns {
	width:563px;
	text-align:left;
	float:left;
	margin:0;
	padding: 20px;
}

#directoryresults {
	width:563px;
	height:auto;
	text-align:left;
	float:left;
	margin:0;
	padding: 20px;
	background-color:#ffffff;
}



#contact {
	padding:5px;
	margin: 0;
	width:785px;
	background-color:#d7c19f;
	font-size: 14px;
	color:#4e311c;
	text-align:center;
	line-height:1.4em;
	border-bottom: 1px solid #202db3;
	border-top: 1px solid #202db3;
	clear:both;
}

#privacy {
	margin-left:0px;
	margin-top: 10px;
	width: 795px;
	height: 720px;
	text-align:left;
	padding:5px;
	color:#ffffff;
	font-size:12px;
	}	
	
#footer {
	background-color:#a0afd8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4e311c;
	width: 779px;
	text-align:left;
	clear:both;
	line-height:1.2em;
	padding: 5px 8px;
	}
	

