	body {
	margin:20px 20px 20px 20px;
	text-align: center;
	font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	background:#353535;
	padding:0px;
	}
	
	#main {
	width: 800px;
	background-color: #000000;
	text-align: justify;
	border: 1px solid #cfb35b;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
		}

	#menu {
	float:left;
	width:150px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #cfb35b;
	border-right-color: #cfb35b;
	background:#000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 5px;
		}
		
	#leftimage {
	float:left;
	background:#000000;
	padding: 10px;
		}
		
	#rightimage {
	float:right;
	background:#000000;
	padding: 10px;
	}

	#ads {
	float:right;
	width:250px;
	height: 250px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #cfb35b;
	border-left-color: #cfb35b;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
		}
		
	#portads {
	float:right;
	width: 180px;
	height: 350px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #cfb35b;
	border-left-color: #cfb35b;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
		}

	#logo {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #cfb35b;
	background-image: url(../_images/logo.png);
	height: 50px;
	background-repeat: no-repeat;
		}
		
	#bottomads {
	width: 800px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
		}
		
	p  {
	color: #E9AF2A;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
		}
		
	h1 {
	font-size:16px;
	padding-top:10px;
	color: #FF0000;
	padding-left: 10px;
		}
		
	h2 {
	font-size:13px;
	color: #FF0000;
	padding-left: 15px;
		}

	
	#menu p {
	font-size:16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
	
	a {
	text-decoration:none;
	font-weight:bold;
	color:#FF0000;
	}
		
	ol {
	margin-right:40px;
	}
	
	li {
	margin-bottom:10px;
	}
