body {
	background: #333;
	color: #000;
	font-family: verdana;
	font-size: 8pt;
}
#wrap {
	background: #FFF;
	margin: 20px auto;
	width: 510px;
}
#header {
	background: url(images/top.png);
	width: 500px;
	min-height: 300px;
	border: 5px solid #FFF;
	border-bottom: 0px;
}
#navigation {
	background: #212426;
	text-align: center;
	padding: 10px;
	font-size: 10pt;
	font-family: arial;
	text-transform: uppercase;

}
a.nav {
	color: #95a6af;
	text-decoration: none;
	padding: 4px 10px;
	font-weight: bold;
	border: 1px solid #212426;
}
a.nav:hover {
	color: #212426;
	background: #a3b0b5;
	border: 1px solid #FFF;
}
a {
	color: #95a6af;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	border-bottom: 1px dashed #000;
}
#main {
	padding: 10px;
	width: 480px;
	text-align: justify;
	line-height: 12pt;
	background: #FFF;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
}
#footer {
	padding: 10px;
	background: #212426;
	text-align: center;
	color: #95a6af;
	border-bottom: 5px solid #FFF;
}
h1 {
	color: #212426;
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/cross.png) no-repeat left center #95a6af;
	padding: 6px 5px 4px 30px;
	border: 2px solid #212426;
}
h2 {
	color: #95a6af;
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
	text-transform: uppercase;
}
.date {
	color: #CCC;
}
img.news {
	width: 476px;
	border: 2px solid #212426;
	margin: 4px 0px 4px 0px;
}
.comment {
	text-align: center;
	font-weight: bold;
}