body{
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	background-color: #cee7fa;
	background: url(images/background.jpg) repeat-x;
}
p{
	margin: 0 0 20px 0px;
}

a.home, a.about, a.support{
	font-size: 14px;
	font-weight: bold;
	color: #004fa6;
	text-decoration: none;
	margin: 0px 0 0 20px;
}
a.home:hover, a.about:hover, a.support:hover{
	font-size: 14px;
	font-weight: bold;
	color: #ff9026;
	text-decoration: none;
	margin: 0px 0 0 20px;
}


h1{
	color: #ff9026;
}
ul{
	margin: 0 0 0 -10px;
}
li{
	margin: 10px 0 0 0;
}
#container{
	width: 746px;
	margin: 0 auto;
}
#header{
	float: left;

	background: url(images/header.jpg) no-repeat;
	height: 180px;
	width: 746px;
}
#body_background{
	
	float: left;
	width: 746px;
	height: auto;
	background: url(images/body_background.png) repeat-y;

}
#nav{
	float: left;
	margin: 0 0 0 12px;
	background: url(images/nav_background.jpg) repeat-x;
	height: 45px;
	width: 722px;
}
#buttons{
	margin: 13px 0 0 0;
}
#leftcolumn{
	float: left;
	margin: 0 0 0 30px;
	width: 350px;
}
#contact_form{
	float: left;
	margin: 20px 0 0 30px;
	width: 350px;
}
#rightcolumn{
	float: left;
	margin: 20px 0 0 40px;
	width: 310px;
}
#footer{
	float: left;
	height: 40px;
	margin: 20px 0 0 0px;
	width: 746px;
