/* Page Layout */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11.5px;
	vertical-align: top;
	line-height: 15px;
	background: #AEB8C2 url(../images/bg_splash.jpg) repeat-x;
}
ul { 
	width: 601px;
	padding: 0px;
	margin: 0px;
	margin-top: 71px;
}
ul li {
	display:block;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	float: left;
}
ul li#welcome {
	display: block;
	margin: 0px;
	padding: 0px;
	height:26px; width:601px;
	background:transparent url(../images/splash_welcome.jpg) no-repeat 0 0;
	text-indent:-9009px;
}
ul li#header {
	display: block;
	margin: 0px;
	padding: 0px;
	height:90px; width:601px;
	background:transparent url(../images/splash_top.jpg) no-repeat 0 0;
	text-indent:-9009px;
}
ul li#epic a {
	display: block;
	margin: 0px;
	padding: 0px;
	height:253px; width:300px;
	background:transparent url(../images/splash_epic.jpg) no-repeat 0 0;
	text-indent:-9009px;
}
ul li#corecomm a {
	display: block;
	margin: 0px;
	padding: 0px;
	height:253px; width:301px;
	background:transparent url(../images/splash_corecomm.jpg) no-repeat 0 0;
	text-indent:-9009px;
}
ul li#footer {
	display: block;
	margin: 0px;
	padding: 0px;
	height:17px; width:601px;
	background:transparent url(../images/splash_bottom.jpg) no-repeat 0 0;
	text-indent:-9009px;
}

/*  Basic Styles */

h1 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

a:link { color: #CD892D; }
a:visited { color: #CD892D; }
a:active { color: #ffffff; }
a:hover { color: #ffffff; }