@charset "UTF-8";
#container {
	background-color: #FFF;
} 
#header {
	background-image: url(../images-home/header.gif);
}
#showcenter {
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 400px;
} 
#header ul{
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	position:absolute;
	right:50px;
	bottom:32px;
}
#header li {
	float: left;
}
#header li a:link,#header li a:visited {
	padding:10px 5px;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
    font-weight: normal;
	color:#333;
	text-decoration:none;
	line-height: 14px;
	margin-left:15px
	}
#header li a:hover {
	color:#C00;
}


#mainContent {
	float: left; /* since this element is floated, a width must be given */
	width: 900px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #FFF;
	margin-top: 0px;
	z-index: 2000;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images-home/shadowbox.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 0px;
}
#mainContent h2 {
	padding-right: 50px;
	padding-left: 50px;
}
#mainContent p {
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 30px;
	font-size: .95em;
	line-height: 1.6em;
}
#footer {
	background-color: #F2F2F2;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 15px;
} 

