body {
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #333333;

}

page_header{
text-align: center;
}

<style type="text/css">

.underlinemenu{
font-weight: bold;
width: 100%;
}
.mainmenu{
font-weight: bold;
width: 100%;
}
.indexmenu{
font-weight: bold;
width: 100%;
}

.mainflash{

width: 100%;
}
.normalpage{
font-weight: bold;
width: 100%;
}
.aboutpage{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 5px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.mainmenu ul{
padding: 0px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.mainflash ul{
padding: 0px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}
.indexmenu ul{
padding: 49px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}
.normalpage ul{
padding: 2px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}
.aboutpage ul{
padding: 11px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}
.mainmenu ul li{
display: inline;
}

.mainflash ul li{
display: inline;
}
.indexmenu ul li{
display: inline;
}
.normalpage ul li{
display: inline;
}
.aboutpage ul li{
display: inline;
}

.underlinemenu ul li a{
color: #333333;
padding: 5px 0px 7px 0px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 0px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 2px solid; /*bottom border is 3px*/


}

.mainflash ul li a{
color: #333333;
padding: 0px 0px 7px 0px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 0px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 2px solid; /*bottom border is 3px*/


}
.indexmenu ul li a{
color: #333333;
padding: 49px 0px 7px 0px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 0px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 2px solid; /*bottom border is 3px*/


}
.normalpage ul li a{
color: #333333;
padding: 2px 0px 7px 0px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 0px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 2px solid; /*bottom border is 3px*/


}
.aboutpage ul li a{
color: #333333;
padding: 11px 0px 7px 0px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 0px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 2px solid; /*bottom border is 3px*/


}
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{


}



#photo {
text-align: center;
}

#text {

text-align: left;
width: 800px;
color: #FFFFFF;



padding: 12px;
}

#text2 {

text-align: center;
width: 800px;
color: #FFFFFF;



padding: 12px;
}

</style>



