/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#454545;
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	color:#646464;
	font-weight:normal;
	overflow:hidden;
}

body {
	scrollbar-arrow-color: #892B81;
	scrollbar-face-color: #454545;
	scrollbar-highlight-color: #999;
	scrollbar-3dlight-color: #454545;
	scrollbar-shadow-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #656565;
}

h1 { 
	font-size:16px;
	margin:0px;
	margin-bottom:5px;
}

h2 {
	font-size:1.2em;
}

h1, h2 {
	color:#fff;
}

p { 
	line-height:1.5; 
	margin:0 0 0;
}

a {
	text-decoration:none;
	color:#fff;
}

a:hover {
	text-decoration:underline;
}

div#container {
	position:absolute; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:762px;
	height:592px;
	top: 50%;
	left: 50%;
	margin-left:-381px;
	margin-top:-290px;
}

div#header {
	background:#ccc;
	width:762px;
	height:220px;
}

div#header_top {
	background:#454545 url(../gfx/bg_header_top.jpg) no-repeat bottom right;
	width:762px;
	height:27px;
}

div#header_body {
	background:#454545;
	width:762px;
	height:155px;
}

div#header_body_left {
	background:#454545 url(../gfx/bg_header_body_left.jpg) no-repeat top left;
	width:222px;
	height:155px;
	float:left;
}

div#header_body_right {
	background:#454545;
	width:513px !important;
	width:520px;
	height:155px;
	margin-left:27px !important;
	margin-left:20px;
	float:left;
}

div#header_body_right_image {
	margin-left:7px;
	background:#454545;
	width:162px;
	height:153px;
	border:1px solid #882A80;
	float:left;
}

div#header_body_right_text {
	color:#adadad;
	font-size:9px;
	width:240px;
	height:20px;
	margin-top:61px;
	margin-left:26px;
}

div#header_bottom {
	background:#454545; 
	width:762px;
	height:38px;
	float:left;
}

div#header_bottom_left {
	background:#454545; 
	width:256px;
	height:38px;
	float:left;
}

div#header_bottom_right {
	background:#454545; 
	width:506px;
	height:38px;
	float:left;
}

div#content {
	width:762px;
	height:340;
	font-size:12px;
	font-family: Arial, Verdana, sans-serif;
	float:left;
}

div#content_left {
	width:220px;
	height:338px;
	border:1px solid #882A80;
	background:#454545 url(../gfx/bg_content_left.jpg) no-repeat center center;
	float:left;
	font-family: Arial, Verdana, sans-serif;
}

div#content_left_news {
	width:202px;
	margin-left:9px;
	margin-bottom:10px;
	border-bottom:1px dashed #fff;
	color:#fff;
	text-align:justify;
}

div#content_left_news h1 {
	color:#fff;
}

div#content_left_news a {
	color:#892B81;
	text-decoration:none;
}

div#content_left_news a:hover {
	text-decoration:underline;
}

div#news_archive {
	float:right;
	margin-right:9px;
	color:#fff;
}

div#news_archive a {
	color:#892B81;
	text-decoration:none;
}

div#news_archive a:hover {
	text-decoration:underline;
}

div#newscolumn_newsitem a {
	color:#fff;
	text-decoration:none;
}

div#newscolumn_newsitem a:hover {
	color:#fff;
	text-decoration:underline;
}

div#content_right {
	background:#454545 url(../gfx/bg_content_right.jpg) no-repeat bottom center;
	color:#fff;
	width:494px !important;
	width:494px;
	height:312px;
	margin-left:27px !important;
	margin-left:20px;
	float:left;
	overflow:scroll;
	overflow-x:hidden;
	text-align:justify;
	padding:18px 12px 10px 7px !important;
	padding:18px 12px 10px 14px;
}

div#content_right a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

div#content_right a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

div#footer {
	width:762px;
	height:12px;
	float:left;
}

div#footer_text {
	float:right;
	width:513px;
	text-align:center;
	font-size:10px;
	color:#777;
}

div#footer_text a {
	font-size:10px;
	color:#777;
	text-decoration:none;
}

div#footer_text a:hover {
	text-decoration:underline;
}

