@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    margin: 0; 
	padding: 0;
}

/* Prevent centred designs from jumping in Firefox */	
html {height:100%}
body {min-height:101%}	

body{
	margin: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	vertical-align: top;
	color: #333;
	background: url(images/BG.jpg) repeat-x #664107;
}
a:link, a:visited{
		color: #336699;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a:active, a:focus {
	outline: 0
}

#wrapper {
	margin: 0 auto;
	width: 940px;
	}

#header {
	height: 251px;
	padding: 20px 0 20px 0;
}
.logo 	{
	position: absolute;
	width: 940px;
	height: 251px;
	left: 50%;
	margin-left: -470px; /* Half the width */
	text-indent: -9999px;
	background: url(images/temp_logo.png) no-repeat center center;
}
#content h1 { 
	margin: 20px 0 0 0;
	color: #cc0000;	
	}
#container {
	float: left;
	width: 940px;
	background: #fff;
	-moz-box-shadow: 0px 0px 10px #000;
 	 -webkit-box-shadow: 0px 0px 10px #000;
 	 box-shadow: 0px 0px 10px #000;

}

#content {
	clear: left;
	float: left;
	width: 380px;
	padding: 20px 0;
	margin: 0 0 0 50px;
	display: inline;
	font-size: 1.1em;
	line-height: 1.8em;
}

#content h2 {
	margin: 0;
	color: #cc0000;
	padding: 0 0 10px 0; 
}

#aside {
	float: right;
	width: 430px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
}

#aside h3 { margin: 0; }

#signup {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	background-color: #efefef;
	padding: 20px;
	border: 1px solid #CCC;
	-moz-box-shadow: 0px 0px 3px #cccccc;
    -webkit-box-shadow: 0px 0px 3px #cccccc;
    box-shadow: 0px 0px 3px #cccccc;
	}
input {  
    padding: 5px;  
    border: 1px solid #AAAAAA;  
    outline: 0;  
    font: normal 11px/100% Verdana, Tahoma, sans-serif;  
    background: #FFFFFF;
	background: -moz-linear-gradient(90deg, #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
	border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 color: #888;	  
    }  
input.submit {  
    width: auto;  
    padding: 5px 8px;  
    background: #999999;    
    font-size: 11px;  
    color: #FFFFFF;
    }  
input.submit:hover {  
    border-color: #666666;  
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px; 
	cursor:pointer; 
}
#footer
{
	clear: both;
	text-align: right;
	padding: 10px 0 30px 0;
	height: 1%;
	color: #cc9933;
}
