* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	background-color: #4A4A4A;
	color: #CCCCCC;
}
#container {
	width: 770px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#top {
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.clear {clear:both}
p {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	line-height: 19px;
}
#header {
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A2A2;
	background-color: #000000;
}
h1 {
	display: inline;
	font-size: 12px;
	color: #F03C0F;
	padding-left: 15px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	display: inline;
	font-size: 10px;
	color: #999999;
	padding-left: 15px;
	
}
#ads {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#content {width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;}
.item {
	width: 220px;
	float: left;
	margin-right: 10px;
}
.title {
		margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}