* {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Tahoma,sans-serif;
	color:#777;
}
body {
	text-align:left;
	margin:0 auto;
	position:center;
        background: transparent url(images/logo.jpg) no-repeat;
        background-position:top center;
        background-color:#265A29;
}

.header {
        width:524px;
        height:90px;
        margin:0 0 0 900px;
        background-color:red;
        
        
}

.content {
        width:781px;
        height:333px;
        margin:0 0 0 643px;
        background-color:blue;
        
        
}

.contentexpand {
        width:947px;
        height:400px;
        margin:0 0 0 477px;
        background-color:#FFFCF3;
        
        
}



.clear {
	clear:both;
}

/* top nav */
#nav {
	height:	38px;
	padding: 4px 40px 0 728px;
	color: #A3C13A;
}
#nav ul {
 	padding: 0;
 	list-style: none;
 	margin:	0 0 0 0;
}
#nav li {
 	margin:	0;
 	padding: 0;
 	display: inline;
}
#nav a {
  display: block;
  color:			blue;
  width:			77px;
  height:			31px;
  text-align:	center;
  float:			left;
  padding-top:7px;
  text-decoration:	none;
  margin:			0 5px 0 0;
}
#nav li a:hover {
  background:	white url(images/tab_hover.gif);
  color:			#016533;
}
#nav li.selected a {
  background:	white url(images/tab_hover.gif);
  color:			#016533;
  text-decoration:	none;
}

