/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

html {
	background-image:url('images/background.jpg');
	background-repeat:repeat-x repeat-y;
}

html, body {	
	margin: 0; 
	padding: 0;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration:underline;
}

a:active {
	color: #000;
	text-decoration: none;
}

#contentarea {
	width:611px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

#header {
	float:left;
	margin-top:10px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
}

#navigation {
	float:left;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

#navigation ul {
	float:left;
	text-align:center;
	width:610px;
}

#navigation li {
	float:left;
	list-style-type:none;
	padding-left:20px;
}

#mainbody {
	float:left;
	padding-top:20px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	height:auto !important;
	min-height:400px;
	height:400px;
}