@import url("reset.css");

body {
	background:url(../images/fb-bg.jpg) repeat-x;
	font-family:'Trebuchet MS', Trebuchet, Tahoma, Arial, sans-serif;
	font-size:62.5%;
	color:#333333;
}

a {
	color:#636161;
	text-decoration:underline;
}

a:hover {
	color:#636161;
	text-decoration:none;
}

#container {
	width:822px;
	margin:0 auto;
}

#header {
	width:800px;
	float:left;
	padding:0 11px;
}

#logo {
	width:339px;
	height:74px;
	float:left;
	margin:26px 0 0 0;
}

#content {
	background:url(../images/content.jpg) no-repeat top center;
	width:822px;
	float:left;
	margin:92px 0 84px 0;
}

#content_inner {
	width:716px;
	margin:66px auto 0;
	background:#ffffff;
}

h1 {
	font-size:2.4em;
	font-weight:bold;
	font-style:italic;
	margin:0 0 28px;
}

h2 {
	font-size:2.4em;
	font-weight:bold;
	font-style:italic;
	margin:67px 0 28px;
}

p {
	font-size:1.4em;
	line-height:24px;
}

.signup {
	float:left;
	width:257px;
	margin:0 20px 0 0;
}

label {
	font-size:1.8em;
	font-style:italic;
}

.submit_hold {
	float:left;
	width:100px;
	margin:22px 0 0 0;
}

input {
	width:245px;
	float:left;
	height:20px;
	margin:5px 0 0;
	padding:10px 5px 5px;
	border:1px solid #c5c3c3;
	font-family:'Trebuchet MS', Trebuchet, Tahoma, Arial, sans-serif;
}

input:focus {
	border:1px solid #fff108;
}

.submit {
	width:107px;
	float:left;
	height:37px;
	background:#dfdfdf;
	border:1px solid #c4c4c4;
	font-family:'Trebuchet MS', Trebuchet, Tahoma, Arial, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:1.4em;
	padding:0;
}

.submit:hover {
	background:#333333;
	border:1px solid #c4c4c4;
	font-family:'Trebuchet MS', Trebuchet, Tahoma, Arial, sans-serif;
	cursor:pointer;
	color:#ffffff;
}

#footer {
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	width:716px;
	margin:62px auto 0;
}

* html #footer {
	margin:20px auto 0;
}

#footer_content {
	width:716px;
	margin:40px 0;
}

#footer_content_left {
	float:left;
	width:395px;
}

#footer_content_right {
	float:left;
	width:321px;
	text-align:right;
	margin:10px 0 0;
}

#footer_content h3 {
	font-size:1.4em;
	color:#636161;
	font-weight:bold;
	font-style:italic;
}

#footer_content p {
	font-size:1.1em;
	color:#636161;
}

#com {
	width:716px;
	margin:18px auto 0;
}

#com p{
	color:#636161;
	font-size:1.1em;
}

.error {
	color:#ee0000;
	font-size:1.1em;
}

.clear {
	clear:both;
}

