/* CSS Document */


body {
	
 background-color: #aea596;
	border:0;
	margin:0;
	padding:0;
	
 text-align:center;
	font-family: verdana, helvetica, serif;
	font-size: 0.9em;
	line-height: 1.5em;
 }

.style1 {color: #000000}


a.capLink {
	text-decoration: none;
	color: #F00;
	text-transform: uppercase;
}

a.capLink:hover {
	text-decoration: underline;
	color: #ea212e;
	text-transform: uppercase;
}

a.contentLink {
	text-decoration: none;
	color: #ea212e;
}


a.contentLink:hover {
	text-decoration: underline;
	color: #ea212e;
}









h1{
	color: #333;
	text-transform: uppercase;
	line-height:1.2em;
	font-size:1.2em;
	font-weight:100;
	margin:0 0 1em 0;
	padding:0;
}



h2{
	color: #003;
	margin-left: 0em;
	margin-bottom: -1em;
	margin-right: 0em;
	margin-top: 0.6em;
	font-weight: bold;
	line-height:1.2em;
	font-size:100%;
}





#pic{
z-index: 2;
position:absolute;
top:20px;
left:20px;

}
#sidebar{
float:left;
width: 280px;
padding-top: 1px;

}

#pictwo{
z-index: 2;
position:absolute;
top:350px;
left:20px;

}
#sidebartwo{
float:left;
width: 280px;
padding-top: 1px;

}

#picthree{
z-index: 2;
position:absolute;
top:185px;
left:20px;

}






#wrapper {
	padding-top: 30px;
	text-align:left;
	margin:0 auto;
	width:780px;
}



#header {
	position:relative;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 16px;
	height: 220px;
	width:780px;
	background-color: #FFF;
}


#divMenu {
	margin-top: -1px;
	margin-left: -2px;
	height: 22px;
	clear: left;
	float: left;
	width: 780px;
}




#maincontent{
	z-index: 1;
	position:relative;
	background-color: #f3ecd9;
	font-size: 90%;
	color: #636466;
	line-height: 1.2em;
	/*background-position: right top;
background-repeat: repeat-y; */
padding-left: 270px;
	padding-bottom: 25px;
	padding-right: 30px;
	padding-top: 15px;
	margin-top: 20px;
	float:left;
	width: 460px;
}


#contentwrapper{
	/*margin-bottom: 20px;*/
	float: left;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-top: 0px;
	background-color: #fff;
	width: 763px;
}




#footer {

margin-bottom: 20px;

padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
padding-top: 4px;
clear:both;
float:left;
width: 780px;
height: 84px;
display:inline;



}


#footer p{
	color: #000;
	width: 100%;
	float:right;
	margin:0;
	padding: 24px;
	font-size:10px !important;
	text-align: center;
}


img.expando{ /*sample CSS for expando images. Not required but recommended*/
	border: 1px solid #999;
	vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
	margin: 5px;
	padding: 5px;
}



<script type="text/javascript" src="expando.js">

/* Expando Image Script ©2008 John Davenport Scheuer
   as first seen in http://www.dynamicdrive.com/forums/
   username: jscheuer1 - This Notice Must Remain for Legal Use
   */

