BODY {
  background: url('../pics/main_bg.jpg');
	background-repeat: repeat-x; 
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 10px;
}
#body{
  float: left;
  width: 10%;
}

#content{
  float: right;
	width: 89%;
	height: 800px;
	background: #FFFFFF url('../pics/headers_bg.jpg');
	background-repeat: repeat-x;
	margin: 50px auto 0 auto;
}

.header{
  text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
  color: #5B595A;
}

div#text {
  padding: 0px 50px 10px 50px;
  font-size: 14px;
  line-height: 1.5em;
}

.smallheader{
  text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
  color: #5B595A;
}

.menuitem, .menuitem2{
  text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 25px;
}

.menuitem a {
  color: #5B595A;
	text-decoration: none;
}

.menuitem2 a {
  color: #8f9cb3;
	text-decoration: none;
}

.homelink{
  letter-spacing: 1px;
	color: #5B595A;
	font-size: 10px;
	line-height: 50px;
	padding-right: 5px;
	text-transform: uppercase;
}

.bottomtext, .bottomtext a{
  font-size: 9px;
  text-decoration: none;
	color: #5B595A;
	height: 12px;
  padding-top: 5px;
	line-height: 0px;
}
