

body
{
	background-color: #777;
	margin: auto auto;
}

.container
{
	width: 800px;
	margin: auto auto;
}

.splash
{
	font-family: Helvetica, Verdana;
	font-size: 14px;
	font-weight: normal;
	width: 120px;
/*	height: 90px; */
	margin: 50px auto 0 auto;
	background-color: #888;
	text-align: left;
	vertical-align: middle;
	padding: 60px 30px 60px 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 8px;
	border-top: 1px #0CC solid;
	border-right: 1px #69F solid;
	border-bottom: 1px #06F solid;
	border-left: 1px #6CF solid;
	background-image: url(images/banner_bg_800.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.splashlinks
{
	font-family: Helvetica, Verdana;
	font-size: 14px;
	font-weight: normal;
	width: 120px;
	/*	height: 90px; */
	margin: 10px auto 0 auto;
	background-color: #888;
	text-align: left;
	vertical-align: middle;
	padding: 20px 30px 20px 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 8px;
	border-top: 1px #0CC solid;
	border-right: 1px #69F solid;
	border-bottom: 1px #06F solid;
	border-left: 1px #6CF solid;
	background-image: url(images/banner_bg_800.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.splashlinks ul{	list-style-type: none;
}
input{
	font-family: Helvetica, Verdana;
	font-size: 12px;
	font-weight: normal;
}
textarea{
	font-family: Helvetica, Verdana;
	font-size: 12px;
	font-weight: normal;
}
.bottomnav
{
	text-align: center;
	margin: 60px 0px -52px 0px;
}
.splashlinks a
{
	text-decoration: none;
	color: #666;
}

.splashlinks a:hover
{
	text-decoration: none;
	color: #888;
}
.splashlinks a:active, visited
{
	text-decoration: none;
	color: #666;
}
