html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #FFF;
	background-color: #000;
	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;
} 
	
p { 
	margin: 15px; 
	padding: 0px;
	text-align: left;
	line-height: 17px;
	color: #FFFFFF;
	}
	
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: #CCCCCC;
	}
a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #CCCCCC;
	}
a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #CCCCCC;
	}

/* divs */

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

}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	position: relative;
	text-align: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
	background-image: url(../images/bg_shadow.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}

#top{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
}

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

#contactbg{
	position:absolute;
	left:499px;
	top:502px;
	width:280px;
	height:315px;
	background-image: url(../images/bg_contact.jpg);
	z-index: 2;
	padding: 5px;
}

#contact2bg{
	position:absolute;
	left:499px;
	top:502px;
	width:280px;
	height:256px;
	background-image: url(../images/bg_contact.jpg);
	z-index: 2;
	padding: 5px;
}

#footer{
	margin: 0px;
	padding: 0px;
}
	

