@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}

a {
	color:#666666;
	text-decoration:none;


	}

a:hover, a:active {
	color:#acce18;
	}

#container {
	width:735px;
	margin: 30px auto 30px auto;
	}
	
#logo {
	background:url(../images/splash_logo.gif) no-repeat;
	width:157px;
	height:23px;
	padding-top: 134px;
	padding-left: 4px;
	border:1px solid #999999;
	font-size:11px;
	font-weight:bold;
	}
	
#logo a{
	text-align:right;
	padding:12px 0 0 12px
	}
	
#leftColumn {
	width:149px;
	height: 335px;
	border:1px solid #999999;
	border-top:none;
	text-align:right;
	padding:12px 0 0 12px;
	font-size:11px;
	font-weight:bold;
	line-height:26px;
	}
	
#leftColumn h1{
	font-size:11px;
	padding-bottom:8px;
	}
	
#leftColumn p{
	padding-bottom:8px;
	}
	
#rightImg {
	height:82px;
	width:199px;
	padding: 425px 0 0 360px;
	float:right;
	background:url(../images/splash_img.jpg)
	}
	
#enter {
	height: 60px;
	width: 160px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/enter.gif) top left no-repeat;
	display: block;
	}
	
#enter:hover{
	background-position: bottom left;
	} 




