body {
	background: url(images/splash-page_bg.jpg) center top no-repeat #69F;
	margin: 0;
	padding: 0;
}

.title-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #01AD4A;
}

#mainbody {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

}

#mainlogo img{
	width: 268px;
	height: 173px;
	position: relative;
	top: 18px;
	margin-left: auto;
	margin-right: auto;
	display:block;
	padding: 5px 0 10px 0;
	border: 0;
}

#subheading img{
	width: 495px;
	height: 22px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display:block;
	border: 0;
}

#mainlogo h1, #subheading h2 {
	display: none;
	}

#categories {
	width: 700px;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: transparent;
	padding: 10px 0 10px 0;
}	


#categories img {
	display: block;
	border: 0;
}

div.category-box {
	display: block;
	position: relative;
	float: left;
}

#footer { 
	display: block;
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	padding: 10px 0 20px 0;
}
h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	margin-bottom: 0;
}

h3 a, h3 a:visited {
	text-decoration: none;
	color:#990000;
}

h3 a:hover {
	text-decoration: underline;
	color: #36F;
}

#legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size: small;
	display: block;
	position: relative;
	clear: both;
	margin-top: 10px;
}

#bottom-menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	text-align: center;
}

#bottom-menu a, #bottom-menu a:visited {
	text-decoration: none;
	color:#000;
	margin: 0 2px 0 2px;
}
#bottom-menu a:hover {
	color: #3366FF;
	text-decoration: underline;
}