* {
	margin: 0;
	padding: 0;
}

body {
	background: url("/images-new/BodyBG.jpg") top left repeat-x #a5a4a4;
	color: #000000;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #3366cc;
}

a:hover {
	color: #990000;
}

#container {
	width: 770px;
	margin: 0 auto;
	background: url("/images-new/ContentBG.jpg") top left repeat-y;
	text-align: justify;
}

#header {
	background: url("/images-new/HeaderBG.jpg") top left no-repeat;
	display: block;
	height: 101px;
	width: 770px;
}

#header span {
	visibility: hidden;
}

#header ul {
	padding: 82px 0 0 60px;
}

#header li {
	list-style: none;
	padding-right: 30px;
	float: left;
}

#header a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
}

h3#footer {
	background: url("/images-new/FooterBG.jpg") bottom left no-repeat;
	width: 770px;
	height: 71px;
	display: block;
	padding-top: 1px;
	position: relative;
}

h3#footer span {
	position: absolute;
	bottom: 45px;
	left: 60px;
	color: #ffff33;
	font-size: 10px;
}

h3#footer a {
	font-size: 10px;
	color: #ffff33;
	text-decoration: none;
}

#content {
	padding: 0 65px 0 65px;
}

#content h1 {
	font-size: 15px;
	margin: 10px 0 10px 0;
}

#content h2 {
	font-size: 14px;
	margin: 10px 0 10px 0;
}

#content p {
	font-size: 13px;
	margin: 10px 0 10px 0;
}

#content ul {
	padding: 0 35px 0 35px;	
}

img.feature {
	float: left;
	margin: 5px 10px 5px 0;
}