.main {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	font-style: normal;	font-weight: bold;}
.body-main {	background-color: #D7BEA5 ;}

#layout {
margin:auto;
width:600px;
text-align:left;
/* border: solid thin #333333; */
float:left;
}

#nav {
/*float:left; */
width:740px;
border: solid thin #333333;
background: #EBD6AD;
color: #000000;
/* all text within nav is bold */
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*color a link within a nav */
#nav a:link{
color: #000000;
text-decoration: none;
}
#nav a:visited {
text-decoration: none;
color: #000000;
}

#content {
width:530px;
/* margin-left:160px; */

}

div.header1 {
FONT-WEIGHT: bolder;
COLOR: #CC0033;

}

div.news {
border-style: solid;
border-width:2px;
border-color:#FF9933;



}

#contentBox 
{
  width:750px;
  font-size: 100%;
  color: #2E2E2E;
  background-color:#FFFF99;
  border-style: solid;
  border-width:2px;
  border-color:#CC0000;
  padding:1%;
	
}
