@charset "utf-8";
html { 
  background: url(/images/Background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	text-align: center;
}
#wrapper {
	margin: auto;
	padding: 40px;
	width: 945px;
	font-family: "Crimson Text";
	font-size: 16px;
	text-align: left;
	color: #666;
	background-image: url(/images/wrapperBackground.png);
	background-repeat: repeat;
}
#sidebar {
	float: left;
	width: 300px;
	padding-right: 5px;
	height: 100%;
}
#maincontent {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 640px;
	height: 100%;
}
#logo {
	padding-bottom: 10px;
	height: 110px;
}

#navigation {
	font-size: 18px;
	text-transform: uppercase;
	color: #A3620A;
	padding-top: 95px;
	padding-bottom: 10px;
	height: 15px;
}
a:link {
	color: #A3620A;
}

#navigation a:link {
	color: #A3620A;
	text-decoration: none;
	text-align: center;
	width: 128px;
	float: left;
}
#navigation a:hover {
	color: #CC3300;
	text-decoration: none;
	text-align: center;
	width: 128px;
	float: left;
}
#navigation a:visited {
	color: #A3620A;
	text-decoration: none;
	text-align: center;
	width: 128px;
	float: left;
}
h1 {
	color: #CC6633;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.special {
	font-weight: bold;
	color: #603;
	border: 1px solid #666;
	background-color: #FFC;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	text-transform: none;
	font-size: 18px;
	margin-right: 20px;
	line-height: 1.7em;
}
.feature {
	font-weight: bold;
	color: #A53607;
}
