/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 70%/1.5em  Tahoma, Verdana, arial, sans-serif;
	background: #EEE; 
}
h2{
	color:#cd010a;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
#splash{
	background: #EEE url(http://www.teamlakeside.com/images/splash_back.jpg) no-repeat center top;
	margin: 0 auto;
	width: 700px;
	height: 485px;
	border: 1px solid #EEE;
}
#splash_container{
	width: 595px;
	margin: 30px 0 0 50px;
}
#splash_nav{
	float: left;
	width: 180px;
	margin: 140px 0 0 5px;
	font-size: 14px;
}
#splash_nav ul{
	list-style-type: none;
	margin-top:10px;
}
#splash_nav li{
	margin: 5px 0 0 0;
	padding-top:5px;
}
#splash_nav li a{
	text-decoration: none;
	color: #505d7c;
	font-weight: bold;
}
#splash_nav li a:hover{
	text-decoration: underline;
	color: #adb6d0;
	font-weight: bold;
}
strong{color:#cd010a;}
#splash_footer{
	text-align: right;
	color: #C0C0C0;
	font-size: 10px;
	margin: 0 auto;
	width: 600px;
}
#splash_footer a{
	color: #C0C0C0;
	font-size: 10px;
	text-decoration: none;
}
#splash_footer a:hover{
	color: #C0C0C0;
	font-size: 10px;
	text-decoration: underline;
}