@charset "UTF-8";
/* CSS Document */


body {

	background-color : #000000 ; 
	background-image : url('../images/bg2.jpg'); 
	background-attachment : fixed ;
}

#headertrim {
	
	position : absolute ;
	top : 0px ;
	left : 0px ;
	width : 100% ;
	height : 20px ;
	background-color : #333333 ;
	color : #c0c0c0 ;
	font-weight : bold ;
	font-size : 15px ;
	//border-bottom : #64fa6b solid 1px ;
	border-bottom : #000000 solid 1px ;

}


#container {
	
	position : absolute ;
	top : 20px ;
	left : 50% ;
	margin-left : -500px ;
	width : 1000px ;
	

}


#content {
	
	position : absolute ;
	top : 0px ;
	left : 0px ;
	width : 1000px ;
	//background-color : #333333 ;
	background-image : url('../images/bg3.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	border : #000000 solid 1px ;

}

.headlinerboxes {	
	width : 1000px ;
	text-align : center ;
	overflow : auto ;
}

.boxes {
	width : 200px ;
	height : 250px ;
	background-color : #333333 ;
	color : #999999 ;
	border : #000000 solid 1px ;
	margin-left : 35px ;
	float : left ;
	padding : 2px ;
}

.midsection {
	
	width : 1000px ;
	
}


.sidecontent {
	
	width : 225px ;
	float : left ;
}


.maincontent {

	width : 750px ;
	float : left ;
	//border : #333333 solid 1px ;
	color : #666666 ;
	padding : 5px ;
}

.maincontentarea {


}


.sidemenu {

	width : 225px ;
	height : 20px ;
	//background-color : #333333 ;
	background-image : url('../images/sidemenu.png');
	background-repeat:no-repeat;
	background-position:center left;
	color : #999999 ;
	//border : #000000 solid 1px ;
	margin-left : 0px ;
	margin-top : 15px ;
	text-align : left ;
	font-weight : bold ;
	font-size : 15px ;
	
}

.sidemenuinside {
	padding : 3px ;
}

.theheader {

	color : #64fa6b ;
	font-weight : bold ;
	font-size : 20px ;

}

.paradent {

	text-indent:50px;

}

.sidead {
	
	width : 200px ;
	height : 400px ;
	background-color : #333333 ;
	color : #999999 ;
	border : #000000 solid 1px ;
	margin-left : 10px ;
	margin-top : 40px ;

}

a.topmenulinks:link { color : #999999 ; text-decoration : none ;  }
a.topmenulinks:visited { color : #999999 ; text-decoration : none ;  }
a.topmenulinks:active { color : #999999 ; text-decoration : none ;  }
a.topmenulinks:hover { color : #333333 ; text-decoration : none ;  }

a.sidemenulinks:link { color : #999999 ; text-decoration : none ;  }
a.sidemenulinks:visited { color : #999999 ; text-decoration : none ;  }
a.sidemenulinks:active { color : #999999 ; text-decoration : none ;  }
a.sidemenulinks:hover { color : #333333 ; text-decoration : none ;  }


