body {
	background: #FFFFFF url('images/background-gradient.jpg') repeat-y center;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#container {
	width: 758px;
	margin: 0px auto;
	position: relative;
	text-align: left;	
}
div#header {
	background: #FFFFFF url('images/banner_homepage.jpg');
	width: 758px;
	height: 380px;
	margin: 25px auto 0px 0px;
	position: relative;
	
}
div#headertext {
	position: absolute;
	top: 250px;
	left: 40px;
	color: #ddeaf0;
	font-size: 15px;
}
div#heading {
	position: absolute;
	top: 150px;
	left: 40px;
	color: #ffffff;
	font-size: 36px;
}
a#enter {
	position: absolute;
	top: 0px;
	width: 758px;
	display: block;
	height: 380px;
	z-index: 999;
	background: url('images/splash.gif') repeat;
}
a#enter em {
	display: none;
}
div#contentarea {
	background: #c8d2d7 url('images/content_bg_homepage.jpg') no-repeat;
	width: 758px;
	margin: 0px auto;
	position: relative;
}
div#content {
	width: 700px;
	padding-top: 5px;
	padding-left: 40px;
	margin: 0px auto 0px 0px;
	position: relative;
	font-size: 11px;
}

div#content a{
	color: #3c4147;
	text-decoration: none;
}
div#content a:hover{
	color: #56606c;
	text-decoration: none;
}

div#footerlines {
	background: url('images/grey_footer_lines.jpg');
	width: 758px;
	height: 9px;
	margin: 0px auto;
	position: relative;
}
div#footer {
	color: #828c9b;
	width: 400px;
	height: 57px;
	margin: 10px auto 0px 0px;
	float: left;
	position: relative;
	text-align: left;
}
#phonenumber {
	font-size: 15px;
}
#email {
	font-size: 15px;
	color: ff0000;
	text-decoration:none;
}
a#email,a.email:visited{
	font-size: 15px;
	color: #ff0000;
	text-decoration:none;
}
a#email:hover{
	font-size: 15px;
	color: #ff0000;
	text-decoration:none;
}
ul#design a{
	color: #828c9b;
	font-size: 11px;
	text-decoration:none;
}
ul#design {
	display:block;
	float:right;
	list-style-type:none;
	padding:0;
	position:relative;
	top:10px;
}
ul#design li{
	display: inline;
	padding: 0em 0.8em;
	border-right: 1px solid #857b7c;
	color: #828c9b;
	font-size: 11px;
	text-decoration: none;
}
ul#design li.NIMLastItem{
	border-right: none;
	padding-right: 0em;
}