#layout {

	background-color: #FFFFFF;

	float: left;

	height: auto;

	width: 1000px;



}

#toplogo {

	float: left;

	height: 150px;

	width: 1000px;

	border-top-width: 2px;

	border-top-style: solid;

	border-left-style: none;

	border-top-color: #333333;

}

#menu {

	float: left;

	height: 25px;

	width: 1000px;

	border-top-width: 1px;

	background-color: #333333;

}

.maincontent {
	float: left;
	height: auto;
	width: 798px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	background-image: url(../biglogo5.png);
	margin-top:0px;




}

.rightpanel {

	float: right;

	height: auto;

	width: 200px;

}

#footer {

	float: left;

	height: auto;

	width: 1000px;

}

