#overall{
	width:100%;
	background-color:#1A1A1A;
	margin-top:16px;
}

#header{
	
	background:#1A1A1A url(imgs/2.png) repeat-x scroll left top;
	height: 144px;
	text-align:left;
}

#floating_head_menu{
	position:absolute;
	right:50px;
	top:0px;
	color: white;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	width: auto;
	border-bottom:1px solid #1A1A1A;
	border-left:1px solid #1A1A1A;
	border-right:1px solid #1A1A1A;
	font-weight: bold;
	font-size:16px;
	background:#1A1A1A;
	
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

#floating_head_menu_stuff{
	position:absolute;
	right:50%;
	top:0px;
	color: white;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	width: auto;
	font-weight: bold;
	font-size:16px;
	background:#1A1A1A;
	
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

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


#menu{
	background:#1A1A1A url(imgs/4.png) repeat-x scroll left top;
	width:100%;
	height: 38px;
}

#menu LI{
	float:left;
}

#menu a{
	float:left;
	color: white;
	text-decoration:none;
	padding:8px;
	font-size:17px;
	font-weight: bold;
	border-right:1px solid grey;
	border-left:1px solid darkgrey;
	text-transform: UPPERCASE;
}

#menu a:hover, #menu a.active{
	color: #585858;
	background:#1A1A1A url(imgs/7_slice.png) repeat-x scroll left top;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

#submenu{
	background:#1A1A1A url(imgs/5.png) repeat-x scroll left top;
	height: 35px;
	width: 100%;
}

#submenu LI{
	float:left;
}

#submenu A{
	color:#585858;
	font-weight:bold;
	text-decoration:none;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:20px;
}

#submenu A:active{
	
}

#content{
	background:#1A1A1A url(imgs/10.png) repeat-y scroll left top;
	width:964px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#content_header{
	background:black url(imgs/8.png) no-repeat scroll left top;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	min-height:10px;
}

#content_header IMG{
	margin:10px;
}

#content_menu{
	background:#87B447 url(imgs/4_mini.png) repeat-x scroll left top;
	margin-right:6px;
	height:20px;
}

#content_menu LI{
	float:right;
	height: 20px;
	background: #717171 url(imgs/content_menu_bg.png) repeat-x scroll left top;
}

#content_menu A{
	color:#585858;
	font-weight:bold;
	text-decoration:none;
	float:left;
	padding-left:2px;
	padding-right:2px;
	line-height: 20px;
	border-right:1px solid grey;
	border-left:1px solid darkgrey;
}


#content_data{
	padding:20px;
}

#content_data ul, #content_data li{
	list-style-image: url(../icons/list_image.png);
	list-style-position:inside;
	list-style-type:disc;
}

#content_data .nobullets ul, #content_data .nobullets li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#content_footer{
	background:#1A1A1A url(imgs/11.png) no-repeat scroll left top;
	width:964px;
	height:21px;
}

#footer{

}

#loader{
	position:absolute;
	left:0px;
	top:2px;
}

#notification{
	background: red url(imgs/4_red.png) repeat-x scroll left top;
}

#infoMessage{
	width:auto;
	opacity: 1;
	font-size:20px;
}

#konami {position:absolute;top:0;left:0;background:#a00;color:#ff0;text-decoration:blink;width:100%;height:100%;display:none;font-size:80px;text-align:center;}

#tooltip {
	position: absolute;
	border: 2px solid #333;
	padding: 2px 5px;
	display: none;
	text-decoration: none;
	width: 200px;
	
	background:#669933;
	margin:5px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
