@charset "UTF-8";
body {
	background-color: #594947;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
h1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
}
h2 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
p {	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
#wrapper {
	width: 950px;
	margin:auto;
	background-color:#312218;
}
#left_column {
	width:260px;
	height:auto;
	position:relative;
	float:left;
}
#right_column {
	width:601px;
	height:auto;
	position:relative;
	float:left;
	left: 35px;
}
.logo {
	width:206px;
	margin-top: 20px;
}
.logo_text {
	font-size: 20px;
	font-weight:lighter;
	letter-spacing: 4px;
	text-align:center;
	margin-top: 40px;
}
.nav_main {
	margin-top: 120px;
	line-height: 45px;
	text-align:right;
	padding-right: 20px;
}	
	
.nav_main a {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 15px;
	text-decoration:none;
}

.nav_main a:hover {
	color:#666666;
}
.side_button {
	margin-top: 30px;
}
#footer {
	width:950px;
	margin:auto;
	text-align:center;
}
a.nav_footer {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	text-decoration:none;
}
