html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: trebuchet ms, verdana, arial, sans-serif;
	font-size: 12px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color:#999999;
	background:url(includes/images/back.png);
	background-position: center center;
	background-repeat: repeat-x;
}
#vspacer {
	height: 50%;
	width: 1px;
	margin-bottom: -275px;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 550px;
	padding: 0;
	text-align: left;
	background-color: #333333;
}
a {
	font-family: "trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
}
p {
	font-family: "trebuchet MS", Arial, Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-position: left;
}
h1 {
	font-family:  "trebuchet MS", Arial, Verdana;
	font-size: 26px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
h2 {
	font-family:  "trebuchet MS", Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #FF0000;
	font-variant: normal;
	font-style: normal;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
h3 {
	font-family:  "trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	color: #cccccc;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
h6 {
	font-family: "trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #8EB1D5;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-weight: normal;
}
li {
	font-family:  "trebuchet MS", Arial, Verdana;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
}

