body, html { 
height:				100%;
margin:				0px; 
overflow-x:			hidden;
}

#main {
width:				1008px;
height:				100%;
}

#header {
width:				1008px;
height:				141px;
background-image:	url(header_temp.jpg);
}

#menu {
background-color:	#ebebeb;
float:				left;
width:				147px;
height:				840px;
border-right:		1px solid #000;
font-family:		Verdana;
font-size:			12px;

/*  
background-image: 	url();
background-position:bottom;
background-repeat: 	no-repeat;
*/
}

#content {
float:				right;
border-top:			1px solid #000;
background-color:	#e3dfe0;
width:				860px;
height:				620px;
font-family:		Verdana;
font-size:			13px;
}

.headline {
color:				#990000;
font-family:		Verdana;
font-size:			13px; 
font-weight:		bold;
padding:      	    10px;
}

.text {
font-family:		Verdana;
font-size:			12px;
color:				#000; 
padding:			10px;
}

ul.menu {
margin: 0px;
padding: 5px;
margin-top:30px;
list-style:none;
}

a:link {color:#000; text-decoration:none;}
a:visited {color:#000; text-decoration:none}
a:active {color:#000; text-decoration:none}
a:hover {color:#990000; text-decoration:none;}

li {line-height:20px;}


