html {
	

	margin:						0px;
	padding:					0px;
		
}

body {
	height:						100%;

	margin:						0px;
	padding:					0px;	
	background-color:			#000000;
	
	color:						#ffffff;
	font-size:					14px;
	font-family:				"Trebuchet MS", Verdana, sans-serif;
	line-height:				125%; 
	
	overflow:					scroll;
    overflow:					-moz-scrollbars-vertical;
}

#container {
	height:						100%;
	
	background-image:			url("../images/background.jpg");
	background-position:		570px -40px;
	background-repeat:			no-repeat;
}

h1 {
	margin-top:					0px;
	
	font-weight:				normal;
	font-size:					26px;
}

h2 {
	margin-top:					0px;
	
	font-weight:				normal;
}

#header {
	/*width:					200px;
	height:						75px;*/	
	padding-left: 200px;
    top:						0px;
	left:						200px;
}

#info {
	width:						160px;
	/*height:					220px;*/		
	position:					absolute;
	top:						250px;
	left:						10px;	
	font-size:					12px;
	line-height:				100%;
	
	
	/*border:						3px solid grey;*/
}

#info .description {
	color:						#DFD28B;
}

#info a {
	color:						#FFFFFF;
}

#logo {
	position:					absolute;
	top:						540px;
	left:						20px;
	
	text-align:					center;
	font-size:					11px;
}

/* CONTENT SECTION */

#mainContent {
	width:						400px;
	height:						680px; 	
	position:                   relative;
	top:						130px;
	left:						200px;
	
	line-height:				150%;
	
	/*border:						3px solid grey;*/
}

#mainContent a {
	color:						#FFFFFF;
}

#mainContent a:hover {
	color:						#DFD28B;
}

/* NEWS SECTION */

#news {
	width:						330px;
	/*height:						300px;*/    	
	position:					absolute;
	top:						500px;
	left:						650px; 	 
	font-size:					12px;
	
	/*border:						3px solid grey;*/
}

#news .message {
	margin-bottom:				20px; 	
	color:						#DFD28B;
}

#news .date { 
	font-size:					10px;
	line-height:				100%;
	color:						#FFFFFF;
}

#news a {
	color:						#DFD28B;
}

#news a:hover {
	color:						#FFFFFF;
}

h3 {
	margin-top:					0px;
	font-weight:				normal;
	font-size:					18px;
	
	color:						#FFFFFF;
}
h3.a{
    color:						#FFFFFF;
    line-height:				100%;
}
#newslinks{
    position:					absolute;
	top:						470px;
	left:						640px;
	
}


