*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:link {
	color: #5FADE9;
	text-decoration: none;
}

a:visited {
	color: #1975BB;
}

a:hover {
	color: #F3B34D;
}

a:active {
	color: #F1F9FF;
}

a img {
	border: 0;
}

p {
	line-height: 18px;
	margin: 0 0 18px;
}

html {
	background: #aaa;
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	border: 0;
	color: #ddd;
	cursor: default;
	font: 100% Arial, Geneva, Verdana, 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: 910px;
}

#header {
	background: #444;
	height: 160px;
	position: relative;
	width: 100%;
	z-index: 2;
}

#logo {
	background: url(../images/logo.png) no-repeat center;
	position: relative;
	top: 25px;
}

.spacer-logo {
	height: 100px;
	width: 200px;
}

#navigation {
	left: 0;
	position: relative;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2;
}

#naviarea {
	margin: 0 auto;
	position: relative;
	width: 805px;
	z-index: 3;
}

#imagenavigation {
	height: 480px;
	left: 405px;
	position: absolute;
	text-align: center;
	top: 130px;
	width: 100px;
	z-index: 2;
}

#main {
	background: #7F7F7F;
	border-radius: 0 0 40px 40px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}

.inside {
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	text-shadow: 1px 1px .5px #333;
	width: 780px;
}

.inside:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.leftside {
	background: #6F6F6F;
	border-radius: 15px 15px 0 0;
	clear: left;
	float: left;
	font-size: 11px;
	height: 500px;
	margin: 0;
	padding: 15px 15px 0 15px;
	width: 560px;
	z-index: 2;
}

.rightside {
	background: #6F6F6F;
	border-radius: 15px 15px 0 0;
	clear: right;
	float: right;
	font-size: 12px;
	height: 500px;
	padding: 15px;
	width: 140px;
	z-index: 2;
}

.rightside p {
	text-align: left;
}

#imagecontent {
	background: #47677F;
	border-radius: 15px 15px 0 0;
	height: 100%;
	margin: 0 0 0 50px;
	min-height: 485px;
	position: relative;
	text-align: center;
	width: 355px;
	z-index: 3;
}

#imagecontent h2 {
	padding-top: 10px;
}

#footer {
	color: #777;
	padding: 15px 0;
	width: 100%;
}

.nav,
.nav ul {
	float: left; /* The overall look of the navigation */
	font: bold 12px "Arial Black", Arial, Geneva, sans-serif;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 2;
}

.nav a {
	display: block;
	margin: 0 auto;
	/* Links on the top navigation */
	text-shadow: 2px 1px 1px #222;
}

.nav a:hover {
	color: #FFEDED;
}

.nav li {
	background: #444;
	border: 2px solid #5F5F5F;
	border-radius: 20px;
	float: left;
	font-size: 1.5em;
	margin: 20px 3px;
	padding: 5px 0;
	position: relative;
	width: 109px;
	z-index: 4;
}

/*
.nav li:nth-child(even) {
	transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	-webkit-transform: rotate(6deg);
} 

.nav li:nth-child(odd) {
	transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg); } 
*/

#imagenavigation .nav li {
	background: #444;
	border-radius: 0 20px 20px 0;
	font-size: 13px;
	margin: 5px 0;
	padding: 20px;
	padding-left: 23px;
	text-align: right;
	width: 92px;
}

#imagenavigation .nav li:hover,
#imagenavigation .nav li .over {
	background: #F3B34D;
}

.nav li:hover,
.nav li.over {
	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: #5FADE9;
	font-family: "Arial Black", Arial, Geneva, sans-serif;
}

h1 {
	font-size: x-large;
	text-shadow: 2px 1px 1px #222;
}

h2 {
	font-size: large;
	text-shadow: 1px 1px 1px #222;
}

h3,
h4,
h5 {
	text-shadow: 1px 1px 1px #222;
}

.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;
}

.important {
	color: #FF0000;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
}

/* 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%;
}