@charset "utf-8";
/* CSS Document */

body 
{
background-color:#C7BBAF;
}

#container {
	margin:auto;
	width:800px;
	height:auto;
	background-image:url(../images/bgdebugger.png);
	
}
	
#header01 {
	background-image:url(../images/asgardbanner.jpg);
	width:800px;
	height:80px;
}

#header02 {
	width:800px;
	height:60px;
	background-image:url(../images/border01-trans.png);
}
	#head2left {
		float:left;
		width:400px;
		height:60px;
	}
	
	#head2right {
		float:left;
		width:400px;
		height:40px;
		padding:20px 0px 0px 0px;
		color:#472A26;
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		font-size:22px;
		text-align:center;
	}
	
#menucontent 
{
	min-height:250px;
	height:100%;
	width:800px;
	float:left;
}

#menuendgradient
{
	width:160px;
	height:80px;
	background-image:url('../images/menubottom.png');
	float:left;
	bottom:100%;
}

#leftmenu01 {
	float:left;
	background-color:#472A26;
	width:160px;
	height:100%;
}

#menutop {
	width:160px;
}

	#gradientmenu01 {
	background-image:url(../images/gradientmenu01.jpg);
	width:160px;
	height:10px;
	}
	
	#dropoutcontainer {
	background-color:#2B1513;
	height:auto;
	width:160px;
	}
	
/* ------------------------HOVER PARTS-------------------------- */

		.hover01 {
		background-image:url(../images/arrowhead.jpg);
		color:#E5D96F;
		padding:5px 0px 5px 40px;
		}
		
		.hover01:hover {
		background-image:url(../images/arrowheadhover.jpg);
		padding:5px 0px 5px 40px;
		color:#000000;
		}

/* ------------------------HOVER PARTS-------------------------- */
	
	.aposition {
	color:#E5D96F;
	text-decoration:none;
	}
	
	#dropmenudiv{
	position:absolute;
	background-color:#2B1513;
	z-index:100;
	}
	
	#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color:#B0A06F;
	}
	
	#dropmenudiv a:hover{ 
	color:#B0A06F;
	background-color:#472A26;
	}
	
	#gradientmenu02 {
	background-image:url(../images/gradientmenu02.jpg);
	width:160px;
	height:10px;
	}

#menubottom {
	background-image:url(../images/menubottom.jpg);
	width:160px;
	height:80px;
}

	
#content 
{
	min-height:250px;
	width:532px;
	padding:0px 0px 0px 20px;
	float:left;
	}
	
	
#footer {
	height:23px;
	width:640px;
	font-size:13px;
	background-color:#271514;
	color:#B0A06F;
	padding: 7px 0px 0px 160px;
	margin:auto;
	clear:left
}

#madeby {
width:800px;
height:20px;
margin:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:right;
}



