/*--------Layout and Design--------*/
#wrapper {
	width: 500px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	text-align: left;
}

#content {
	float: left;
	width: 290px;
}

#rule{
	clear: both;
	padding-top: 2px;
	border-top: 1px solid rgb(248,152,42);
	font-size: 75%;
	background-color: #fff;
}

#rule img{
	padding-left: 0px;
	vertical-align: bottom;
	padding-bottom: 2px;
	padding-right: 2px;
}

#sidebar{
	float: right;
	width: 210px;
	text-align: center;
}


img{
	border: none;
}


/*--------Typography--------*/
body{
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
	color: rgb(120,120,120);
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 20px;
	line-height: 130%;
	margin-top: 0px;
	padding-top: 6px;
	/*background-color: rgb(248,152,42);*/
	background-color: rgb(156,157,156);
}
h3{
	color: rgb(175,175,175);
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 12px;
	line-height: 130%;
	margin-top: 0px;
	padding-top: 6px;
}
p {
	margin: 10px 0 0 0;
	color: rgb(100,100,100);
	line-height: 2em;	
	font-family: Georgia, "Lucida Grande", Garamond, Times;
	font-size: 11px;
}

h1 {
	margin:0;
	color: rgb(248,152,42);
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 3px;
	padding-top: 32px;
	padding-bottom: 10px;
}

h2 {
	margin:0;
	color: rgb(248,152,42);
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	padding-top: 20px;
}

a {
	color: rgb(248,152,42);
	text-decoration: none;
}


/*--------Form--------*/
fieldset{
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: rgb(156,157,156);
	background-color: rgb(210,237,249);
	padding: 5px 20px 5px 20px;
	background: url(form_bck.gif) repeat-x bottom left;
	}
	
#submit {
	background-color: rgb:(156,157,156);
	border:1px solid #fff;
	text-transform: uppercase;
	font-family:Verdana;
	font-size: 80%;
	font-weight: bold;
	color: rgb(248,152,42);
	cursor:pointer;
	}
	
#joinbeta{
	font-size: 80%;
}

#joinbeta p{
	padding: 5px 5px 5px 0px;
}

.link-text{
	margin:0;
	color:rgb(248,152,42);
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	letter-spacing: 2px;
	padding-top: 8px;
	padding-bottom: 10px;
	cursor: pointer;
}
.facebook-text{
	margin:0;
	color:rgb(248,152,42);
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 2px;
	padding-top: 8px;
	padding-bottom: 10px;
	cursor: pointer;
}
.high-light {
	color: rgb(248,152,42);
}
.small-text{
	color: rgb(120,120,120);
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	letter-spacing: 3px;
}
.faq-question{
	color: rgb(248,152,42);
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
}
.faq-answer{
	color: rgb(120,120,120);
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 12px;
	letter-spacing: 1px;
}
.form-label{
	color: rgb(120,120,120);
	text-transform: uppercase;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 12px;
	letter-spacing: 1px;
}
