body
{
	font-family:verdana, helvetica, sans-serif;
	font-size:11px;
	margin:0;
}
h1
{
	margin-top:0;
	font-size:12px;
}
img
{
	float:right;
}
a 
{
	color:#000;
}
a :hover
{
	color:
}
#wrapper
{		
	text-align:left;
	width:740px;
	margin:10px auto;	
}
#head
{
	background-image:url(../images/head.jpg);
	width:750px;
	height:157px;
}
#contentwrapper
{
	background-image:url(../images/content-background.jpg);
	background-repeat:repeat-y;
	width:750px;
	
	
}
#menu
{
	margin-left:5px;
	/*border:2px solid #000;*/
	width:150px;	
	background-color: #f1ece2;
	background-image: url(../images/menu-background.jpg);
	background-position: top -4px;
	background-repeat: no-repeat;
	float:left;
}


#menu a
{
	color:#000;
	text-decoration: none;
	font-weight:bold;
}
#content
{	
	margin-left:15px;
	width:500px;
	float:left;
	margin-bottom:20px;
}


*html #form
{
	float: none;
}
#footer{
	
	padding-top:10px;
	border-top:1px solid #000;
	margin-left:175px;
	font-size:9px;
	clear:both;	
	height:30px;
	text-align:right;
	padding-bottom:10px;
	margin-right:10px;
}
#footer ul
{
	margin:0;
	padding:0;
	list-style: none;
}
.message
{
	color:red;
}
