body {
  background-color:#EFDBB9;
	background-repeat: repeat-y;
	margin: 0px;
	height: 100%;
	font-family:Verdana,Arial,Helvetica;
	font-size: 7pt;
	color: #000000;
}
	
a {
  font-size : 6.3pt;
	text-decoration: none;
  text-transform: uppercase;
	color: #000000;
  font-weight:bold;
}

a:hover {
  font-size : 6.3pt;
	text-decoration: underline;
  text-transform: uppercase;
	color: #ffffff;
	font-weight:bold;
}


img.noborder {
  border: 0;
  }


table, td, tr {
	font-family:Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #DBC49E;
	vertical-align: top;
}

h1 {
	font-family : verdana;
  font-size : 6.3pt;
  text-weight: bold;
  text-align: center;
	text-transform: uppercase;
	padding: 1px;
	background: #DBC49E;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 2px;
  padding-right: 5px;
}


input 
{color: #000000;
background: #DBC49E;
font-family: verdana; 
font-weight: normal;
text-decoration: none;
font-size: 9px;
text-align: left;
border-width: 1px;
border-style: solid;
border-color: #FFFFFF;}

 
#header {
margin: 0;
padding: 0;
float: left;
width: 500px;
}


#nav {
margin: 0;
padding: 0;
float: left;
width: 500px;
}


#content {
margin: 0;
padding: 0;
float: right;
width: 500px;
background: #EFDBB9;
border-right: 2px solid #EFDBB9;
border-left: 4px solid #EFDBB9;
}

