/* CSS Document */
@import url("reset.css");


* html { overflow:scroll; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color:#fff;
	overflow:scroll;
}

*:first-child+html body { overflow:hidden; }
* html body { overflow:hidden; }

h1, h2 { font-size:14px; font-weight:bold; margin-bottom:5px; }

a:link, a:visited { text-decoration:none; color:#333; font-weight:bold; }
a:hover { text-decoration:none; color:#999; font-weight:bold; }
a:visited { text-decoration:none; color:#666; font-weight:bold; }

a.menu, a.active { font-weight:normal; color:#000; padding-left:25px; background:url(../img/btn/lt_sprite.gif) 0px 0px no-repeat; height:22px; padding-top:4px; }
a.menu:hover { color:#999; }

a.active { background:url(../img/btn/lt_sprite.gif) 0px -30px no-repeat; font-weight:bold; cursor:default; }

.input { width:200px; padding:3px; border:1px solid #999; font-size:11px; background-color:#EBEBEB; color:#999; }
.input-active { color:#000; background-color:#fff; }
.input-error { color:#CC0000; border-color:#CC0000; }


#wrapper {
	position:relative;
	width:889px;
	padding-top:50px;
	margin:0px auto;
	/*background-color:#CCFF66;*/
}

	#navigation {
		position:relative;
		width:283px;
		height:225px;
		margin:0px auto;

		/*background-color:#FFCC99;*/
	}
	
	#main-content {
		position:relative;
		float:left;
		margin-bottom:30px;
	}
	
	.col {
		position:relative;
		width:283px;
		float:left;
		text-align:justify;
		margin-bottom:30px;
		/*background-color:#99FF99;*/
	}
	.spacing { margin:0px 20px; }
	p { margin-bottom:18px; }
	strong { font-weight:bold; }
	em { font-style:italic; }
	
	ul { list-style:inside; }
	li { list-style-type:square; }
	
	ul.content { margin-bottom:18px; }
	
	#music-player { visibility:hidden; }
		
	#sub-navigation, #sub-sub-navigation { list-style:inside; float:left; }
	#sub-navigation li, #sub-sub-navigation li { clear:left; margin-bottom:13px; float:left; list-style-type:none; width:100%; }
	#sub-sub-navigation { margin-top:12px; }
	

#credits { position:fixed; bottom:0px; right:0px; background-color:#fff; z-index:10; padding:10px 25px; }
* html #credits { position:absolute; top:0px; left:0px; }