html * {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: #000;
	color: #fff;
}

div#container {
	width: 740px;
	margin: 0px auto;
	font-family : helvetica;
	font-size: 16px;
	line-height: 150%;
	padding-top: 40px;
}

div#container h1 {
	text-align: center;
	
}

div#container h2 {
	text-align: center;
	clear: both;
	margin-top: 30px;
}

div#container h2 table {
	margin: 0px auto;
	margin-bottom: 10px;
}

div#content {
	width: 450px;
	float: left;
	text-align: justify;
}

div#content a:hover{
	color: red;
}

div#adwert {
	width: 255px;
	float: right;
	padding-left: 15px;
	border-left: 1px solid #fff;
}

div#adwert ul {
	list-style: none;
}

div#adwert li {
	padding-bottom: 10px;
}

div#adwert li#last {
	padding-bottom: 0px;
}

iframe {
	margin-top: 30px;
}

ul#ext_links {
	list-style: none;
	width: 740px;
	margin: 0px auto;
	text-align: center;
}

ul#ext_links li {
	display: inline;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

ul#ext_links a:link {
	text-decoration: none;
}

ul#ext_links a:visited {
	text-decoration: none;
}

hr {
	height: 1px;
	background-color: #fff;
	height: 1px;
	border: 0px;
}

p#contact {
	text-align: center;
	font-size: 11px;
}



