html, body {
	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body, a, div, #content, #layout, #navbar {
	color: #87449a;
	font-size: 14px;
}

body {
	color: #87449a;
	background: #110814 url('./bg.jpg') repeat-y fixed center top;
}

a {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
/*a:link {text-decoration: none; color: #014355; cursor: crosshair;}
a:visited {font-weight: bold; color: #014355; cursor: crosshair;}
a:active {text-decoration: line-through; color: #014355; cursor: crosshair;}
a:hover {color: #014355; text-decoration: none; cursor: crosshair; background-color: transparent;}*/
a:hover {
	text-decoration: none;
	cursor: crosshair;
	font-style: italic;
	background-color: transparent;
}

div, #header, #content, #navbar, #layout {
	font-family: Tahoma, Helvetica, sans-serif;
}

div {
	overflow: auto;
	text-align: center;
	margin: auto;
}

#container {
	margin: auto;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 0px;
	background: transparent url('./contentbg.png') repeat-y fixed center 0%;
}

#inner{
	width: 900px;
	margin: auto;
	padding: 0px;
}

#header, #navbar, #content, #footer {
	margin: 0px;
	display: table;
}

#header {
	/*background-color: #1F1533;*/
	width: 93%;
	padding: 6%;
	font-size: 48px;
	font-weight: bold;
}

.slogan {
	font-size: 12px;
}

#navbar {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	width: 98%;
	padding: 1%;
	background-color: #2B1533;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	margin: 0px;
}

#content {
	/*background-color: #1f1533;*/
	width: 97%;
	padding: 2%;
	text-align: left;
}

#footer {
	font-size: 10px;
	width: 91%;
	padding: 8%;
}

#sitemap {
	text-align: left;
	margin: 50px 100px;
}

/** Suckerfish Lightweight Dropdown Menu v2.0
 *  http://www.htmldog.com/articles/suckerfish/dropdowns/
 **/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav li:hover ul, #nav li.sfhover ul, #nav li.sfhover ul, #nav li li.sfhover u {
	left: auto;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
