body{
background:url(../images/bg.jpg);
}

#sitecontainer{
	float:left;
	height:650px;
	width:804px;
	margin: 10px 0px 0px 10px;	

}

#logo{	
	
	width:800px;
	height:143px;
	background: url(../images/webheader.png) transparent;
	border: 0px solid gray;
}

#content{
	float:left;
        margin: 0px 0px 0px 0px;
	width:593px;
	height:700px;
	background: url(../images/middle.png);
	border:0px solid red;
	
}
#menu{	
	
	float:left;
	margin: 0px 0px 0px 0px;
	width:207px;
	height:500px;
	background: url(../images/menywide.png) transparent no-repeat;
	border-top:1px solid gray;
	border: 0px solid red;
}

#coop{
	float:left;
	width:200px;
	height: 700px;
	background: url(../images/menywide.png) transparent no-repeat;
	margin:150px 0px 0px 10px;

}	
#footer{
	float: left;
	margin: 0px 0px 0px 207px;
	width: 593px;
	height: 40px;
	background: url(../images/bottom.png) no-repeat transparent;
}


div.formbox{
	float:left;
	width: 400px;
	height:20px;
	
}

div.soldathem{
	float:right;
	margin: 27px 20px 0px 0px;	
	height:70px;
	width:50px;
	background:transparent;
	
}
div.textcontainer{
 	height:150px;
	width:397px;
	border:0px solid gray;
	float:left;
	border:0px solid red;
}
div.picturecontainer{
	float:left;
	height:150px;
	width:160px;
	border: 0px solid gray;
	margin-right:30px;
	border:0px solid red;
}
div.menuitem{
	
	height:15px;
	width: 140px;
	border: none;
	margin: 0px 0px 0px 30px;
}

div.personal{	
	float:left;
	height:30px;
	width:260px;
	border:0px solid gray;
	margin: 20px 0px 0px 20px;
}

div.label{
	width:60px;
	height:20px;
}
a:link, a:visited{
	text-decoration:none;
	font-family: verdana,arial, "lucida console", sans-serif;
	font-size:12px;
	color:black;
}
a:hover{
	text-decoration:underline;
	font-family: verdana,arial, "lucida console", sans-serif;
	font-size:12px;
	color:gray;
}
p.title{
font-size:14px;
font-family: verdana,arial, "lucida console", sans-serif;
text-decoration:underline; 

}
p.text{
font-size:12px;
font-family: verdana,arial, "lucida console", sans-serif; 

}
