@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0 auto;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: c80e53;
	font-size: 30px;
}

.copy {
	font-family: "Times New Roman", Times, serif;
	color: 000000;
	font-size: 15px;
	text-indent: 150px;
}

.indexPadding {
	padding-left: 30px;
}

#wrapper {
	margin: 0 auto;
	height: 800px;
	text-align: left;
	width: 808px;
	background-color: #FFFFFF;
}

#benefits_wrapper {
	margin: 0 auto;
	height: 790px;
	text-align: left;
	width: 808px; 
	background-color: #FFFFFF;
}

#products_wrapper {
	margin: 0 auto;
	height: 755px;
	text-align: left;
	width: 808px; 
	background-color: #FFFFFF;
}

#services_wrapper {
	margin: 0 auto;
	height: 1040px;
	text-align: left;
	width: 808px;
	background-color: #FFFFFF;
}

#header {
	background: url(images/header.gif);
	height: 176px;
	width: 808px;
}

#nav {
	height: 32px;
	width: 808px;
	background-color:#d1bb96;
}

#blackness {
	background-color: #000000;
	height: 383px;
	width: 788px;
	padding: 5px 20px 5px 0;
	margin-top: 5px;
}

#images {
	height: 377px; 
	width: 808px;
}

ul#img {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 808px;
}

#nav li {
	display: inline;
	float: left;
	padding-right: 5px;
}
