/* CSS Document */

body {
background:#333333;

}
#container {
position:absolute;
left:50%;
top: 100px; 
margin-left:-374px;
width:745px;
background:#333333;


}
#container a {
	text-decoration:none;
	
}


#container_sub {
position:absolute;
left:50%;
top: 20px; 
margin-left:-374px;
width:745px;
background:#ffffff;
font-size:small;
font-family:Geneva, Arial, Helvetica, sans-serif;



}

#container_sub a {
text-decoration:none;

	
}
/*
#container_sub a:hover{
border-bottom:1px dotted #ccc;
}*/
#main_content a:hover {
	border-bottom:1px dotted #ccc;
}

#banner {
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0px;
   width:745px;
   background: #333333;
}

#nav {
width:745px;
background: #333333;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:small;
}

#main_content {
	float: left;
	width:461px;
	background:#FFFFFF;
	font-size:small;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	
}
#right_side{

font-family:Geneva, Arial, Helvetica, sans-serif;
margin-left:20;

}

#right_side a {
text-decoration:none;
}

#right_side a:hover {
border-bottom:1px dotted #ccc;
}

#main_content p{

padding-left:20px;
}


p:first-letter 
{
color: #666666;
font-size:xx-large;
}



#right_content {
float: right;
width: 244;
background:#ffffff;
}

#footer {
float: left;
color:#D6C4A9;
font-size:small;
font-family: "Tempus Sans ITC", Geneva, Arial, Helvetica, sans-serif;
background:#333333;
width:745px;

}

#footer a {
color:#FFFFFF;
}



#footer a:hover {
    color:#999999;
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;

}

#stripe {

float: left;
width:745px;
background:#FFF;
color:#663333;
font-family: "Tempus Sans ITC", Geneva, Arial, Helvetica, sans-serif;
text-align:left;
}

#stripe a {
color:#333333;
}
#stripe a:hover {
    color:#83802f;
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;

}
h3 {
	font-weight: bolder;
	font-variant: small-caps;
	color: #999999;
}
h3:first-letter 
{
color: #666666;
font-size:xx-large;
}

.quote {

padding-left:30px;
padding-right:30px}

.right_links {
position:relative;
top:274;


}


.right_links2 {
position:absolute;
top:524;


}
/* THIS MAKES THE DROP SHADOW WORK ON IMAGES */
			.imagecontainer{
				  float:left;
				  clear:left;
				  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
				  background: url(images/shadow.gif) no-repeat bottom right;
				  margin: 10px 0 10px 10px !important;
				  margin: 10px 0 10px 5px;
			}
			.imagecontainer img{
				display: block;
				position: relative;
				background-color: #fff;
				border: 1px solid #a9a9a9;
				margin: -6px 6px 6px -6px;
				padding: 4px;
			}


#container #footer {
	color: #D6C4A9;
}
