body {
	margin:0px;
	text-align:center;
	height: auto;
	background-color: #000;
}

#main {
	width:800px;
	margin:auto;
	text-align:center;
	position: relative;
	background-color: #000;
	height: auto;
	overflow: hidden;
	z-index: 0;
}
#top {
	position: relative;
}


#name {
	font-size:20pt;
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	font-weight: normal;
	position: absolute;
	top: 137px;
	left: 278px;
	z-index: 1;
}


#menu {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	height: 33px;
	background: url(../img/menu_bg.jpg) repeat-x;
	z-index: 1;
}
#menu ul{
	font-variant: normal;
	height: 25px;
	width: 800px;
	padding-left: 2px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	position: absolute;
	left: 0px;
}



#menu .rollover li{
	text-align: center;
	float: left;
	list-style: none;
	font: tahoma;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 2px;
}
#menu .rollover a {
	text-decoration: none;
	height: 25px;
	width: auto;
	display: block;
	color: #ffdd00;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 13px;
	padding-right: 13px;
	border-left: 1px solid #996600;
	border-right: 1px solid #996600;
	float: left;
}
#menu .rollover a:hover {
	text-decoration: underline;
	height: 25px;
	width: auto;
	color: #ffdd00;
	float: left;
}
#menu .rollover #active {
	text-decoration: none;
	height: 25px;
	width: auto;
	color: #fff;
	float: left;
}



/* LEFT COLUMN ------------------------------------------------------*/

#left {
	width:250px;
	float:left;
	position: relative;
	overflow: hidden;
}
#left .img {
	width:225px;
	position: relative;
	height: auto;
	margin-left: 12px;
	margin-top: 25px;
}

#left .ads{
	width:225px;
	position: relative;
	height: 600px;
	margin-left: 12px;
	margin-top: 40px;
	text-align: center;
}



/* RIGHT COLUMN--------------------------------------------------- */

#right {
	width:548px;
	float:left;
	z-index: 2;
	padding-top: 20px;
	overflow: hidden;
}

#right h1 {
	font-family:Arial;
	font-size:18pt;
	color:#ffdd00;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:20px;
	z-index: 2;
}

#right p {
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Tahoma;
	font-size:10pt;
	text-align:justify;
	text-indent:15px;
	margin-right: 10px;
	color: #ffdd00;
	z-index: 2;
}
#right ul {
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Tahoma;
	font-size:10pt;
	text-align:justify;
	text-indent:0px;
	margin-right: 10px;
	color: #ffdd00;
}
#right ul li {
	margin-left:5px;
	margin-top:12px;
	list-style-type: none;
}

#right ul li a {
	text-decoration:underline;
	color:#ffdd00;
	font-family:Tahoma;
	font-size:12pt;
}

#right ol {
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Tahoma;
	font-size:10pt;
	text-align:justify;
	text-indent:0px;
	margin-right: 10px;
	color: #ffdd00;
	z-index: 2;
}
#right .ads{
	width:548px;
	float:left;
	z-index: 2;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	height: 60px;
}



/*FOOTER------------------------------------------------------------*/

.clear {
	clear:both;
}
#social {
	position: relative;
	text-align: center;
	float: left;
	width: 800px;
	margin-top: 15px;
}


#footer {
	width:800px;
	height:45px;
	margin-top:0px;
	position: relative;
	float: left;
	background: url(../img/footer_bg.jpg) repeat-x;
	margin-bottom: 0px;
}

#footer  ul {
	margin:0px;
	padding:0px;
	margin-left:20px;
	color: #ffdd00;
	text-align: center;
}



#footer  ul  li{
	margin-left:5px;
	margin-top:12px;
	list-style-type: none;
	
}

#footer  ul  li a{
	text-decoration:none;
	color:#ffdd00;
	font-family:Tahoma;
	font-size:12pt;
}

#footer  ul  li a:hover{
	text-decoration:underline;
}
