body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}

a {
  text-decoration : underline;
  color : #0000ff;
}

#main_container {
	width:100%;
	background-color:#FFFFFF; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */	
	text-align:center;
}

	#main_container .content_wrapper {
		margin-left:auto;
		margin-right:auto;
		width:100%;
		text-align:left;
	}
	
	#main_container .spacer { /* spacer w/ fixed height; give space to the content and fixed bar */
		height:30px;
	}

#nav_menu_wrapper { /* this will be used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
	height:30px; /* fix bar's height */
	width:100%; /* use 100% of width */
		
	text-align:center;
}

	#nav_menu_wrapper .nav_menu { /* the menu itself */
		height:30px; /* fix bar's height */
		width:100%; /* fixed width */
		
		/* center this div */
		margin-left:auto;
		margin-right:auto;	
		
		/* add effect */
		background-color:#EEEEEE;
		border:#dddddd solid 1px;
  	font-size: 8pt;
  	text-align:center;
  	align:center;
		
	}

.header{
text-align:center;
}