body {
	background:url(../images/backround.png) repeat-x;
	margin:0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif; 
}
a, a:link, a:visited, a:active {
	color:#00AA00;
}
a:hover {
	color:#00CC00;
}
.container {
	width:920px;
	text-align:left;
	margin:0px auto;
}
.header {
	width:920px;
	height:95px;
	position:relative;
}
.main {
	width:660px;
	padding:0px 0px 20px 0px;
	position:relative;
	float:left;
	font-size:1em;
}
.main-content {
	width:640px;
	padding:0px 20px 0px 6px;
}
.navigation {
	width:660px;
	height:217px;
	position:relative;
}
.sidebar {
	width:250px;
	position:relative;
	float:left;
}
.sidebar-sign-up {
	width:210px;
	position:relative;
	background:url(../images/sign-up-background.png) #768561 repeat-x;
	padding:11px 20px 17px 20px;
	min-height:295px;
	color:#ffffff;
	font-size:0.8em;
}
.sidebar-box {
	width:210px;
	position:relative;
	background:url(../images/sidebar-box-background.png) no-repeat;
	padding:20px 20px 20px 20px;
	font-size:0.8em;
}
.right {
	width:10px;
	height:201px;
	background:url(../images/right.png);
	position:relative;
	float:left;
}
.footer {
	width:880px;
	height:35px;
	background:url(../images/footer-background.png) no-repeat;
	padding:15px 20px 0px 20px;
	font-size:0.8em;
	clear:both;
	color:#777777;
}
h1 {
	font-size:1.1em;
	font-weight:bold;
}