body {
	background-color: #eeeeee;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
}

#wrapper {
	background-color: transparent;
	background-image: url(images/bg_wrapper_start_800_600.gif);
    background-position: top;
    background-repeat: no-repeat;
	width: 800px;
	height: 600px;
	margin: auto;
    border: 2px solid #dddddd;

}

#banner {
	background-color:  transparent;	
	width: 800px;
	height: 190px;
}


#navi {
	width: 190px;
	height: 410px;
	background-color: transparent;
	float: left;
}

#footer {
    background-color: transparent;
	clear: left;
	height: 10px;
	width: 100%;
}


#navi ul {
	margin-top: 122px;
	margin-left:70px;
	padding-left: 0px;
}

ul.navi li {
	width:105px;
	height: 1.2em;
	background-color: #333333;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	margin-bottom: 5px;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	padding: 3px;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	float: left;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;

}

a:hover, a:active {
	color: #ff4f4f;
	text-decoration: none;
}
