@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	height: 750px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #mainheader {
	height: 238px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #mainmenu {
	height: 46px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../art/home/BG_main_menu.jpg);
	background-repeat: no-repeat;
	z-index: 50;
}
#wrapper #mainmenu #menuholder {
	height: 46px;
	width: 975px;
	padding-left: 125px;
	float: left;
}
#wrapper #mainlowerbody {
	background-image: url(../art/home/BG_home_lower_body.jpg);
	background-repeat: no-repeat;
	height: 466px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	position: relative;
	top: -6px;
	z-index: 2;
}
#wrapper #mainlowerbody #leftcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #294376;
	text-align: left;
	float: left;
	height: 319px;
	width: 520px;
	position: relative;
	left: 130px;
	top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper #mainlowerbody #rightcol {
	float: right;
	height: 335px;
	width: 242px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	right: 182px;
	top: 10px;
}
#wrapper #mainlowerbody #rightcol #rightcoltop {
	width: 242px;
	height: 230px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #mainlowerbody #rightcol #rightcolumnbottom {
	background-color: #CCCCCC;
	height: 105px;
	width: 242px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #404D7F;
	font-weight: bold;
	text-align: center;
}
#wrapper #mainlowerbody #rightcol #rightcolumnbottom #firstname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	width: 115px;
}
#wrapper #mainlowerbody #rightcol #rightcolumnbottom #lastname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	width: 115px;
}
#wrapper #mainlowerbody #rightcol #rightcolumnbottom #email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 234px;
}

