body 
{
	color:white;
	background:url('../templates/img/test.gif');
	margin:0 0 0 0px;
	padding:0 0 0 0px;	
}

#logo{
	position:absolute;
	left:520px;
	top:20px;
}
div#content
{	
	background:#aba48f;	
	width:800px;
	margin:0 0 0 30px;
	height:auto;
	padding-bottom:170px;
}

.ie {
	display:none;
	background: red;
	color:white;
}

#main
{
	background:#aba48f;	
	left:0px;
	width:480px;
	top:170px;
	position:relative;
	}
#menu
{
	background:#aba48f;	
	left:0;
	float:right;
	width:300px;
	top:170px;
	position:relative;
}


#menu ul
{
	list-style:none;
}

#menu li
{	
	display:block;
	text-align:center;
	
	height:44px;
	border-bottom:dotted 1px grey;
	border-top : dotted 1px grey;
}
#menu li a
{	
	padding-top:17px;
	display:block;
	height:44px;
}

h1
{
position:absolute;
top: 10px;	

}
h2 {
position:absolute;
top: 50px;	
}

a img
{
border:none;
}

a
{
color:white;
text-decoration:none;
}
a:hover
{
color:white;
text-decoration: underline;
}
	table.contact th{
		font-weight:normal;
		text-align:right;
		vertical-align:top;
		width:40%;
		padding:7px;
		color:#FFF;
	}
	table.contact td{
		width:60%;
		padding:5px;
	}	
	table.contact td textarea, table.contact td input.text{
		width:100%;
		border: solid 1px #93a8cd;
	}
	
	

ul a
{text-decoration:none;
color:white;}
ul a:hover
{text-decoration: underline; }