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

/* override default */
* {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#000;
	color:#666666;
}
						/* --end of override-- */
					
						
/* DIV wrapper */
#wrapper{
	width: 63em;
	margin:0 auto 0 auto;
}

						/* --end of wrapper-- */

/* header section top page*/
#header{
	width:auto;
	background-color:#000;
}
						/* -- end of header section -- */


/* left column section */
#topnavbar{
	background-color:#000;
	margin-bottom:1em;
	height: 2em;
	
}

#bottomnavbar{
	float: left;
	background-color:#000;
	width: 60em;
	
}
						/* -- end of left column -- */

/* NAV BAR */
#navbar{
	width:auto;
	margin-left: 15em;
	margin-top: .5em;
	margin-right: 15em;
	height:2em;
	
}
						/* end of navbar */


#leftcolumn{
	float: left;
	background-color:#000;
	width: 17em;	
}

/* right column section */
#rightcolumn{
	float: right;
	background-color:#000;
	width: 14em;
			
}

						/* -- end of right column -- */


/* content area top */
#contenttop{
	width:auto;
	margin-left: 15em;
	margin-right: 15em;
	padding-top:1em;
	padding-bottom:-2em;
}
						/* -- end of content top -- */

/* content area center */
#contentcenter{
	width:auto;
	margin-top:1em;
		
}
						/* -- end of content center */
						
/* content area bottom */
#contentbottom{
	margin-top: 1em;
	margin-bottom: 1em;
}
						/* -- end of content bottom */


/* footer section bottom page */
#footer{
	background-color:#000;
	width: 63em;
	padding:.25em;
	clear:both;
}
						/* -- end of footer section -- */
						
/*coppyright*/
#copyright{
	width: 63em;
	background-color:#000;
}

