*  {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5 %;
}


body {
	font-family: helvetica, sans-serif;
	background-color: #bdbdc3;
	font-size: 0.8em ;
	color: #363636;
}

p, h2, h3, ul{
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

img {
	border: 1px; black;
}

li {
	margin-left: 1.5em;
}

#page-wrap {
	width: 739px;
	margin: 30px auto;
}

#header-container {
	width: 739px;
	height: 83px;
	background: url(../images/header-bg.jpg);
	text-indent: -9999px;
}

ul#nav {
	background-image:url(../images/menu-bar-bg.jpg);
	height:24px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width: 729px !important; width: 713px;
}
ul#nav li {
	display: inline;
}
ul#nav li a {		
	display: block;
	text-indent: -9999px;
	height: 24px;
	float: left;	
}

ul#nav li.home a {
	background:transparent url(../images/nav-home.jpg) no-repeat scroll center bottom;
	width:105px;
	margin-left: 84px !important;
	margin-left: 42px;
}

ul#nav li.about-us a {
	background:transparent url(../images/nav-about-us.jpg) no-repeat scroll center bottom;
	width:105px;
}

ul#nav li.services a {
	background:transparent url(../images/nav-services.jpg) no-repeat scroll center bottom;
	width:110px;
}

ul#nav li.gallery a {
	background:transparent url(../images/nav-gallery.jpg) no-repeat scroll center bottom;
	width:110px;
}

ul#nav li.contact-us a {
	background:transparent url(../images/nav-contact-us.jpg) no-repeat scroll center bottom;
	width:110px;
}

ul#nav li a:hover {
	background-position: center center;
}

ul#nav li a:active {
	background-position: top center;
}



#drop-shadow-bg-left {
	background-image: url(../images/drop-shadow-bg-left.jpg);
	margin:0;
	padding:0;
	width: 9px;
	height: 24px;
	float: left;
}

#drop-shadow-bg-right {
	background-image: url(../images/drop-shadow-bg-right.jpg);
	margin:0;
	padding:0;
	width: 11px;
	height: 24px;
	float: right;
}



#center-images {
	background-image: url(../images/middle-img-bg.jpg);
	width: 739px;
	height: 193px;
}


#main-content-container {
	background: url(../images/main-content-bg.jpg);
}

#main-content {
	background: url(../images/main-content-header.jpg) no-repeat ;
	width: 739px;
	min-height: 537px;
}

#left-column {
	width: 130px;
	float:left;
	margin: 40px 10px 30px 20px;
	padding: 0 10px 10px 0;
	display: inline;			
}

#right-column {
	width: 500px;
	float: right;
	margin: 40px 30px 30px 0px;
	padding-left:30px;
	border-left: 1px dashed #bdbdc3;
}


.clearFloat {
	clear: both;
}

#content-bottom {
	margin: 0 0 20px 50px;
	height: 10px;
	width: 739px;
}

ul#footer li{ 
	display:inline;
	float:left;
	font-size:0.85em;
	margin:0pt 0pt 0pt 4px;
	padding:0px 0px 0px 7px;
}

#contentFooter { 
	background: url(../images/main-content-footer-bg.jpg) no-repeat;
	width: 739px;
	height: 24px;
}

