@charset "utf-8";
/* CSS Document */

body {
	background-color: #61442d;
	margin: 0px;
	background-image: url(images/bg_full_1440_title.jpg);
	background-repeat: no-repeat;
}

#base {
	display: block;
	position: relative;
	height: 900px;
	width: 1024px;
	margin-left: 128px;
	z-index: 1;	
}


@charset "utf-8";
/* CSS Document */


/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dl-dropdown.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
 a, a:visited, a:hover, a:active, a:focus {font-weight:normal; outline:0;}

 #navbar {
	position:absolute;
	width:528px;
	background:url(images/nav1.png) repeat-x left top;
	padding-left:3px;
	overflow:hidden;
	left: -94px;
	top: 716px;
}
 dl.menu {width:225px; float:left; margin:-32700px -150px 0 0; background: url(images/nav1.png) no-repeat left bottom;}
 dl.menu a {
	display:block;
	height:25px;
	color:#fff;
	font:normal 11px/25px verdana, sans-serif;
	text-decoration:none;
	text-align: center;
}
 
 dl.menu dt {float:left; padding:0; margin:32700px 0 0 0; position:relative; z-index:50;}
 dl.menu dt a {background:transparent; width:75px;}
 dl.menu dt a:hover,
 dl.menu dt a:focus,
 dl.menu dt a:active
 {margin-right:1px; background:url(images/nav2op.jpg) no-repeat left top;}
 
 dl.menu dd {float:left; padding:25px 0 0 0; margin:-25px 0 0 0; position:relative; z-index:10; background:url(images/nav2op.jpg) no-repeat left top;}
 dl.menu dd a {background:#666;width:150px;}
 dl.menu dd a:hover,
 dl.menu dd a:focus,
 dl.menu dd a:active
 {margin-right:1px; background:#ccc; color:#000;}
 



#content_bg {
	display: block;
	height: 541px;
	width: 425px;
	position: absolute;
	left: 597px;
	top: 252px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index: 1;
	
	
}
#textbox {
	display: block;
	height: 400px;
	width: 400px;
	position: absolute;
	left: 598px;
	top: 253px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 10px;
	z-index: 50;
}


#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:  #000;
	display: block;
	padding: 10px;
	height: 10px;
	width: 462px;
	position: absolute;
	left: 326px;
	top: 872px;

	
}
#footer a:link {
	color: #000;
	text-decoration: none;
}
#footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #C93;
	text-decoration: none;
}
