﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}
#wrap {
	border: thin #C0BCAD solid;
	width: 955px;
	position: absolute;
	background-color: #B5A58C;
}
#masthead {
	background-color: #B5A58C;
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
	
}

#right_col {
	width: 245px;
	float: right;
}

#page_content {
	margin-left: 0px;
	margin-right: 0px;
}

#footer {
	clear: both;
}
#contactus
{	background: url('../Image%20Works/ContactUs1.jpg') 0 0 no-repeat;
	height: 50px;
	width: 200px;
}
#contactus:hover
{	background:url('../Image%20Works/ContactUs2.jpg') 0 0 no-repeat;
	height: 50px;
	width: 200px;
}
#home
{	background: url('../Image%20Works/Home2.jpg') 0 0 no-repeat;
	height: 50px;
	width: 200px;
}
#home:hover
{	background:url('../Image%20Works/Home2.jpg') 0 0 no-repeat;
	height: 50px;
	width: 200px;
	}
#aboutus
{	background: url('../Image%20Works/AboutUs1.jpg') 0 0 no-repeat;
	height: 50px;
	width: 200px;
}
#aboutus:hover
{	background:url('../Image%20Works/AboutUs2.jpg') 0 0 no-repeat;
	height: 50px;
	width: 200px;
}
#services
{	background: url('../Image%20Works/Services1.jpg') 0 0 no-repeat;
	height: 50px;
	width: 200px;
}
#services:hover
{	background:url('../Image%20Works/Services2.jpg') 0 0 no-repeat;
	height: 50px;
	width: 200px;
}
#links
{	background: url('../Image%20Works/Links1.jpg') 0 0 no-repeat;
	height: 50px;
	width: 200px;
}
#links:hover
{	background:url('../Image%20Works/Links2.jpg') 0 0 no-repeat;
	height: 50px;
	width: 200px;
}