body {
	background-image:url("bg-img.png");
	background-repeat:repeat-y;
	min-width:800px;
}

#header {
	background-image:url("header-grad.png");
}

#logo {
	margin:30px 10px 0px 30px;
}

#banner {
	position:absolute;
	left:300px;
	top:63px;
}

#nav {

	float:left;
	width:200px;
	color:white;

}



#nav ul {
	margin:10px 0px 0px 80px;
} 

#nav li {
	margin:0px 0px 0px -24px;
	list-style-type:none;
}

a img {
	border:0px;
}


#body {
	width:70%;
	float:left;
}

#body p {
	padding:0px 0px 0px 50px;
}

p #main-img {
	float:right;
	border:none;
	margin:-113px 3px 3px 3px;
}

p #sub-img {
	float:left;
	border:none;
	margin:-10px 3px 0px -4px;
}

#new {
	color:#F60;
}

#construction {
	color:#793C23;
	font-size:12px;
}

#heading {
	width:65%;
	margin:-50px 0px 0px 70px;
	text-align:center;
}

h1 {
	text-align:center;
	color:#814227;
}

h4 {
	font-style:italic;
	font-size:12px;
	text-align:center;
}

.img-svcs, .img-pics  {
	margin:3px 0px 3px 40px;
	border:1px solid black;
}

#footer {
	clear:both;
	background-color:#000000;
	color:white;
}

#footer p {
	padding:10px 0px 10px 250px;
	font:italic normal 12px "sans serif";
}

.prod-img {
	width:300px;
	border:2px;
	margin:3px;
} 