html{
	background:#3259a0;
}
body{
	margin:0px;
	background:#fff;
	width:800px;
	margin:10px auto;
	font:0.9em sans-serif;
}
#header{
	background:#052d76 url('images/header.png') no-repeat;
	width:800px;
	float:left;
}
#header-content{
	background:url('images/content.png') no-repeat top right;
	margin:0 auto;
	width:800px;
}
h1{
	margin:0 auto;
	padding:20px 0 0 40px;
	width:800px;
	color:#fff;
	height:1.275em;
}
#info {
	width:790px;
	text-align:right;
	padding:0 10px 10px 0;
	font-size:12px;
	background:url('images/info.png') no-repeat bottom right;
}
* html #info {
	width:830px;
}
#info a {
	color:#fff;
	font-weight:300;
}
#info input{
	border:1px solid #fff;
	margin:1px;
}
#main-menu {
	width:615px;
	clear:both;
	height:0px;
	position:relative;
	left:30px;
	top:-25px;
}
#main-menu ul {
	margin:0 auto;
	width:750px;
	padding:0;
	overflow:hidden;
}
#main-menu li {
	list-style-type:none;
	float:left;
	padding:0 12px;
	text-align:center;

}
#main-menu a{
	color:#ffffff;
	display:block;
	padding-top:0.125em;
}

#wrapper {
	width:800px;
	background:url('images/right.png') no-repeat bottom left;
}
#content {
	width:590px;
	float:right;
	color:#444;
}
#content p {
	text-indent:1em;
	padding-right:10px;
}
#footer {
	display:block;
	width:800px;
	clear:both;
	font:0.75em sans-serif;
	padding:1em 0 2em 0;
	text-align:center;
	background:url('images/left.png') no-repeat bottom right;
}
* html #footer {
	width:840px;
}
#footer li {
	display:inline;
	padding:0 5px;
}
#footer ul {
	padding:0;
	margin:0;
}
#footer p {
	margin:0;
}
#menu {
	background:#fff url('images/wrapper.png') no-repeat;
	width:200px;
	float:left;
	padding-top:20px;
}
* html #menu {
	position:relative;
	top:-16px;
}
#menu ul {
	padding:0px;
	margin:0px;
}
#menu li {
	list-style-type:none;
	margin:5px 0;
	padding:1px 6px;
}

.box {
	width:178px;
	margin:5px 10px;
	padding-bottom:24px;
	background:url('images/box-bottom.png') no-repeat bottom;
}

.box .title {
	background:#052d75 url('images/box-top.png') no-repeat;
	margin-bottom:-5px;
	color:#fff;
	text-align:center;
	padding:6.5px;
	font-weight:900;
	height:16px;
}

.box ul {
	margin:0;
	width:176px;
	border-left:1px solid #052d75;
	border-right:1px solid #052d75;
}

h2{
	color:#8C0A11;
	margin:0.83em 0;
}
h3 {
	color:#8C0A11;
	font-size:1.2em;
}
h4{
	font-size:1em
}
form {
	padding:2px 0;
	margin:0;
}
.left {
	float:left
}
.right {
	float:right;
}
.center{
	text-align:center;
	margin:0 auto;
}
code {
	border:1px solid #414711;
	background: #f1f3e6;
	color:#414711;
	white-space:nowrap;
}

dt {
	list-style-type:square;
}
#ads {
	text-align:center;
	clear:both;
	padding-top:10px;
}
a {
	text-decoration:none;
	font-weight:900;
	color:#3259A0;
}
img {
	border:0;
	padding:10px;
}
a:hover {
	color:#930000;
}
a:hover:visited {
	color:#930000;
}
a:active {
	color:#2C0A11;
}
a:visited {
	color:#052D76;
}
table {
	width:100%;
	border-collapse:collapse
}
input,
textarea {
	border:1px solid #0f2f75;
	background:#3259A0;
	color:#fff;
}