/* CSS Document */

body {
	background-color: #e8e6da;
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0px;
	padding: 200px 0px 0px 0px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	background-color: #e8e6da;
	z-index: 100;
}

@media screen {
body>div#header {
	position:fixed;
}
}

* html body {
	overflow-y: hidden;
	overflow-x: auto;
} 

* html div#content {
	height: 100%;
	width: 100%;
	overflow: auto;
	z-index: 10;
	padding-top: 20px;
}

.logo {
	margin-top: 15px;
	margin-left: 30px;
}

.menu {
	position:relative;
	margin-right: 25px;
	top:10px;
	line-height: 20px;
}

.menu a {
	margin-right: 15px;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

.menu a:hover {
	color: #ffffff;
}

.dropdown {
	position: absolute;
	visibility: hidden;
	top: 25px;
	text-align: left;
	background-color: #e8e6da;
}

.text {
	font-size: 11px;
	color: #87898c;
	margin-left: 30px;
	line-height: 16px;
}

.text h1 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 25px;
	font-weight: normal;
	color: #808284;
	line-height: 31px;
}

.text h2 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #808284;
	line-height: 31px;
}

.text a {
	color: #000000;
	font-size: 9px;
	text-decoration: none;
}

.text a:hover {
	color: #ffffff;
}

.footer {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 20px;
}

.footer, .footer a {
	font-family: arial;
	font-size: 11px;
	color: #bbbbbb;
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	border: 1px solid #a7a9ac;
	color: #a7a9ac;
	background-color: #e8e6da;
}

.rateTable td {
	padding: 5px;
	font-size:11px;
	color:#87898c;
}

.youtube {
	font-size: 12px;
	font-weight: bold;
	color: #997755;
	text-decoration: none;
}

.youtube:hover {
	color: #ffffff;
}

.res {
	font-size: 11px;
	color: #87898c;
	margin-left: 30px;
	line-height: 22px;
}

.res a {
	color: #87898c;
	text-decoration: none;
}

.res a:hover {
	color: #000000;
}
