
<!--
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	background: #8d0f10 url("../images/bg.jpg") repeat-x fixed top left;
	color: #FFFFFF;
	font-family: "Century gothic", Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
a, a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
a:focus {
	color: #ccc;
}
a:active {
	color: #ccc;
}
/********* *********/
#outerWrapper {
	background:#000 url("../images/lostudio.gif") no-repeat bottom right;
	border-left:1px solid #8d0f10;
	border-right:1px solid #8d0f10;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 780px;
}
#outerWrapper #header {
	background: #8d0f10 url("../images/header.jpg") no-repeat left top;
	border-bottom: solid 1px #8d0f10;
	font-size: 18px;
	font-weight: bold;
	height: 147px;
	line-height: 15px;
}
#hlogo {
	display:block;
	float:left;
	margin:0 0 -44px -20px;
}
#outerWrapper #header h1 {
	display:none;
}
#outerWrapper #header h2 {
	display:none;
}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 0;
	padding: 25px 10px 50px 10px;
	min-height:568px !important;
}
#rightcolumn {
	width:305px;
	float:right;
	display:block;
	padding:0;
	margin:0 0 0 0;
}
#outerWrapper #footer {
	color:#666;
	padding: 10px 10px 10px 10px;
	font-size:11px;
}
#nav {
	float:right;
	height:35px;
	padding:0;
	margin:113px 0 0 0;
}
#nav ul {
	display:block;
	height:35px;
	list-style:none;
	margin:0;
	padding:0 0 0 180px;
}
#nav ul li {
	display:block;
	height:35px;
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	position:relative;
}
#nav ul li a {
	display:block;
	font-size:20px;
	color:#ffffff;
	height:20px;
	padding:10px 10px 5px 10px;
	text-align:center;
	text-shadow: 3px 3px 3px #000000;
	filter: dropshadow(color=#000000, offx=3, offy=3);
}
#nav ul li a:hover {
	color:#ff0;
	text-decoration:none;
}
#nav li ul {
	background:#8d0f10 url("../images/header.jpg") no-repeat right bottom;
	border:1px solid #8d0f10;
	display: none;
	position: absolute;
	top: 1.9em;
	left: 0;
	padding:0;
	margin: 0;
	height:auto;
	width:150px;
	list-style: none;
	overflow:hidden;
	z-index:100;
}
#nav li:hover ul {
	display:block;
}
#nav li ul li {
	float:none;
}
#nav li ul li a {
	display:block;
	border-bottom:1px solid #000000;
}
.clear {
	clear:both;
	height:0;
	padding:0;
	margin:0;
}

