html, body {
	margin:0;
	padding:0;
	background-color: #000000;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input {
   	font-family:  Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
   	font-size:11px;
	line-height: 1.8em;
	text-align:left;
   	color: #ffffff;
	padding:0;
	margin:0;
}

a:link, a:visited {
	font-weight :normal; 
	text-decoration : none;
	color: #ffffff;
	background: transparent; 
	}

a:hover {
	font-weight :normal; 
	text-decoration : none;
	color:#6e8ca0;
	background: transparent; 
	}

a:active {
	font-weight :normal; 
	text-decoration : none;
	color: #ffffff;
	background: transparent; 
	}
	
p {margin-bottom:20px; color: #c7d7da;}
p.title { margin-bottom:10px; font-weight:bold;}

img { 
	margin:0; 
	padding:0;
}



div#page{
	width:1024px;
	margin:0;
	padding:0;
	float:left;
}

div#home {
	text-align:center; 		
	margin:0 auto;
	background-image: url(../images/athrium_start.jpg); 
	background-repeat: no-repeat; 
	background-position: center top; 
	width: 600px; 
	height:800px;
}

div#col_left {
	width: 125px;
	height:768px;
	margin:0;
	padding:0;
	float:left;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#col_center {
	width: 370px;
	margin:0;
	padding:0;
	float:left;
}

div#col_right {
	width: 529px;
	height:768px;
	margin:0;
	padding:0;
	float:left;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#main_menu{
	background-image: url(../images/menu_tlo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:370px;
	height:190px;
	margin:0;
	padding:0;
	float:left;	
}

div#content {
	background-image: url(../images/main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:370px;
	min-height:530px;
  	height:auto !important;
  	height:530px;
	margin:0;
	padding:0 0 20px 0;
	float:left;
}


/* content */

.section_header {font-size: 12px; padding-bottom:10px; }
.subject   {padding:0; margin:0; font-weight:bold;}
.date { color: #6e8ca0; padding:0 0 16px 0; margin:0; font-weight:bold;}
.small	{ color: #737C7F; font-size: 9px; }

a.small:link, a.small:visited {
	font-weight :normal; 
	text-decoration : none;
	font-size:9px;
	line-height: 1.5em;
	color:#737C7F;
	background: transparent; 
}

a.small:hover {
	font-weight :normal; 
	text-decoration : none;
	font-size:9px;
	color:#ffffff;
	background: transparent; 
}

a.small:active {
	font-weight :normal; 
	text-decoration : none;
	font-size:9px;
	color:#737C7F;
	background: transparent; 
}


a.pearfly:link, a.pearfly:visited {
	font-weight :normal; 
	text-decoration : none;
	font-size:9px;
	color:#333333;
	background: transparent; 
}

a.pearfly:hover {
	font-weight :normal; 
	text-decoration : none;
	font-size:9px;
	color:#6e8ca0;
	background: transparent; 
}

a.pearfly:active {
	font-weight :normal; 
	text-decoration : none;
	font-size:9px;
	color:#333333;
	background: transparent; 
}

div#footer {
	float:left; 
	width:1024px; 
	padding: 0 0 10px 0;
	margin:0;
}

div#footer .left {
	float:left; 
	width:125px; 
	margin:0; 
	padding:0;
}

div#footer .right {
	float:left; 
	margin:0; 
	padding:0;
	color: #ffffff; 
	text-align:left;
}