body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;

}

.subhead { color: #023e1a; font-family: Arial, Helvetica, sans-serif; margin: 0 auto; padding: 0; font-size: 14px; font-weight: bold; }

#maincontainer{
width: 815px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: white;

}


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul
{ 
padding: 0; 
float: left; 
position: relative;
width: 100%; /*width of menu*/
border-width: 1px 0; 
background: black url(../images/indentbg.jpg) 
center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple d

ivider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{ color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../images/indentbg2.jpg) repeat-x center; width: 200px; }


.bannertop
{ color: #023e1a; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

</style>



h1
{ color: white; font-size: 16px; font-family: Arial, Helvetica, sans-serif; }
h1 sup
{ color: white; }

h1 a
{ color: #fff; text-decoration: none; }

h1 .company, h1 a .company
{
	color: #d01a71;
}

h2
{
	color: #ddd;
	font-size: 2.5em;
}

h3
{
	color: #fff;
	font-size: 1.5em;
}
h4
{
	font-size: 1.3em;
}

.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}