* {
	margin: 0;
	padding: 0;
}
body {
	background: #E6E6E6;
	color: #333;
	font-size:12px;
	margin-top:20px;
	font-family:Verdana, Geneva, sans-serif;
}
img{
	border:none;
}
.wrapper{
	width:845px;
	margin:0 auto;
}
#logo{
	background:url(images/logo_holder.png) no-repeat 0 0;
	text-align:center;
	margin:10px 0;
	padding-top:10px;
	width:180px;
	height:96px;
}
#logo p{
	display:none;
}
#contact_details{
	font-family:Arial, Helvetica, sans-serif;
	color:#29704C;
	font-size:14px;
	text-align:center;
}
#contact_details p{
	margin:10px 0;
	line-height:20px;
}
.holder{
	position:relative;
}
.col1{
	width:180px;
	float:left;
}
.col2{
	width:610px;
	float:left;
	padding:20px;
	border:#FFF 7px solid;
	color:#FFF;
}
.col2 h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:20px;
	font-size:20px;
	text-transform:uppercase;
}
.col2 p{
	margin:15px 0;
	line-height:20px;
}
#menu ul{
	list-style:none;
}
#menu a{
	display:block;
	width:180px;
	font-weight:bold;
	height:28px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	padding-top:12px;
	text-decoration:none;
	background:url(images/menu_bg.png) no-repeat 0 0;
}
#menu a:hover{
	background:url(images/menu_hover.png) no-repeat 0 0;
}
	
#footer{
	float:left;
	width:845px;
	margin:10px; auto;
	text-align:center;
}