*{
	outline: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


body{
	background: #dfd6b6;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	height: 100%;
	color: #000;
	background: #dfd6b6 url('images/bg.jpg') 0px 90px repeat-x;
	min-width: 500px;
}

.right{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
}
/**
 * Links
 */
a{
	text-decoration: none;
	color: #5c4c36;
}

a:hover{
	text-decoration: underline;
}

a:active{
	position: relative;
}

#header{
	background: #FFF;
	width: auto;
	text-align: center;
	padding: 10px;
	border-bottom: 5px solid #d0c6a2;
}

#footer{
	width: 400px;
	min-width: 350px;
	margin: 20px auto;
	color: #FFF;
	text-align: center;
}

#content{
	background: transparent;
	margin-bottom: 0px;
	padding-bottom: 0px;
	min-height: 10% !important;
	height: auto !important;
}

p.coming_soon{
	padding-top: 10px;
}

p{
	font-size: 18px;
	text-align: center;
	padding-top: 5px;
	color: #FFF; 
}

input[type=text]{
	padding: 5px;
	border: 1px solid #FFF;
	width: 250px;
	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*

	-moz-box-shadow: #434343 0px 0px 10px;
	-khtml-box-shadow: #434343 0px 0px 10px;
	-webkit-box-shadow: #434343 0px 0px 10px;
	box-shadow: #434343 0px 0px 10px;
*/
}	

input[type=submit]{
	border: 1px solid #b0a57f;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: #e0d7b7;
}

#signup{
	width: 310px;
	margin: 0 auto;
	overflow: hidden;
}

#signup .section{
	width: 310px;
	margin-right: 10px;
	float: left;
}
#signup .scroll{
	width: 700px;
}

h1{
	font-size: 18px;
	color: #FFF;
	padding-top: 30px;
}

#global_message{
	color: #FFF;
	font-size: 16px;
	background-color: #584232;
	padding: 10px 0 10px 0;
	text-align: center;

}