@charset "utf-8";
/* CSS Document */

body { 
	background: url(images/bg.jpg) repeat-x top #000;
	height: 100%;
	margin-top: 0px;
}
ul { list-style: disc;
    margin-top: 0px;
	margin-left: 88px;
	font-size: 11px; 
	line-height: 1.6em;  
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
}
p { 
	margin-left: 88px;
	font-size: 11px; 
	line-height: 1.6em;  
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
}	
h1 {
	margin-bottom: -2px;
	margin-left: 88px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
}
a {
	color: #666;	
}
#header {
	text-indent: -9999px;
	margin-top: 0px;
	width: 1050px;
	height: 183px;
	background: url(images/header2.jpg) no-repeat top;
	
}
#banner {
	text-indent: -9999px;
	margin-top: 70px;
	margin-left: 30px;
	width: 993px;
	height: 257px;
	background: url(images/banner.jpg) no-repeat center;
}
#page-wrap {
	width: 1050px;
	margin: 0 auto;
	}
	
ul#nav {
	margin-top: 0px;
	margin-left: 60px;
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			height: 65px;
			text-indent: -9999px;
			float: left;
		}
		ul#nav li.home a {
			margin-left: -40px;
			width: 162px;
			background: url(images/nav-home.jpg) bottom center no-repeat;
		}
		ul#nav li.gallery a {
			width: 205px;
			background: url(images/nav-gallery.jpg) bottom center no-repeat;
		}
		ul#nav li.aboutus a {
			width: 203px;
			background: url(images/nav-aboutus.jpg) bottom center no-repeat;
		}
		ul#nav li.services a {
			width: 196px;
			background: url(images/nav-services.jpg) bottom center no-repeat;
		}
		ul#nav li.contact a {
			width: 165px;
			background: url(images/nav-contact.jpg) bottom center no-repeat;
		}
		ul#nav li a:hover {
			background-position: top center;
		}
		ul#nav li a:focus {
			background-position: top center;
		}
#main-content {
	width: 993px;
	height: 622px;
	background: url(images/main-content.jpg) no-repeat center;
	margin-top: 0px;
	margin-left: 30px;
}
#left-column {
	padding-left: 0px;
	float: left;	
	width: 560px;
}
#right-column {
	margin-top: 4px;
	float: right;	
	width: 415px;
}
#footer {
		width: 1050px;
		height: 132px;
		margin-bottom: 0px;
		padding-bottom: 0px;
}
#foot {
	margin-top: 10px;
	margin-bottom: 0px;	
}

