html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #000;
	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: 10px; 
	padding: 0px;
	text-align: left;
	line-height: 15px;
	}
ul{
	margin: 10px; 
	padding: 0px;
}
	
li{
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px; 
	color: #FF6600;
}

hr{
	color: #FF6600;
}

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


.table {
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
}

.table td{
	border-right: 2px solid #000;
	border-top: 2px solid #000;
}

.tablewhite {
	border-bottom: 0px solid #FFF;
	border-left: 0px solid #FFF;
}

.tablewhite td{
	border-right: 0px solid #FFF;
	border-top: 0px solid #FFF;
}


/* 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: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px 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;
	background-color: #333;
}

#logo{
	height: 209px;
	width: 477px;
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 15px;
	left: 20px;
	/*visibility: hidden;*/
}

#nav{
	height: 300px;
	width: 26px;
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 224px;
	left: 10px;
	/*visibility: hidden;*/
}

#nav_inner{
	height: 174px;
	width: 518px;
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 227px;
	left: 8px;
	/*visibility: hidden;*/
}

#main_content{
	margin: 0px;
	padding: 2px;
	clear: both;
	border: 2px solid #000;
	background-color: #FFF;
}

#iframe{
    line-height: 15px;
	margin: 10px;
	padding: 3px;
	clear: both;
	height: 400px;
	overflow: auto;
}


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

#footer p { 
	margin: 0px; 
	padding: 0px;
	text-align: center;
	font-size: 9px;	
}

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