body {
	font-size: 62.5%;
	font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	color: #666;
	background: url(../img/beta.png) top right no-repeat;
}
input, textarea, button {
	font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
}
a {
	color: #2d7ba5;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}

.button {
	display:inline-block;
	height: 30px;
	line-height: 30px;
	color: #EEE;
	background: #333;
	padding: 0 10px;
	font-size: 1.4em;
}

h1 {
	width: 263px;
	height: 85px;
	text-indent: -9999px;
	background: url(../img/logo.png);
}
h1 a {
	display: block;
	width: 263px;
	height: 85px;
}

.nav {
	overflow: hidden;
	float: left;
	margin: 0 auto;
}
.nav li, .nav li a {
	display: block;
	float: left;
}
.nav li {
	font-size: 1.2em;
	padding: 10px 0 10px 10px;
	line-height: 16px;
}
.nav li a {
	padding-left: 10px;
	border-left: 1px solid #969696;
}
.nav li#twitter a {
	text-indent: -9999px;
	display: inline-block;
	width: 26px;
	height: 16px;
	background: url(../img/twit.gif) right no-repeat;
}
.nav li:first-child {
	padding-left: 0;
}
.nav li:first-child a {
	padding: 0;
	border: 0;
}

#top {
	height: 180px;
	position: relative;
}
#top .nav {
	position: absolute;
	top: 0;
	right: 0;
}

#main_form {
	overflow: hidden;
}
#main_form input.text, #main_form button, #main_form a.submit {
	display: block;
	float: left;
}
#main_form input.text {
	margin-right: 5px;
	font-size: 1.4em;
	width: 335px;
	border-top: 1px solid #989898;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #989898;
	height: 20px;
	padding: 4px;
	color: #4c4c4c;
	background: #fdfdfd;
}
#main_form a.submit {
	font-size: 1.4em;
	background: #468db4 url(../img/gradients.gif) 0 0;
	padding: 0;
	color: #FFF;
	height: 30px;
	text-align: center;
	line-height: 30px;
	width: 150px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#main_form a.submit:hover {
	background-position: 0 -30px;
}

#ads {
	position: absolute;
	right: -140px;
	top: 180px;
}
.ad {
	width: 120px;
	height: 600px;
	margin-bottom: 20px;
}

#footer {
	border-top: 1px dotted #DDD;
}
#home #footer {
	border: 0;
}
#feedback_button {
	display: block;
	position: fixed;
	top: 50%;
	left: 0;
	width: 39px;
	height: 170px;
	margin-top: -85px;
	background: url(../img/feedback.jpg);
	text-indent: -9999px;
}