body {
	background: url('../images/mainbg.png') repeat-x #464646;
	padding: 0;
	margin:0;
}
div.wrapper {
	width: 732px;
	margin: auto;
	height: 100%;
	background: url('../images/backgroundwrapper.png') repeat-y;
	
}
div.bottom {
	height: 21px;
	width: 732px;
	background-image: url('../images/bottombar.png');
	margin: auto;
}
div.wrapper2 {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	
}
div.header {
	background-color: #005F7B;
	height: 49px;
	text-align: center;
	background: url('../images/navbg.png') repeat-x;
	border: 1px solid #333232;
}
div.header ul {
	height: 25px;
	line-height: 25px;
	display: inline;
	padding: 0px;
	margin: 0px;
}
div.header li {
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	line-height: 49px;
	list-style: none;
	display: inline;
	font-family: sans-serif, Arial, Helvetica;
	font-weight: bold;
	color: #ffffff;
}
div.header li a {
	color: #ffffff;
	text-decoration: none;
}
div.infobox {
	margin-top: 3px;
	float: left;
	clear: none;
	width: 200px;
	height: 160px;
	border: 1px solid #333232;
	background-color: #3C9DB7;
	background-image: url('../images/martiinfobg.png');
	text-align: center;
	color: #ffffff;
}
div.search {
	clear: left;
	margin-top: 3px;
	float: left;
	width: 200px;
	background-color: #3C9DB7;
	border: 1px solid #333232;
	text-align: center;

	_padding: 15px 0 0 0;
}
.searchbox {
	background-color: #cccccc;
	border: 1px solid #2f363b;
	color: #30373c;
	padding: 3px;
	font-size: 10px;
}
.searchsubmit {
	background-color: #484848;
	border: 1px outset #2f363b;
	color: #ffffff;
	padding: 2px;
	font-weight: bold;
	font-size: 10px;
}
.searchsubmit:hover {
	background-color: #ffffff;
	border: 1px inset #2f363b;
	color: #666666;
}
div.leftbar {
	width: 200px;
	clear: left;
	float: left;
	background-color: #E6EAED;
	min-height: 100px;
	border: 1px solid #333232;
	margin-top: 3px;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	_padding-bottom: 10px;
}
div.copyright {
	background-color: #E6EAED;
	border: 1px solid #333232;
	width: 190px;
	margin-top: 3px;
	clear: left;
	float: left;
	padding: 5px;
	color: #000000;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
div.topright {
	margin-top: 3px;
	float: right;
	height: 218px;
	clear: right;
	width: 474px;
	border: 1px solid #333232;
	background-color: #3C9DB7;
	line-height: 160px;
	text-align: center;
	color: #ffffff;
}
div.maincontent {
	margin-top: 3px;
	float: right;
	clear: right;
	height: 100%;
	width: 474px;
	border: 1px solid #333232;
	background-color: #E6EAED;
	text-align: center;
	color: #000000;
}
div.maincontent p {
margin: 10px;
}
div.clearer {
	clear: both;
}