body {
	background-color: #3F3F3F;
	margin: 0 0 0 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#wrap {
	width: 764px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 245px;
	background-image: url(images/headerpng.png);
}
#innerwrap {
	background-image: url(images/innerwrap.gif);
}
#content {
	float: left;
	width: 546px;
	background-image: url(images/bgcontent.gif);
	background-repeat: repeat-x;
	background-color: #FEF6E6;
}
#right {
	float: right;
	width: 208px;
	background-image: url(images/bgright.gif);
	background-repeat: repeat-x;
	background-color: #FEF6E6;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	color: #222222;
	margin-top: 26px;
}
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #EA9332;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #EA9332;
}
a:hover {
	text-decoration: none;
	color: #DD8017;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	margin-left: 10px;
}
.leftnav {
	background: url(images/menuleft.gif) 0 0 no-repeat;
	width: 40px;
	height: 21px;
	display: block;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	text-indent: 2000px;
}
.rightnav {
	background: url(images/menuright.gif) 0 0 no-repeat;
	width: 29px;
	height: 21px;
	display: block;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	text-indent: 2000px;
}
.home {
	background: url(images/home.gif) 0 0 no-repeat;
	width: 50px;
	height: 21px;
	display: block;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	text-indent: 2000px;
}
.home:hover {
	background-position: 0 -21px;
}
.features {
	background: url(images/features.gif) 0 0 no-repeat;
	width: 64px;
	height: 21px;
	display: block;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	text-indent: 2000px;
}
.features:hover {
	background-position: 0 -21px;
}
.demo {
	background: url(images/demo.gif) 0 0 no-repeat;
	width: 49px;
	height: 21px;
	display: block;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	text-indent: 2000px;
}
.demo:hover {
	background-position: 0 -21px;
}
.order {
	background: url(images/order.gif) 0 0 no-repeat;
	width: 48px;
	height: 21px;
	display: block;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	text-indent: 2000px;
}
.order:hover {
	background-position: 0 -21px;
}
.support {
	background: url(images/support.gif) 0 0 no-repeat;
	width: 59px;
	height: 21px;
	display: block;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	text-indent: 2000px;
}
.support:hover {
	background-position: 0 -21px;
}
#menu {
	position: absolute;
	top: 55px;
}
#footer {
	border-top: #222222 10px solid;
	background-color: #282828;
	border-bottom: #222222 10px solid;
}
#footer p {
	color: #FFFFFF;
}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}