html, body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
}

#links {
	height: 20px;
	border-bottom: 1px solid c0c0c0;
}

#links a {
	float: right;
	font-size: 11px;
	height: 12px;
	width: auto;
	padding: 3px;
	color: #c0c0c0;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}

div.wrapper {
	margin: 0px;
	padding: 0px;
	background: url('../img/back.jpg') repeat-x top left #000000;
}

div.all {
	margin: 0px;
	padding: 0px;
	background: url('../img/top.jpg') no-repeat top right transparent;
}

img {
	border: 0px;
}

a {
	color: #b5ceed;
}

h1 {
	font-family: Trebuchet MS, Verdana, sans-serif;
	height: 45px;
	padding-top: 70px;
	text-align: center;
	margin: 0px;
}

div.top h3 {
	height: 85px;
	text-align: center;
	margin: 0px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #153e76;
}

div.menu {
	text-align: center;
	height: 24px;
	color: #2c2c2c;
	padding: 6px 3px 2px 3px;
}
div.menu a {
	margin: 0px 10px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 2px;
	border-bottom: 0px;
}
div.menu a:hover {
	margin-bottom: 0px;
	border-bottom: 2px solid #153e76;
}

h2 {
	font-size: 20px;
	text-align: center;
	color: #225197;
}

div.content {
	color: #888888;
	font-size: 12px;
	width: 1000px;
	margin: 0px auto;
}

h3 {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #153e76;
}

h4 {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #153e76;
}

div.ok {
	border: 1px solid #153e76;
	width: 350px;
	padding: 10px;
}
div.ok h3 {
	margin-top: 0px;
}

div.main {
	width: 700px;
	float: left;
}

div.banners {
	float: right;
	width: 300px;
}
