/* Zero styling*/

*, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after { 
	content: '';
}

abbr, acronym { 
	border: 0;
}

/* Site css */

body {
	font-family: Helvetica;
	color: #575757;
	font-size: 76%;
}

a {
	color: #2f588e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

p {
	margin-bottom: 15px;
	line-height: 19px;
}

#top {
	width: 962px;
	height: 25px;
	margin: 15px auto;
	background: url(../img/top.png) no-repeat #cccccc;
}

#top #date, #top #language, #footer p {
	float: left;
	margin: 4px 0 0 15px;
	color: #999;
	font-size: 12px;
}

#top #language {
	float: right;
	margin: 4px 15px 0 0;
}

#top #language a {
	color: #999;
	text-decoration: none;
}

#top #language a:hover {
	text-decoration: underline;
}

#banner {
	width: 962px;
	height: 48px;
	margin: 0 auto;
	background: url(../img/bg.png) no-repeat #cccccc;
}

#banner img {
	float: left;
	margin: 13px 0 0 15px;
}

#banner p {
	float: right;
	margin: 17px 15px;
	color: #fff;
}

#content {
	clear: both;
	width: 960px;
	margin: 10px auto;
}

#left {
	float: left;
	width: 200px;
}

#left ul {
	margin: 10px 0 25px;
	border-top: 1px solid #ccc;
}

#left ul li {
	padding: 8px 0 8px 15px;
	border-bottom: 1px solid #ccc;
}

#left ul li a {
	color: #2f588e;
	text-decoration: none;
}

#left ul li #active {
	font-weight: bold;
}

#left ul li a:hover {
	font-weight: bold;
}

#left img {
	display: block;
	margin: 5px auto;
}

#center {
	float: left;
	width: 393px;
	margin: 10px 15px;
	padding: 0 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#right {
	float: left;
	width: 300px;
}

.feed {
	float: left;
}

.feed ul {
	display: block;
	float: left;
}

.feed ul, .feed ul li {
	margin: 5px 0;
}

.feed .title {
	padding: 8px 0;
	margin-bottom: 8px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#clear {
	clear: both;
	width: 960px;
	height: 15px;
}

#footer {
	clear: both;
	width: 960px;
	height: 150px;
	margin: 0px auto;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

table td {
	padding: 5px 5px 5px 0;
}

table input {
	width: 200px;
	padding: 4px;
	border: 1px solid #ccc;
}

.radio {
	width: auto;
	margin-bottom: 5px;
}

#send {
	width: 100px;
	background: #2f588e;
	color: #fff;
}
