* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: #339999;
}

h1, h3 {
	font-size: 1.1em;
	padding: 20px 0 0 10px;
}

#wrapper {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	height: 708px;
	margin: auto;
	width: 1000px;
}

#header {
	padding: 50px 0 0 50px;
}

#subheader {
	padding: 5px 0 0 710px;
}

#content {
	margin: 10px 0 0 50px;
	width: 920px;
}

#bottom-info {
	background: #82c0c0;
	height: 225px;
	width: 895px;
}

#bottom-info p {
	padding: 10px 0 0 10px;
}

#bottom-info #about {
	display: block;
	float: left;
	font-size: .8em;
	text-align: justify;
	width: 500px;
}

h1 {
	width: 500px;
}

#contact {
	display: block;
	float: right;
	width: 350px;
}

#footer {
	height: 25px;
	margin: 10px auto 0 auto;
	text-align: right;
	width: 895px;
}

#footer img {
	line-height: 25px;
}

#footer span {
	display: block;
	float: right;
	font-size: .6em;
	line-height: 19px;
}

div.product {
	float: left;
	margin-right: 7px;
}

h2.product-name {
	background-image: url(../images/product-name.jpg);
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-size: .8em;
	height: 40px;
	margin-top: -5px;
	padding-top: 12px;
	text-align: center;
	text-transform: uppercase;
	width: 143px;
}

table {
	border-left: 1px solid #fff;
	width: 100%;
}

td {
	font-size: .8em;
	padding: 10px;
}

br.clear {
	clear: both;
}
