@charset "UTF-8";
#mainBlock {
	padding: 0px;
	position:static;
	top:17px;
	width:800px;
	height:auto;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	float: none;
	background-color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
h1 {
	word-spacing: 10px;
	text-transform: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	padding: 0px;
}
h2 {
	background-color: #333333;
	word-spacing: 10px;
	text-transform: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	padding: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
#halfBlock {
	width: 48%;
	float: left;
}
#halfBlockRight {
	width: 48%;
	bottom: auto;
	float: right;
}
