@CHARSET "ISO-8859-1";

*{
	padding:0;
	margin:0;
}

.clear{
	clear:both;
}

body{
	background-color:#cfdd8e;
	
}

#myleft{
position:absolute;
	top:8px;
	left:95px;
	width:15px;
	height:1120px;
	}
#myright{
position:absolute;
	top:8px;
	left:1155px;
	width:15px;
	height:1120px;
	}
#main{
	width:1040px;
	margin:0px auto;
	background-color:#cfdd8e;
	
}

#top{
	background-color:#000000;
	height:15px;
}

#bottomfooter{
	background-color:white;
	height:15px;
}

#bottom{
	background-color:#5b2e11;
	height:15px;
}
#sidebar{
	background-color:#99ab31;
	height:10px;
}
#dots{
	background-color:#cfdd8e;
	height:20px;
}

#dotscolor{
	background-color:#99ab31;
	height:20px;
}

#information{
	background-color:white;
	float:left;
	width:250px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
}

#information h1,h2{
	margin-bottom:5px;
	color: #472313;
	font-size:16px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
}

#information p{
	margin-bottom:10px;
	line-height:21px;
}


#content{
	border-image: url(images/topheader.jpg) 27 27 27 27 round round;
	border-color:#000000; 
	border-style: solid;
	border-width:10px; 
	padding:5px;
	background-color:white;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;

}

#cards{
	float:left;
	padding-left:60px;
	width:650px;
}

.card{
	text-align:center;
	width:156px;
	float:left;
	margin-right:6px;
	margin-top:10px;
	margin-bottom:40px;
}

.footer-nav{font-family:"Trebuchet MS";font-size: 14px;color: #876650; text-decoration:none}
.footer-nav a:link{font-family:"Trebuchet MS";font-size: 14px;color: #876650;text-decoration:none}
.footer-nav a:active{font-family:"Trebuchet MS";font-size: 14px;color: #876650;text-decoration:none}
.footer-nav a:visited{font-family:"Trebuchet MS";font-size: 14px;color: #876650;text-decoration:none}
.footer-nav a:hover{font-family:"Trebuchet MS";font-size: 14px;color: #876650;text-decoration:none}


