body {
	background:#000;
	color:#FFF;
	font-family:Arial, sans-serif;
	font-size:13px;
	height:2000px;
}

.clearfix {
	overflow:auto;
}

a {
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}

a:hover {
	color:#00FF00;
	text-decoration:underline;
}

#wrapper {
	position:absolute;
	left:50%;
	margin-left:-488px;
	width:975px;
}

#header {
	height:310px;
	width:975px;
	background:url('images/header.jpg') no-repeat;
	margin:0 3px 2px 0;
	display:none;
}

#header h1, #header h3 {
	display:none;
}

#body {

}

#left {
	float:left;
	width:292px;
	margin:0px;padding:0px;
	display:none;
}

#middle {
	display:none;
	margin:0 0 0 312px;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0px;padding:0px;
	background:transparent;
}

#footer {
	color:#FFF;
	line-height:75px;
	font-size:12px;
	text-align:center;
	background:url('images/footer.gif') no-repeat;
	margin:5px 0 20px;
	display:none;
}

#nav {
	background:url('images/nav.png') repeat-x;
	display:none;
	height:106px;
}

#nav>a, #nav>div {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	float:left;
	text-align:center;
	border-left:#000 1px solid;
	position:relative;
	width:121px;
	height:106px;
}

#nav>a:first-child, #nav>div:first-child {
	border-left:none;
}

#nav>div>span {
	cursor:pointer;
	position:relative;
	z-index:2;
	display:block;
	padding:24px 0 25px 0;
}

#nav>div>div {
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:121px;
	height:106px;
	background:url('images/nav.png') repeat-x bottom;
	display:none;
}

#nav>div>i, #nav>div>b {
	line-height:1px;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:6px;
	height:74px;
	background:url('images/navmask.png') no-repeat;
}

#nav>div>b {
	left:auto;
	right:0;
	background-position:right;
}


#body h1, #body h2 {
	font-size:22px;
	line-height:54px;
	padding-left:20px;
	margin:0;
	background-repeat:no-repeat;
}

#body h1 {
	background-image:url('images/heading1.gif');
}

#body h2 {
	background-image:url('images/heading2.gif');
}

div.news {
	margin:5px 0 0 0;
	background:url('images/news.jpg') no-repeat;
	padding:10px 15px 2px 15px;
}

div.news>h3 {
	font-size:13px;
	margin:0;
	line-height:17px;
	padding:0 0 0 0;
}

div.news>p {
	padding:10px 0 5px 0;
	line-height:17px;
	margin:0;
}

div.news a {
	color:#FF0000;
	text-decoration:none;
 	font-weight:bold;
}

div.news a:hover {
	text-decoration:underline;
}

#newspane i {
	display:block;
	height:6px;
	background:url('images/news.jpg') no-repeat bottom;
	margin:0;
}

ul {
	list-style-position:inside;
	margin:0 0 0 20px;
	padding:0;
}

ul li {
	padding:0 0 0 10px;
	background:red;
	margin:0 0 1px;
	background:url('images/bullet.gif') no-repeat left center;
	line-height:20px;
}

div.textbox {
	background:#131313;
	padding:30px 30px 15px 30px;
	margin:0;
}

div.textbox p {
	text-indent:20px;
	margin:0 0 10px 0;
	text-align:justify;
	font-size:16px;
	line-height:22px;
}

#middle>i, #middle>abbr {
	display:block;
	height:6px;
	background:url('images/textbox.gif') no-repeat bottom;
	margin:0 0 20px 0;
}

#middle>abbr {
 	background-position:top;
 	margin:5px 0 0 0;
}

form {
	margin:0 0 0 0;
}

label {
	cursor:pointer;
	display:block;
	font-weight:bold;
	margin:10px 0 5px 0;
	font-size:14px;
}

input[type=text], textarea {
	border:#FFF 1px solid;
	background:#252525;
	padding:5px;
	color:#FFF;
	font-family:Arial, sans-serif;
	font-size:13px;
	line-height:20px;
}

input[type=submit] {
	cursor:pointer;
	background:url('images/button.png') no-repeat;
	padding:9px 0 10px 0;
	color:#FFF;
	border:none;
	width:121px;
	font-size:12px;
	font-weight:bold;
}

a[rel^=prettyPhoto] {
	float:left;
	margin:0 13px 13px 0;
	border:#FF0000 3px solid;
	padding:1px;
}

a[rel^=prettyPhoto] img {
	width:180px;
	border:none;
}

a[rel^=prettyPhoto]:hover {
	border-color:#00FF00;
}
