body {
background: Ffffff;
padding:0;
margin:0;
font-family: trebuchet, verdana, arial, sans-serif;
font-size: 10px;
color: 333366;
}

h1 {
font-family: times;
font-size: 35px;
color: 666666;
}

h2 {
font-family: trebuchet, verdana, arial, sans-serif;
font-size: 18px;
color: 666666;
}

#menu {
position: absolute;
float: left;
top: 100px;
left: 10px;
width: 140px;
text-align: right;
text-decoration: none;
font-weight: bold;
color: CC0099;
display: block;
padding: 2px 0px 2px 10px;

}

#menu a:hover {
font-weight: bold;
text-decoration: none;
color: CC6600;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color:  #cc6600;
	outline: none;
	}
#menu a:visited {
	color:  #cc6600;
	}
#menu a:active {
	color:  #cc6600;
	}

#center {
position: absolute; 
left: 175px;
top: 100;
width: 425px;
text-align: center;
border-left: 1px solid gray;
padding-left: 20px;
padding-right: 20px;
background: ;
font-family: trebuchet, verdana, arial, sans-serif;
font-size: 10px;
color: 333366;
}

#center2 {
	position: absolute;
	left: 10px;
	top: 12px;
	width: 741px;
	text-align: justify;
	border-left: 1px ff9900;
	padding-left: 0px;
	padding-right: 0px;
	height: 70px;
	background-color: ;


}

.textleft {
text-align: left;
color: 333366
}

#right { 
position: absolute;
left: 625px;
top: 100px;
float: right;
width: 125px;
padding: 10px;
text-align: left;
border-left: 1px solid gray;
padding-left: 20px;
color: 9B543C;
background: ffffff;
}

