*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #d55d45;
}

a:hover {
	color: #AEB582;
}

a:active {
	color: #f39784;
}

a img {
	border: 0;
}

p {
	line-height: 1.25em;
	margin: 0 0 1.25em;
}

html {
	background: #5d5d5d;
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	border: 0;
	color: #f1ece1;
	cursor: default;
	font: 1em Arial, Geneva, Verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	height: auto !important;
	margin: 0 auto;
	min-width: 100%;
	padding: 30px 0 0;
	position: relative;
	width: 100%;
}

#header {
	background: #4b4b4b;
	height: 150px;
	left: 0;
	margin: 0 0 70px;
	min-width: 950px;
	position: relative;
	width: 100%;
	z-index: 3;
}

#logo {
	background: url(../images/logo.png) no-repeat center;
	position: relative;
	top: 35px;
	z-index: 5;
}

.spacer-logo {
	height: 70px; /* Logo link */
	width: 200px;
}

#navigation {
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: -50px;
	width: 730px;
	z-index: 0;
}

#main {
	background: #4b4b4b;
	border-radius: 60px;
	height: 250px;
	margin: -20px auto 0;
	position: relative;
	text-align: center;
	width: 950px;
	z-index: 5;
}

#infoinside {
	background: #8F8F8F;
	border-radius: 30px 30px 0 0;
	bottom: 0;
	clear: both;
	left: 100px;
	margin: 0 auto;
	padding: 10px 0;
	position: absolute;
	text-shadow: 1px 1px 1px #666;
	width: 750px;
}

#inside {
	margin: 1em auto;
	width: 900px;
}

#inside p {
	padding: 0 1em;
	text-align: left;
	text-shadow: 1px 1px 1px #303030;
}

#inside:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.leftside {
	float: left;
	min-height: 280px;
	width: 280px;
}

.middlearea {
	border-left: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
	float: right;
	min-height: 400px;
	padding: 0 25px;
	width: 335px;
}

.rightside {
	float: right;
	min-height: 280px;
	width: 280px;
}

#footer {
	clear: both;
	color: #4b4b4b;
	margin: 0 auto;
	padding: 35px;
}

#nav,
#nav ul {
	float: left;
	font: bold 11px Arial Black, Arial, Geneva, sans-serif;
	font-size: larger;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

#nav a {
	display: block;
	margin: 0 auto;
	padding: 8px 0 0;
	text-shadow: 2px 1px 1px #25221a;
}

#nav a:hover {
	color: #FFEDED;
}

#nav li {
	background: #872e1d;
	border-radius: 30px 30px 0 0;
	float: left;
	font-size: .75em;
	margin: 0 15px;
	padding-bottom: 20px;
	position: relative;
	width: 115px;
}

#nav li:hover {
	background: #b74d39;
	color: #FFEDED;
}

input,
textarea {
	background: #aa4430;
	border-radius: 30px;
	box-shadow: inset 0 0 1em #872e1d;
	color: #fff;
	font: 13px Arial, Verdana, Tahoma, sans-serif;
	padding: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #611a0d;
	font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	margin: 5px auto;
	text-transform: uppercase;
}

h1 {
	font-size: xx-large;
	text-shadow: 2px 1px 3px #303030;
}

h2 {
	font-size: x-large;
	text-shadow: 2px 1px 3px #303030;
}

h3, h4, h5 {
	text-shadow: 1px 1px 1px #303030;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.framed {
	border: 1px solid #000;
}

.str {
	text-decoration: line-through;
}

.und {
	text-decoration: underline;
}

/* Clear Fixes */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

 
.clearfix {
	display: inline-block;
}

 
html[xmlns] .clearfix {
	display: block;
}

 
* html .clearfix {
	height: 1%;
}