/* CSS Document */

body#selected{
	font-size: small;
	margin: 0px;
	background: #fff;
	text-align: center;
	}

  * html body {
  	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	}

#site-wrap {
	width: 1191px;
	padding: 35px 0px 0px 0px;
	background: url(images/splat_u-u-r.jpg) no-repeat right top;
	text-align: center;
	margin: 0px auto;
	min-height: 400px;
	}

#header-wrap {
	background-color: #d2d2d2;
	width:955px;
	text-align: left;
	margin: 0px auto;
	position: relative;
	}
	
#header-L {
	float: left;
	width: 300px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: url(images/logo_roundtop.gif) no-repeat top #d2d2d2;
	}

#ps {
	left: 0px;
	margin: 0px;
	padding: 17px 0px 0px 20px;
	font-family: tahoma;
	font-size: 300%;
	font-weight: bolder;
	color: #410706;
	letter-spacing: .05em;
	}

#mt {
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-family: tahoma;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	line-height: .9em;
	}

#header-R {
	float: right;
	width: 655px;
	text-align: right;
	height: 80px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #fff url(images/splat_u-r.jpg) no-repeat right bottom;
	bottom: 0px;
	}

#header-right-content {
	left: 0px;
	position: absolute;
	width: 655px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	bottom: 0px; 
	}

#navmenu {
	margin: 0px;
	padding: 12px 0px 6px 20px;
	background-image: url(images/nav_splat.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	list-style: none;
	float: left;
	width: 935px;
	border-bottom: 5px #410706 solid;
	top: 0px;
	}

#navmenu li {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: -.07em;
	}

#navmenu a {
	margin: 0px 5px 0px 0px;
	font-weight: bold;
	background: #c7c7c7;
	display: block;
	float: left;
	padding: 4px 8px;
	text-decoration: none;
	color: #410706;
	}

#navmenu a:hover, body#selected #tab-on a {
	color: #fff;
	background: #410706;
	}

#content-wrap {
	width:955px;
	background: #410706;
	clear: left;
	margin: 0px;
	padding: 0px;
	}
	
#maincontent {
	clear: left;
	text-align: left;
	width: 945px;
	min-height: 200px;
	padding: 5px;
	padding-top: 0px;
	color: #fff;
	font-family: tahoma, verdana, arial, sans-serif;
	background: #410706;
	}
	
#footer {
	text-align: center;
	width: 935px;
	background: #d2d2d2;
	font-family: "Courier New", Courier, monospace;
	font-size: 85%;
	color: #410706;
	padding: 10px;
	margin: 0px;
	clear: left;
	}
	
A:link {text-decoration: none; color: #999999}
A:visited {text-decoration: none; color:#999999}
A:active {text-decoration: none; color:#999999}
A:hover {text-decoration: none; color: #FFFFFF}

#loginbox {
	border: 1px solid #fff;
	background: #ccc;
	width: 400px;
	margin:0 auto;
	margin-bottom: 20px;
	padding: 0px;
	color: #000;
	}

#signupbox {
	border: 1px solid #fff;
	background: #ccc;
	width: 400px;
	padding: 0px;
	margin:0 auto;
	margin-bottom: 20px;
	color: #000;
	}

.boxtitle {
	border-bottom: 1px solid #fff;
	font-size: 95%;
	padding: 10px;
	margin: 0;
	color: #fff;
	background: #666;
	}

.boxpara {
	margin:0;
	padding:0px;
	font-size: 85%;
	color: #000;
	}