
html {
}

body  {
	background-color: #000000;
	padding: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}

p  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}

.error  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #ff0000;
}

#centeringWrapper {	
	position:absolute;
	width: 800px;
	left:50%;
	margin-left:-400px;
}

#mainWrapper {
	position: absolute;
	z-index: 2;
	width: 800px;
	height: 616px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/frame.png');
}

#mainWrapper[id] {
	background-image: url(/images/frame.png);
	background-repeat: no-repeat;
}

#backgroundWrapper {
	position: absolute;
	top: 8px;
	z-index: 1;
	width: 800px;
	height: 600px;
	text-align: left;
}

.section_home {
	background-image: url(/images/backgrounds/home.jpg);
	background-repeat: repeat;
	width: 800px;
	height: 600px;
}

.section_mission {
	background-image: url(/images/backgrounds/mission.jpg);
	background-repeat: repeat;
	width: 800px;
	height: 600px;
}

.section_events {
	background-image: url(/images/backgrounds/events.jpg);
	background-repeat: repeat;
	width: 800px;
	height: 600px;
}

.section_audio {
	background-image: url(/images/backgrounds/audio.jpg);
	background-repeat: repeat;
	width: 800px;
	height: 600px;
}

.section_forum {
	background-image: url(/images/backgrounds/forum.jpg);
	background-repeat: repeat;
	width: 800px;
	height: 600px;
}

.section_contact {
	background-image: url(/images/backgrounds/contact.jpg);
	background-repeat: repeat;
	width: 800px;
	height: 600px;
}

#navWrapper {
	position: absolute;
	top: 538px;
	left: 30px;
	z-index: 3;
	width: 740px;
	height: 40px;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/backgrounds/nav.png');
}

#navWrapper[id] {
	background-image: url(/images/backgrounds/nav.png);
}

#nav {
	position: absolute;
	top: 542px;
	left: 30px;
	z-index: 4;
	padding-top: 2px;
	padding-left: 20px;
}

#nav[id] {
	left: 0px;
}

#contentWrapper {
	position: absolute;
	top: 38px;
	left: 30px;
	z-index: 3;
	width: 740px;
	height: 485px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/backgrounds/contentDarkBackground.png');
}

#contentWrapper[id] {
	background-image: url('/images/backgrounds/contentDarkBackground.png');
}

#content {
	position: absolute;
	top: 38px;
	left: 30px;
	z-index: 4;
	width: 710px;
	height: 455px;
	margin: 15px;
	overflow: hidden;
}

.hdr {
	font-size:13px;
	font-weight: bold;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active, a:hover {
	color: #999999;
	text-decoration: underline;
}

#footerExobi {
	position: absolute;
	top: 610px;
	left: 0px;
	z-index: 4;
	font-size: 10px;
	color: #333333;
}

#footerExobi a {
	font-size: 10px;
	color: #333333;
}

#footerExobi a:hover {
	font-size: 10px;
	color: #666666;
}


a.fuckIE {
	position: relative;
}


/* NAV CLASSES */


#nav_home {
	margin: -10px 60px 0 0;
	float: left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/nav/home.png');
	background-repeat: no-repeat;
}

#nav_home[id] {
	background-image: url('/images/nav/home.png');
}

#nav_home:hover {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/nav/home_on.png');
	background-repeat: no-repeat;
}

#nav_home:hover[id] {
	background-image: url('/images/nav/home_on.png');
}

#nav_home_on {
	margin: -10px 60px 0 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/nav/home_on.png');
	background-repeat: no-repeat;
}

#nav_home_on[id] {
	background-image: url('/images/nav/home_on.png');
}


#nav ul {
	font-size: 14px;
	margin: 8px 0 0 0;
	list-style: none;
	text-transform: uppercase;
}

#nav li {
	float: left;
	margin-right: 20px;
}

#nav a:link, #nav a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover, #nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#nav .on {
	color: #FFFFFF !important;
}

/* EVENTS PAGE */

ul.eventsSwitchUL {
	list-style: none;
	margin:0;
	padding:0;
}

ul.eventsSwitchUL li {
	float:left;
}

ul.eventsSwitchUL li.hover {
	color: #999999;
	cursor: pointer;
}

/* CONTACT FORM */

div#contactForm {
	font-family: Arial, sans-serif;
	display: block;
	margin: 10px 0 0 10px;
}

div#contactForm label {
	font-size:12px;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
	
div#contactForm input {
	font-family: Arial, sans-serif;
	font-size: 12px;
	display: block;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	background-color: #333333;
}

div#contactForm input#realname, div#contactForm input#email {
	border: 1px solid #cccccc;
	width: 200px;
	height: 15px;
	padding: 1px;
}
	
div#contactForm textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	display: block;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	background-color: #333333;
}

div#contactForm textarea#comments {
	border: 1px solid #cccccc;
	width: 350px;
	height: 150px;
	padding: 1px;
}
	
div#contactForm div#errors {
	display: none;
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 15px;
	font-size:12px;
}

