@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../_images/bgouter.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EF3C39;
	background-repeat: repeat-y;
	background-position: center top;
}

#container {
	width: 900px;  
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}

#mainContent {
	border: none;
	margin: 0;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000;
	background-image:url(../_images/home_splashBG.jpg);
	height: 830px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	position: relative;
}

#nav_homepage {
	width: 400px;
	margin: 0;
	padding: 5px 0px;
	color: #FF9;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align:center;
}

#nav_homepage p {
	margin: 0;
	padding: 10px 5px 5px 5px;
}

#nav_homepage a:link, #nav_homepage a:visited {
	color: #FF9;
	text-decoration: none;
}

#nav_homepage a:hover, #nav_homepage a:active, #nav_homepage a:focus {
	color: #FFF;
}

a img, a:link img, a:visited img {
border: none
}


#textarea_homepage {
	width: 570px;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .95em;
}

#footer_homepage {
	width: 500px;
	position: absolute;
	z-index: 5;
	height: 100px;
	top: 660px;
	left: 270px;
}
	
.imgLeft {
	float: left;
	padding: 5px 5px 0px 0px;
}

a:link, a:visited {
	color: #FF9;
	background: inherit;
}

a:hover, a:active, a:focus {
	color: #999;
	background: inherit;
}