html {
	margin:0;
	padding:0;
}
body {
	background: #924c4c;
	margin:0;
	padding:0;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
a img { 
	border: none;
}
div#page {
	width: 1060px;
	background-color: #ecd4d4;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	overflow:hidden;
	clear:both;
}
div#divcontainer {
	width: 100%;
	float: left;
}
div#divcenter {
	float: auto;
	margin-left: 180px;
	margin-right: 170px;
	margin-top: 30px;
	border-right: 1px solid #000
	overflow: hidden;
	zoom: 1;
}
div#divleft {
	float: left;
	border: 1 1 0 0 solid #000;
	width: 160px;
}
div#divright {
}
#legal {
	clear: both;
	margin-right: 160px;
	margin-left: 160px;
	border-top: 1px solid #999999;
	font-weight: bold;
	color: #ecd4d4;
}

/* NEWS */
#news {
	float: right;
	width: 160px;
	border: 1 1 0 0 solid #000;
}
#news h2 {
	background: #924C4C url(images/bg_newshead.png) no-repeat;
	color: #FFF;
	font-size: 2em;
	text-transform: uppercase;
	position: relative;
	padding: 5px 10px 10px 10px;
}
#news h2 span {
	background: url(images/down.png) no-repeat;
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}
#news .story {
	background-color: #E7E7E7; 
	color: #000;
	padding: 5px 5px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	display: block;
	text-decoration: none;
	line-height: 110%;
	font-size: .75em;
}
#news ul {
	list-style-position: inside;
}
#news span.title {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color: #9F0000;
}
#news a.story:hover {
	color: #4A761D;
	background: url(images/bg_story_high.png);
}

* html #news a {
	height: 1px;
	font-size: .75em;
}
/* MAIN */

#main a {
	text-decoration: none;
	border-bottom: 1px dashed #B2F511;
	color: #152D6A;
}

#main h1 {
	color: #152D6A;
	margin-top: 15px;
	margin-bottom: 5px;1B3A89
	border-bottom: 2px solid #B2F511;
	font: normal 2.7em Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	background: url(images/feature_bug.png) no-repeat top right;
}

#main h2 {
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #152D6A;
}
#main p {
	font-size: 1.25em;
	margin-bottom: 5px;
}

