html, body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#fullpage {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#search {
	text-align: right;
	padding: 5px 0;
	height: 25px;
}
#search label {
	
}
#query {

}
/*#submit {
	background: #fff url('images/find.png') no-repeat top left;
	border: none;
	width: 20px;
	height: 16px;
}*/
a {
	color: #4463AA;
}
h1 {
	font-size: 14px;
}
#header {

}
#body {

}
#sidebar {
	width: 200px;
	float: left;
}
#news {
	font-size: 10px;	
}
#news h2 {
	font-size: 11px;
	background: #4463aa;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin: 1px 0 0 0;
	padding: 3px 0;
}
#news ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#news li {
	background: #e9e9e9;
	padding: 5px;
	margin-top: 1px;
}
#news a {
	font-size: 11px;
	font-weight: bold;
	color: #4463AA;
	text-decoration: none;
}
#news a:hover {
	color: #666;
	text-decoration: underline;
}
#contacts {
	margin-top: 20px;
	font-size: 10px;
}
#headmenu {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: #4463aa;
	color: #e9e9e9;
	height: 20px;
}
#headmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#headmenu li {
	display: block;
	float: left;
	padding: 3px 25px 0 10px;
}
#headmenu a {
	color: #fff;
	text-decoration: none;
}
#headmenu a:hover {
	color: #ccc;
	text-decoration: underline;
}
#content {
	width: 500px;
	float: left;
}
#text {
	padding: 10px 0 0 20px;
	width: 470px;
}
.clear {
	float: none;
	clear: both;
}
#footer {
	margin-top: 25px;
	text-align: center;
	padding: 10px;
	color: #999;
}
#footer a {
	color: #999;
}