body   {	
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(/Custom/Components/FrontEnd/Pictures/background-image.jpg);
	background-repeat: no-repeat;
    background-attachment:fixed;
	background-color: #766b60;
}

#flashcontent{
	float: right;
}

#container {
	position:relative;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0 px;
}

#top_section{
	position:relative;	
	width: 840px;
	height: 365px;
	background-image: url(/Custom/Components/FrontEnd/Pictures/header-bar.jpg);
	background-repeat: repeat-x;	

}


#content {
	position: relative;
	float: right;
	width: 840px;
	padding: 0 0 0 0px;
	margin-top: 365px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	background-image: url(/Custom/Components/FrontEnd/Pictures/content-repeat.jpg);
	background-repeat: repeat-y;	
}
		
#content-inner {
	position:relative;
	float: right;	
	width: 840px;
	background-image: url(/Custom/Components/FrontEnd/Pictures/content-top.jpg);
	background-repeat: no-repeat;	
}
		
#content-right{
	position: relative;
	float: right;
	width: 540px;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 10px;
	
}

#content-left{
	position: relative;
	float: left;
	width: 200px;
	margin-left: -15px;
}

#content-left ul{
	list-style-type: none;	
}

#content-left ul li{
 	border-bottom: 1px solid #333333;
}

#content-left ul li a{
	color: white;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 13px;
}

#content-left ul li a:hover{
	color: #b3a598;
}


#content p {
	font-family: Verdana, Times, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373333;
	text-decoration: none;

}

#content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-decoration: none;
}
	
#content a {
	color: #b9ca00;
	text-decoration: underline;
}
		
#content a:hover {
        text-decoration: none;
}

		
label {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-decoration: none;
	margin-right:25px;
    
}
		
#content img {
	border: 2px solid;
	border-color: #e3e2f;
	margin: 0px;
	padding-right: 2px;	
}

		


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #281d19;
	border-bottom: 1px solid #281d19;
	width: 100%;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 0px;
}
		
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #281d19;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #281d19;
	text-decoration: none;
	margin: 0px;
	padding: 0px;	
        padding-right:15px;
}		


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #281d19;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#footer {
	position:relative;
	clear:both;
	width:840px;
	height: 30px;
	margin: 0 0 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	background-color: #281d19;
	color: white;
	border-top: 1px solid white;
        background-image: url(/Custom/Components/FrontEnd/Pictures/footer.jpg);	
}
	
#footer a {
	color: orange;
	font-weight:bold;
        text-decoration: none;
}
		
#footer a:hover {
        color: orange;
	text-decoration: underline;
}


