@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color:#ffff00;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
div {
	display: block;
	margin: 0;
}

#menu span{
display:none;
}

* {
	outline:none;
}

a img { border: none; }

h1 {
	font-size: 10px;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.content{
	float:left;
	width:1000px;
	height:auto;
}


.content ul {
	padding:0;
}

.content ul li{
	float:left;
	display:block;
	width:70px;
	height:90px;
	padding:0;
	font-size:1.0em;
	color:#000;
	line-height:14px;
	list-style-type:none;
}
.content ul li a{
	text-decoration:none;
	color:#0033cc;
	font-weight:bold;
}
.content ul li a:hover{
	color:#000;
}

.header {
	float:left;
	width:1000px;
}
.header .name {
	float:left;
	width:400px;
	padding: 25px 0 0 0;
}

.footer {
	float:left;
	text-align:right;
	margin-top:35px;
	padding-top:5px;
	padding-right:10px;
	width:1000px;
	height:19px;
	font-size:0.9em;
	color:#dbdbdb;
	background-color:#0021e8;
}

.links {
	float:right;
	width:550px;
	padding:50px 0 0 0;
}
.links ul {
	list-style:none;
	padding:0;
}
.links ul li{
	float:right;
	display:block;
	width:90px;
	height:15px;
	padding:5px 0 5px 5px;
	font-size:12px;
	color:#fff;
}

.links ul li a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.links ul li a:hover{
	color:#0021e8;
}

.registration {
	float:left;
	width:310px;
	padding:64px 0 0 0;
}

.news {
	float:left;
	width:362px;
	padding:64px 0 0 40px;

}

h1 {
	font-size:1.2em;
}
.follow {
	float:left;
	width:284px;
	padding:64px 0 0 0;
}

.aboutus {
	float:left;
	width:600px;
	padding:64px 0 0 0;
}

.aboutus ul {
	list-style:none;
	padding:0;
}
.aboutus ul li{
	float:left;
	display:block;
	width:600px;
	padding:5px 0 5px 5px;
	font-size:1.1em;
	color:#000;
	line-height:16px;
}

.resources {
	float:left;
	width:900px;
	padding:44px 0 0 0;
}

.resources ul {
	list-style:none;
	padding:0;
}
.resources ul li{
	float:left;
	display:block;
	width:200px;
	padding:5px 0 5px 5px;
	font-size:1.1em;
	color:#000;
	line-height:16px;
	font-weight: bold;
}
