/*main style*/
*{
	margin:0;
	padding:0;
}

a, a:link, a:visited, a:focus, a:hover, a:active{
}

body{
	font-family:myriad, arial, helvetica, sans-serif;
	font-size:90%;
	background:url("layout/top_bg.gif") repeat-x left top;
}

#container{
	position:absolute;
	font-family:myriad, arial, helvetica, sans-serif;
	font-size:90%;
	width:700px;
	left:50%;
	margin-left:-350px;
}

/*splash screen*/
#welcome_header{
	margin-top:10px;
	width:700px;
	height:185px;
	text-align:center;
	border-bottom:2px ridge;
	border-bottom-color:#3f0f09;
}
#welcome_header h1{
	display:block;
	width:700px;
	height:185px;
	background:url("layout/logo.gif") no-repeat top ;
}
#welcome_header h1 span{
	display:block;
	text-indent:-1000em;
}

#wrapper{
	height:520px;
	width:680px;
	margin-left:13px;
}

.splash_image{
	height:240px;
	width:320px;
	float:left;
	margin:10px;
}

.splash_image img{
	height:240px;
	width:320px;
	border:none;
}

#footer{
	position:relative;
	width:700px;
	color:#3d0700;
	margin-top:50px;
	text-align:center;
	font-size:1.2em;
}
#footer p.host{
	text-align:center;
}

#footer p.host a img{
	border: none;
	margin:20px 0;
}

#splash_menu{
	margin:10px 0 0 0;
	list-style:none;
	border-top:solid 1px #000;
	width:700px;
	text-align:center;
}

#splash_menu li{
	position:relative;
	float:left;
	margin:5px 10px;
	text-align:center;	
}

#splash_menu li.first{
	margin-left:70px;
}

#splash_menu a{
	display:inline;
	text-align:center;
	font-size:1.5em;
	text-decoration:none;
	color:#444;
}

#splash_menu a:hover{
	text-decoration:underline;
}


/*IE Hacks*/
* html #splash_menu li.first{
	margin-left:35px;
}

* html .splash_image{
	margin:10px 5px;
}

* html #wrapper{
	margin-left:23px;
}
