
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

#iewarning{
	display: none;
	margin-left: 20%;
	background-color: #000000;
}

* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A0A0A0;
}


#background
{
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: -1;
} 

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #7EBCFF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 680px;
	height: 110px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 30px 0 0 20px;
	text-transform: lowercase;
	font-size: 229%;
}

#header p {
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 85%;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 700px;
	height: 51px;
	margin: 0 auto;
	background-color: rgba(48, 78, 106, 0.5);

}

#menu h1 {
	text-align: center;
	padding-top: 10px;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #2A2C2F;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
}

#menu a:hover, #menu .active a {
	background-color: #000000;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background-color:  rgba(15, 24, 33, 0.8);
}

/* Content */

#content {
	position: fixed;
	width: 270px;
	margin-left: 380px;
	padding: 20px 25px 0 40px;
	background: url(images/img04.jpg) no-repeat;
}

#dewplayer{
	background-color:  rgba(255, 255, 255, 0.8);
	margin-left: -5px;
}

.boxed {
	background: #121B23;
	border: 1px dotted #000000;
}

.boxed .title {
	margin: 0;
	padding: 5px 20px;
	background: #000000;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.boxed .content {
	padding: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 400px;
	padding: 20px 20px 0 0;
	margin-left: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
}

#sidebar h1 {
	margin: 0;
	padding: 10px;
	background: #000000;
	border-top: 1px solid #23282E;
	border-bottom: 1px solid #23282E;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: bold;
	color: #DFE8F2;
}

#sidebar h3 {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#sidebar h3 a{
	color: #FFFFFF;
}

#sidebar p {
	margin: 0;
	margin-left: 5px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}




/* Footer */

#footer {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background-color: rgba(48, 78, 106, 0.5);
	color: #FFFFFF;
}

#footer span {
	float: right;
	margin: 0;
	padding: 0 20 0 10px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}