/* CSS Document */

a { color:#807859;
text-decoration:none; }
a:hover { text-decoration:underline; }

#header { background-color:#BFAC60;
padding:8px; 
}
#left2 {
	float:left;
	width:218px;
	height:400px;
	background-image: url(images/side.jpg);
	background-repeat: no-repeat;
}
#left3 {
	float:left;
	width:200px;
	height:100%;
	padding:8px;
	background-color: #FFFFFF;
	margin-top: 28px;
}
#rightindex {
	float:right;
	width:220px;
	height:100%;

}
#right2 {
	float:right;
	width:220px;
	height:100%;
	padding-top: 70px;

}
#right2a {
float:right;
width:181px;
height:100%;
background-color: #FFFFFF;
padding-top: 115px;
}
#right3 {
	float:right;
	width:280px;
	height:100%;
	background-color: #FFFFFF;
	padding-top: 70px;
}

#center2 {
	margin-right:220px;
	padding-top: 5px;
	margin-left: 20px;
}

#center3 {
	margin-right:280px;
	margin-left:170px;
	margin-top: 0px;
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

#center4 {
margin-right:50px;
margin-left:170px;
padding:12px 8px 8px;
margin-top: 0px;
background-color: #FFFFFF;
}

#footer2 {
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	background-image: url(images/bottomfade.png);
	padding-top: 8px;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 4px;
}
#center5 {
margin-right:20px;
margin-left:50px;
padding:12px 8px 8px;
margin-top: 0px;
background-color: #FFFFFF;
}

#footer {
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	height: 100%;
	background-image: url(images/bottomfade.png);
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 4px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
