/* container placements */

body  
{
	text-align:center;
	margin:0;
	background-color:#212121;
	
}

#main
{
	position:relative;
	margin:0 auto;
	text-align:left;
	width:789px;
	font-size:11px;
	font-family: Verdana;
	
}

#main a
{
color:#ffffff;
text-decoration: underline;
}

#main a:hover
{
color:#ffffff;
text-decoration: underline;
}


#Table_01 
{	
	position:absolute;
	background:#212121;
	left:0px;
	top:0px;
	width:800px;
	height:567px;
	color: #ffffff;
}


#flash_image	
{
	
	width:261px;
	height:688px;
	float:left;

}


#menu	
{
	z-index: -1;
	width: 539px;
	height: 178px;
	float:right;
}

#content
{
background: #2b2b2b;
float:right;
margin-bottom:20px;
width: 539px;
height: auto;
}

#inner_content
{
margin-left:15px;
margin-right:15px;
}


#footer
{
padding-right:10px;
clear:top;
float:left;
width:800px;
height:100px;
text-align:right;
}

#footer_titan
{
font-size: 10px;
color:#9A946B;
float:right;
}

#footer a 
{
	color:#9A946B;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}



/* font tags */


h2
{
font-size:18px;
}

b
{
font-size:12px;
color:#fdfdfd;
text-decoration: underline;
}

strong
{
color:#fdfdfd;
}


