html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #CC3468;
	background-color: #CC66CC;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px; 
	padding: 0px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	scrollbar-base-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #003366;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #003366; 
	scrollbar-shadow-color: #003366;
	scrollbar-darkshadow-color: #FFFFFF; 
} 
	
p { 
	margin: 5px; 
	padding: 0px;
	text-align: left;
	line-height: 17px;
	}
	
li{
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 12px 0px 25px;
	color: #FF9900;
}

hr{
	color: #FF9900;
}

a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #CC3468;
	}
a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #CC3468;
	}
a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #CC3468;
	}


/* divs */

#container{
	width: 98%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;

}

#shadow{
	margin: 0px auto;
	background-image: url(../images/bg_shadow.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 806px;
	border: 0px;
	position: relative;
	text-align: left;
}

#content {
	/*margin: 0px auto;*/
	padding: 0px;
	border: 0px;
	width: 798px;
	background-color: #FFFFFF;
	border-left: 2px solid #990000;
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
	/*position: relative;
	text-align: left;*/
}

#top{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	height: 319px;
}

#main_content{
	margin: 0px;
	padding: 0px;
	clear: both;
}


#footer{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 133px;
}

#footer a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #CC3468;
	}
#footer a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #CC3468;
	}
#footer a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #CC3468;
	}