@charset "utf-8";
/* CSS Document */

body {
	background: #888;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

p {
	font-size:10px;
	color: #666;
	margin: 0;
}

#godiv {
	position: relative;
	width:	845px;
	height:	650px;
	margin-top:	45px;
	margin-right: auto;
	margin-left: auto;
    padding: 23px 1px 23px 0;
	background-image: url(images/splash/maincontent.gif);
	background-repeat: no-repeat;
}

#allcontent{

	margin: 0 auto;
	width: 800px;
	height: 605px;
}

#header {
	margin-top: 25px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

#image{
	width: 800px;
	height: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F90;
	
}

#links{
	font-size:14px;
	color: #F90;
	text-align:center;
	height: 30px;
	padding-top: 10px
}

#footer{
	width: 450px;
	margin-left:auto;
	margin-right:auto;
	
}
	
a{
	color: #F90 ;
	text-decoration: none;
	outline: none;
	border: 0 none;
}

a:hover {
	color: #333;
}

a img{
	border: 0px;
}

#godiv #allcontent #footer p a {
	color: #666;
	font-size: 9px;
	text-decoration: none;
	font-style: italic;
}

::-moz-selection{
background: #FFA851;
color: #333;
} 

::selection {
background: #FFA851;
color: #333;
} 

