html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f3f1f2;
	font-family:"Lucida Sans","Lucida Grande",arial,sans-serif;
	font-size:11px;
	line-height:1.5em;
	color:#302f2e;
}

p.logo {
	background: url('../img/logo.jpg') no-repeat;
	display: block;
	width: 240px;
	height: 84px;
	top: 55px;
	left: 40px;
	position: absolute;
	text-indent: -9999px;
}

a {
   	color: #302f2e; 
	text-decoration: none;  
}

a:hover {
	color: #78736e;
}

#navi {
	position: absolute;
	left: 40px;
	top: 180px;
}      

ul, li {
	list-style-type: none;
	padding-left: 0px;
	font-weight: bold;	
}

ul { margin-bottom: 10px; 
	font-size: 12px;
	text-transform: uppercase;
}
ul li ul li { font-weight: normal; 
	font-size: 11px;}

#content {
	position: absolute;
	left: 330px;
	top: 180px;
	width: 600px;
}

#flash-warning {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #dbaa00;
	background: url('../img/warning.png') #ffde00 no-repeat 13px 11px;
	color: #7c601e;
}

#flash-warning p {
	left: 40px;
	top: 0px;
	position: absolute;
}

#flash-warning p a {
	font-weight: bold;
	color: #7c601e;
}

#flash-warning p a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#flashcontent {
	height: 100%;
}