﻿#wrapper
{
	margin: 0 auto;
	padding: 0px;
	width: 1024px;
	background:#0D0D0D;

}

#top
{
	
	width: 804px;
	
	
	
}
/*******************************************************/
/*                       Top-Menu					   */
/*******************************************************/
#top-menu
{
	background: #333333;
	width: 804px;	
	text-align: center;
	
}
#top-menu td
{
	cursor: pointer;
}
#top-menu td:hover
{
	background: #088AAA;
	color: Black;
	
}


#content
{
	padding: 10px 0px;
	background:#1a1a1a;
	width: 804px;
	padding-bottom: 100px;
	
}
/*******************************************************/
/*                       Right	      		           */
/*******************************************************/
#right
{
	background:#1a1a1a;
	width: 220px;
	position: absolute;
	margin-left: 804px;
	
}
/**********************************************/
/*                 Footer                     */
/**********************************************/
#footer
{
	
	background:#1a1a1a;
	text-align: center;
	width: 804px;
	font-size: 11pt;
	padding-bottom: 15px;
	margin-bottom:100px;
}
#footer ul
{
	margin: 0px;
	text-align: center; 
}
#footer ul li 
{	
	display:inline;	
	border-right: #088AAA 1px solid;	
	
}

#footer li a
{
	color: #088AAA;
	font-weight: normal;
	text-decoration: none;	
	padding: 2px 12px 3px 12px;
	font-size: 11pt;
		

}
