/* CSS Document */

body{
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #272726;
	text-align: center;
	margin: 0px auto;
	font: small Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#container{
	background-image: url(images/container_bg_home.jpg);
	margin: 10px auto 0px;
	padding: 0px;
	width: 759px;
}
#header{
	background-image: url(images/header_home.jpg);
	margin: 0px;
	padding: 0px;
	height: 211px;
}
#header h1{
	font-size: 1.8em;
	color: #996699;
	margin: 0px 0px 0px -9999px;
	padding: 0px;
}

#nav{
	margin: 0px;
	padding: 15px 0px 0px 65px;
	text-align: left;
	width: 400px;
	float: left;
	line-height: 2em;
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
	list-style: disc url(images/bullet_diamond.gif) outside;
}
#nav li{
	margin: 3px;
	padding: 0px;
	list-style: url(images/bullet_diamond.gif) outside;
}
#nav a:link, #nav a:visited{
	font-weight: bold;
	text-decoration: underline;
	color: #f0e6c3;
	padding: 0px 10px;
	margin: 0px;
	font-size: 1.1em;
}

#nav li a:hover, #nav li a.activeLink:link, #nav li a.activeLink:visited{
	
	color: #CBA8C9;

}

#bodyCon{
	margin: 0px;
	padding: 15px;
	background-image: url(images/con_home.jpg);
	height: 190px;
	background-repeat: no-repeat;
}
#content{
	background-image: url(images/content_panel_upper.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
	padding: 10px 30px;
	width: 645px;
	text-align: left;
}
#content h2{
	margin: 20px 10px 10px;
	padding: 0px;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h3{}
#content p{
	font-size: 1.2em;
	margin: 0px;
	padding: 10px 0px 0px;
	line-height: 1.3em;
}
#contentBottom{
	width: 705px;
	background-image: url(images/content_panel_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px auto;
	padding: 0px;
	height: 22px;
}
#footer{
	background-image: url(images/footer_home.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px 0px 25px;
	width: 759px;
}
#footer p{
	font-size: 1em;
	font-weight: bold;
	color: #F0e6c3;
	margin: 0px;
	padding: 0px;
}

#footer a:link,#footer a:visited{
	font-weight: bold;
	color: #f0e6c3;
	background-color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	color: #F4F448;
	text-decoration: none;
	background-color: #000000;
}

img.left{}
img.right{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: right;
	border: 2px solid #999999;
}
