body {
	margin: 0;
	padding: 0;
	background:#fff url(images/bg4.gif);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	min-height: 500px;
	min-width: 850px;
}

body h3 {
	font-size: 14px;
	text-align: center;
}

body h4 {
	font-size: 10px;
}

body p {
	font-size: 11px;
}

p.welcome {
	color: #000;
	position: absolute;
	right: 5em;
	top: 0;
	font-size: 14px;
}

div#container {
	width: 850px;
	height: auto;
	margin: 0 auto;
	margin-top: 2em;
}

div#header {
	width: 850px;
	height: 300px;
}

ul#navbar, ul#navbar li, ul#navbar img {
	display: inline;
	border: none;
	margin-left: 1em;
}

div#contentleft {
	width: 420px;
	height: auto;
	float: right;
}

div#contentright {
	width: 420px;
	height: auto;
	text-align: center;
}

div#productcontent {
	padding-bottom: 2em;
}

div.products {
	margin-bottom: 4em;
	padding-bottom: 2em;
	text-align: justify;
}

div.products img {
	position: relative;
	float: right;
	padding-right: 6em;
}

div.products a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CC0000;
	font-size: 11px;
}

div.products a:hover {
	color: #990000;
}

div#footer {
	height: 55px;
	width: 100%;
	background: #000000 url(images/footer.gif) repeat-x;
	position: absolute;
	bottom: auto;
}

div#footer p {
	position: absolute;
	right: 5em;
	bottom: 0;
	color: #fafafa;
	font-size: 9px;
}

div#footer a {
	position: absolute;
	right: 35em;
	bottom: 1em;
	color: #fafafa;
	font-size: 9px;
	text-decoration: none;
}

div#form content {
	width: auto;
	height: auto;
	margin: 0 auto;
	margin-top: 3em;
}