body {
	margin-top: -12px;
	padding-top: 0;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 2em;
}
a:link,  a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

#container {

	margin: 0 auto;
	display: block;
	width: 750px;
	background: url(../images/containerbg.jpg);
}
#header {
	background: url(../images/header.jpg) no-repeat;
	width: 750px;
	height: 193px;
}
#header ul {
	position: relative;
	top: 145px;
	left: -25px;
	list-style: none;
	list-style-type: none;
}
#header li {
	font-size: 14px;
	display: inline;
	padding: 9px;
}
#header a:link, #header a:visited {
	color: #FFF;
	text-decoration: none;
}
#header a:hover, #header a:active {
	text-decoration: underline;
}
#middle {
	width: 750px;
	height: 174px;
	background: url(../images/middle.jpg) no-repeat;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #CC0000;
}
#content h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 1.4em;
	color: #999999;
	font-weight: normal;
	margin-bottom: -.8em;
}	
#sidebar .title {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	display: inline;
}

#footer {
	margin: 0 auto;
	width: 750px;
	height: 27px;
	background: url(../images/footer.jpg) no-repeat;
	clear: both;
}
.feature1 {
	position: relative;
	top: 26px;
	left: 24px;
}
.feature2 {
	position: relative;
	top: 26px;
	left: 37px;
}
.feature3 {
	position: relative;
	top: 26px;
	left: 51px;
}
