/*   The Ram Raid   */
/*   Version 1.0    */

*{padding:0;margin:0;}

a{
	color:gray;
}

a:hover{
	color:#FFF;
}

a img{
	border:none;
}

body{
	height:100%;
	background:url('images/backgrounds/main.jpg') fixed #000;
	font-family:Verdana, Arial;
	font-size:12px;
	color:#FFF;
}

div#splash_container{
	width:900px;
	height:350px;
	margin:-175px 0 0 -450px;
	left:50%;
	top:37%;
	position:absolute;
}

div#community ul li{
	float:left;
	list-style:none;
	width:225px;
	text-align:center;
}

div#container{
	width:900px;
	height:100%;
	position:absolute;
	margin-left:-450px;
	left:50%;
	border-left:1px solid #000;
	border-right:1px solid #000;
}


div#nav{
	width:900px;
	height:50px;
	display:block;
}

div#nav div{
	float:left;
	background:url('images/nav_hov.jpg');
}

div#nav a{
	float:left;
	height:50px;
	display:block;
	background:url('images/nav_std.jpg');
}

div#nav a:hover{
	background:url('images/nav_hov.jpg');
}

div#main{
	min-height:100%;
}

div#content{
	width:680px;
	padding:45px 0 0 110px;
}

div#content span{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

span#recaptcha_instructions_image{
	font-size:12px !important;
	text-transform:none !important;
}

div#content p{
	line-height:1.7em;
	padding-bottom:20px;
}

div#gallery{
	padding:35px 0 0 100px;
}

div#gallery img{
	margin:19px;
	border:1px solid #FFF;
}

div#gallery img:hover{
	border:1px solid gray;
}
