body {
	margin: 0 auto;
	padding: 0 auto;
	background: #FFFFFF;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #002299;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
}


a {
	text-decoration: none;
	border-bottom: 1px;
	color: #002299;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0 auto;
}

/* News */

#news {
  margin-top: 10px;
	float: left;
	height: 100%;
	width: 500px;
	padding: 0 0 0 0;
}

/* Sidebars */

.sidebar {
	margin-top: 15;
	width: 200;
	float: left;
	padding: 0 0 0 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li h2 {
	height: 20px;
	margin: 0 0 0px 0;
	padding: 5px 0 5px 5px;
	background: url(images/main_page/box_title.jpg) no-repeat left top;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
}

/* Footer */

#footer {
	height: 80px;
	background: url(images/main_page/footer.jpg) no-repeat center;
}

#footer p {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 11px;
	color: #002299;
}
