html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 11px;
	color: #000000;
	padding:0;
	margin:0;
	background-color: #000000; 
	background-image: url(images/pageback.gif); 
	background-repeat: repeat-x;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

p {
	line-height: 1.7em;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 796px;
}

#header {
	padding: 24px 2px 24px 2px;
}

#logo { 
	float: left;
}

h1#header_text {
	float: right;
	width: 533px;
	text-align: left;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

#boxes {
	clear: both;
	background-image: url(images/boxes.gif);
	background-repeat: no-repeat;
	height: 158px;
	position: relative;
}

#boxes h1,h2,h3,p{
	margin: 0;
}

.box {
	float: left;
	margin: 16px 0 0 16px;
	padding: 12px;
	width: 220px;
}

.box h2 {
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
}

.box p {
	padding-top: 12px;
	color: #999;
}

#content {
	background-image: url(images/content_top.gif);
	background-repeat: repeat-x;
	width: 500px;
	float: left;
	padding: 25px 35px 35px 35px;
	background-color: #FFF;
	min-height: 600px;
}

.news {
	padding-bottom: 15px;
}

#column {
	width: 200px;
	float: left;
	padding: 13px;
	color: #999;
}

#column h3 {
	color: #bfdb10;
	font-weight: normal;
	font-size: 14px;
	background-image: url(images/column_top.gif);
	background-repeat: no-repeat;
	background-position: 0 20px;
	padding: 0 0 20px 10px;
}

.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}

.date
{
	float: left;
	height: 52px;
	width: 52px;
	background: url(images/date.png) no-repeat;
	margin-right: 10px;
	padding-top: 0px;
	line-height: normal;
}

.date .month
{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding-top: 4px;
	text-transform: uppercase;
}

.date .day
{
	display: block;
	text-align: center;
	padding-top: 5px;
	color: #222;
	font-size: 18px;
	font-weight: bold;
}

.meta
{
	display: block;
	font-size: 11px;
	color: #666;
}


