body {
	background-color:black;
	font-family:Arial, Tahoma, sans-serif;
	color:#000;
	font-size:1em;
}
h1{
	font-size:1.5em;
}
#wrapper{
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
#banner{
	width:800px;
	height:150px;
	background-color:transparent;
	background-image:url(../pics/banner/banner.png);
}

#navi{
	width:800px;
	background-color:#946434;
	background-image:url(../pics/navi/navi.png);
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	word-spacing:50px;
	font-family:Harabara, "Arial Black", sans-serif;
	color:white;
}
#navi a:link{
	color:white;
	text-decoration:none;
}
#navi a:visited{
	color:white;
	text-decoration:none;
}
#texttop{
	background-image:url(../pics/text/texttop.png);
	height:30px;
}
#textmid{
	min-height:250px;
	background-image:url(../pics/text/textmid.png);
	background-repeat:repeat-y;
	padding-left:30px;
	padding-right:30px;
	
}
#textmid a:link{
	color:black;
	text-decoration:underline;
}
#textmid a:visited{
	color:black;
	text-decoration:underline;
}
#textbot{
	height:30px;
	background-color:white;
	background-image:url(../pics/text/textbot.png);
}
#bot{
	background-image:url(../pics/bot/bot.png);
	height:60px;
	background-color:transparent;
}


/* FLOAT MENU STYLES*/
 #floatMenu {
	position:absolute;
	top:250px;
	width:200px;
	right:20px;
	color: #FFF;
 }
#floatMenu a:link{
	color:white;
	text-decoration:underline;
}
#floatMenu a:visited{
	color:white;
	text-decoration:underline;
}  
