*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a, a:link {
	color: #af321a;
	text-decoration: none;
}

a:visited {
	color: #611a0d;
}

a:hover {
	color: #AEB582;
}

a:active {
	color: #f39784;
}

a img {
	border: 0;
}

p {
	line-height: 18px;
	margin: 0 0 18px;
}

html {
	background: #101010;
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	border: 0;
	color: #111;
	cursor: default;
	font: 1em Verdana, Arial, Geneva, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	height: 100%;
	height: auto !important;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 1150px;
}

#container2 {
	left: 0;
	margin: 0 auto;
	position: absolute;
	top: 35px;
	width: 1150px;
}

#logo {
	background: #444 url(../images/logo.png) no-repeat center;
	border-radius: 50px;
	height: 85px;
	margin: 0 0 15px 20px;
	position: relative;
	width: 1100px;
	z-index: 2;
}

.spacer-logo {
	height: 85px;
	width: 1100px;
}

#navigation {
	height: 30px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 20px;
	width: 740px;
	z-index: 1;
}

#side {
	background: #efefef;
	border-radius: 50px;
	color: #333;
	float: left;
	font-size: 11px;
	height: 500px;
	margin: 0 15px 0 0;
	min-height: 100%;
	overflow: hidden;
	padding: 0 10px;
	text-align: left;
	text-shadow: 1px 1px 1px #999;
	width: 105px;
	z-index: 3;
}

#side2 {
	background: #efefef;
	border-radius: 50px;
	color: #333;
	float: right;
	font-size: 11px;
	height: 500px;
	min-height: 100%;
	overflow: hidden;
	padding: 0 10px;
	text-align: left;
	text-shadow: 1px 1px 1px #999;
	width: 105px;
	z-index: 3;
}

#side p,
#side2 p {
	line-height: 15px;
	margin: 0 0 15px;
}

#main {
	border-radius: 50px;
	clear: left;
	height: 500px;
	margin: 0 auto;
	min-width: 100%;
	text-align: center;
	width: 100%;
}

#inside {
	background: #444;
	border-radius: 50px;
	color: #ccc;
	float: left;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 20px;
	text-align: left;
	text-shadow: 1px 1px 0.5px #000;
	width: 79%;
}

#inside p {
	line-height: 21px;
	margin: 0 0 21px;
}

.browsing {
	height: 470px;
	margin-top: 15px;
	overflow: auto;
	padding: 0 20px;
}

#footer {
	clear: both;
	color: #434343;
	font-size: 12px;
	padding: 15px 0;
	width: 100%;
}

#nav,
#nav ul {
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

#nav a {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	text-shadow: 1px 1px 1px #000;
}

#nav a:hover {
	color: #FFEDED;
}

#nav li {
	background: #444;
	border-radius: 15px;
	float: left;
	margin: 0 10px;
	position: relative;
	width: 7.5em;
}

#nav li:hover {
	background: #F3B34D;
}

input,
textarea {
	background: #131313;
	border: 1px solid #4B4B4B;
	border-radius: 10px;
	color: #fff;
	font: 13px Arial, Verdana, Tahoma, sans-serif;
	padding: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #AF321A;
	font-family: Verdana, Arial, Geneva, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

h1 {
	font-size: xx-large;
	line-height: 28px;
	margin: 20px 0 8px;
	text-shadow: 1px 1px 2px #111;
}

h2 {
	font-size: large;
	line-height: 18px;
	margin: 15px 0 6px;
	text-shadow: 1px 1px 1px #111;
}

h3 {
	font-size: large;
	line-height: 18px;
	margin: 15px 0 6px;
	text-shadow: 1px 1px .5px #111;
}

h4,
h5,
h6 {
	line-height: 18px;
	margin: 15px 0 6px;
	text-shadow: 1px 1px 1px #111;
}

#side h2,
#side2 h2 {
	color: #611a0d;
	font-size: 15px;
	padding-top: 10px;
	text-shadow: 1px 1px 1px #999;
}

li {
	line-height: 16px;
	margin: 8px 0;
}

.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;
}

.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%;
}