body {
	background-image:url(/images/background.jpg);
	background-repeat:repeat-x;
	background-color:#282828;
	margin:0px auto;
	font-family:Geneva, Arial, Helvetica, sans_serif;
	font-size:12px;
	text-align:justify;
	color: #666666;
}

#banner {
	align:center;
	width:1042px;
	height:289px;
	margin:0px auto;
	padding:0px;
	background-image: url(/images/banner.jpg);
}

#middle {
	align:center;
	width:1042px;
	/*height: 312px;*/
	min-height:320px;
	margin: auto;
	background-image: url(/images/backmiddle.jpg);
	background-repeat:repeat-y;
	
}

#middle h1 {
	font-size:22px;
	margin:0px;
	text-transform:uppercase;
	font-weight:normal;
	color:#3e7faf;
	}

#middle h4 {
	font-size:14px;
	margin:0px;
	font-weight:bold;
	color:#666666;
	}

#footer {
	align:center;
	width:1042px;
	height:100px;
	margin: auto;
	padding:0px;
	background-image: url(/images/footer.jpg);
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #3e7faf;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: none;
}


.products {
	color: #999999;
}
.products a:link {
	color: #666666;
	text-decoration: none;
}
.products a:hover {
	color: #3e7faf;
	text-decoration: underline;
}
.products a:visited {
	color: #666666;
	text-decoration: none;
}

