/*  ------------------------------------------------------------------------
                                    HOME
    ------------------------------------------------------------------------  */

#splash {
 	display: block;
 	width: 605px;
 	height: 233px;
 	margin-bottom: 20px;
 	background: #000 url(../images/splash.gif) no-repeat; }

#home_left {
	float: left;
 	width: 195px; }
	 	
#home_right {
 	float: right;
	width: 370px; }

	#home_right p {
		line-height: 16px; }
