/* CSS Document by Christian Schlupp */

body {
   color: #544a3e;
   background: #eedabb;
   padding: 0;
   margin: 0;
   overflow: hidden;
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   }

#pixel {

   }

#container {
   margin: 0;
   position: absolute;
   padding: 15px;
   top:50%;
   left: 50%;
   margin-top: -335px;
   margin-left: -391px;
   width: 752px;
   height: 565px;
   background: url(../gfx/shadow/bg_sand.gif) 
   			   bottom
			   no-repeat;
   overflow: hidden;
   }
   
#logo {
	height: 120;
	padding-bottom: 45px;
	}
	
#navbar {
	background-color: #eedabb;
	width: 752px;
	height: 26px;
	}



/* Style only for navbar */



ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}
ul A { border: 0;}

li { /* all list items */
	float: left;
	position: relative;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	width: 160px;
}
li ul A { /* second-level items style */
	padding: 4px 0px 4px 20px;
	width: 140px;
	background-color: #eedabb;
	display: block;
	color: #544a3e;
	text-decoration: none;
	border-top: 2px solid #f9f2e8;
}
li ul A:hover {
	color: #e77e00;
	}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	}
	
/* Style is going on and on and on*/

#subnavbar {
	width: 752px;
	text-align: center;
	height: 25px;
	padding: 5px 0px 50px 0px;
	clear: both;
	}
#pictue {
	width: 220px;
	float: left;
	clear: both;
	}
	
#content {
	width: 410px;
	padding-right: 122px;
	float: left;
	height: 230px;
	overflow: auto;
	line-height: 18px;
	}
#content A {
	color: #544a3e;
	border-bottom: 1px solid #544a3e;
	text-decoration: none;
	}
	
#content A:hover {
	background-color: #eedabb;
	}
	
P, table, TD, TR {
margin: 0;
padding: 0;
}