﻿/* Designed by LernVid.com - Licenced under Creative Commons 3.0 Licence */
html {
	height:100%;
}
body {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height:22px;
	background-color: #000;
	background-image: url('../images/bg.jpg');
	background-position:center top;
	background-repeat:repeat-y;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	color: #739797;
}
#wrapper {
	width:980px;
	margin:0 auto;
	padding:0;
}
#header {
	height: 330px;
	margin:0 0 10px 0;
	padding:0;
	background-image: url('../images/header.jpg');
	background-repeat:no-repeat;
}
#header a.logo {
	display:block;
	color: #aaa;
	padding: 250px 0 0 60px;
	font-size: 60px;
	text-shadow: 0 1px 0 #fff, 0 0 4px #666;
}
#header a.logo:hover {
	text-decoration:none; 
	color: #bbb;
	text-shadow: 0 1px 0 #fff, 0 0 4px #666, 0 0 30px orange,  0 0 30px orange,  0 0 30px orange;
}
ul#topmenu {
	float:left;
	width:90%;
	margin:0;
	padding:0 0 0 10%;
	background-image: url('../images/topmenu.png');
	background-repeat:no-repeat;
}
#topmenu li {
	display:inline;
	margin:0;
	padding:0;
}
#topmenu li a {
	color: #fff;
	padding:0 10px;
	margin: 0 25px;
	height:40px;
	line-height:40px;
	display:block;
	float:left;
}
#topmenu li a:hover {
	text-shadow: 0 0 30px orange,  0 0 30px orange,  0 0 30px orange;
}
#topmenu li a:first-letter {
	color: #FF6600;
}
#container {
	min-width: 600px;
	display:inline-block;
}
#page_content {
	margin: 50px 0 0 0;
	padding: 15px;
	min-height:575px;
}
div.rightbox {
	float:right;
	width: 263px;
	margin: 0 0 40px 40px;
	background-image: url('../images/rightbox.png');
	background-repeat:repeat-y;
	border: 3px double #171715;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.clr {
	clear:both;
}
#footer {
	clear:both;
	margin: 30px 0 0 0;
	height: auto;
	text-align:center;
	display: inline-block;
	width: 100%;
	font-size:9px;
	padding: 10px 0;
	color: #505050;
}
#footerlinks {
	width: auto;
	float:left;
	padding: 0 30px 0 0;
}
#footer a {
	font-size:13px;
	padding:0 30px 0 0;
	margin:0;
	text-align:center;
	color: #555;
}
#footer a:hover {
	color: #ccc;
}
span.copy {
	float:right;
	padding: 0 0 0 15px;
	color: #444;
}
#footer span.copy a {
	color: #444;
	font-size:9px;
}
#footer span.copy a:hover {
	color: #666;
	text-shadow: 1px 1px 1px #000;
}
#gotop {
	text-align:center;
	font-size:11px;
	font-style:italic;
}
#copyrights {
	text-align:center;
	font-size:9px;
	color: #333;
	padding: 10px 0;
}
h1.contenthead {
	min-height:60px;
	line-height:35px;
	padding: 0 0 0 65px;
	font-family: "Comic Sans MS";	
	background-image: url('../images/contenthead.png');
	background-repeat:no-repeat;
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #000;
}
h1.contenthead:first-letter {
	font-family: Georgia;	
	border-bottom:3px solid #FF6600;
}

a {
	color: #FF6600;
	text-decoration:none;
	border:none;
}
a:hover {
	text-decoration:underline;
	border:none;
	text-shadow: 0 0 30px orange,  0 0 30px orange,  0 0 30px orange;
}
img, a, object {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-family: Georgia;
}