.header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-color:#272727;
	height: 94px;
	width: 100%;
/*	margin-right: auto;
	margin-left: auto;*/
}
.logo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left:0px;
	float:left;
	width:234px;
	height: 92px;
}
.centeraligned {
	width:100%; 
	min-width:1000px;
	margin-top: 0px;
/*	margin-right: auto;*/
	margin-bottom: 0px;
/*	margin-left: auto;*/
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
		font-family: "Trebuchet MS";

}
body,td,th {
	color: #CCCCCC;
}
.menu {
	height: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:25px;
	float:right;
	margin-top:-10px;


		*margin-top:0px;
	width: 600px;
	
}
.menu ul{
	/*padding-top:12px;*/
margin-bottom:0px;
	float:right;
	display: block;

}
.menu ul li{
	margin-left:3px;
	margin-right:3px;
	display: inline;
	list-style-type: none;
}
.menu ul li a{
	color: #ffffff;
	text-decoration: none;
/*	padding-top: 8px;
	padding-bottom: 9px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight:bold;*/
	text-align:right;
}
.menu ul li a:hover{
	color: #999999;
	text-decoration: none;
}

.clear {
	clear: both;
}
.pagecenter {
	width: 500px;
	position: absolute;
	left: 50px;
	bottom: 0px;/*	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
*/
	overflow: hidden;
	vertical-align: bottom;
}
#homebody #feedback {
	margin: 30px;
}
#homebody .heading h3 {
	margin-right: 30px;
	margin-left: 30px;
}
