html, body {
	background-color:#3f3f3f;
	font-family:Arial,Helvetica,sans-serif;
	margin:0 0 20px;
	padding:0;
}

#content {
	background-image:url(images/layout/background.png);
	background-color:#FFFFFF;
}

#contentfooter {
	background-attachment:scroll;
	background-image:url(images/layout/background-base.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#mainmenu {
	text-align:center;
	background-color:#333333;
	float:left;
	margin-left:1px;
	width:734px;
	padding:10px;
}

#mainmenu ul {
	margin:0;
	padding:0px 18px;;
	list-style:none;
}

#mainmenu ul li {
	display:inline;
}

.main_logo {
	background-color:#E1E1E1;
	background-image:url(images/main_logo.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
	border-bottom:1px solid black;
	float:left;
	height:60px;
	margin-left:1px;
	width:754px;
}

.home_title {home.css (line 218)
	background-color:#DEE9DF;
	font-size:14pt;
	font-weight:600;
	left:1px;
	padding:6px;
	position:relative;
	text-align:right;
	width:742px;
}

#modulecolumn {
	float:right;
	position:relative;
	right:1px;
	width:200px;
}

.module_right {
	background-repeat:no-repeat;
	width:195px;
}

.moduleTitleDetails {
	color:#444444;
	text-align:justify;
	width:190px;
}

#contentcolumn {
	float:left;
	width:750px;
}

.loginbox {home.css (line 102)
padding:5px;
text-align:center;
}
