/* CSS Template File*/

/*Generic*/
body {
	margin:20px; 
	padding:0;
	font-family: Arial, Verdana;
	background: #000000;
	font-size: 12px;
	text-align: center;
	color: #FFFF99;
 	
}

a,
a:link,
a:active,
a:visited {
	
	color: #FFFF99;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFF99;
}


#Title {

	background: #663366;
	height: 125px;
	width:	675px;
	text-align: center;
	margin: auto;

}
	


#Photos {

	height: 125px;	
	width:	675px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px
}



#Main{

	height: 325px;	
	width:	675px;
	margin: auto;
	overflow:hidden;
	background: #663366;
}

#Mainbookings{

	height: 375px;	
	width:	675px;
	margin: auto;
	padding-right: 10px;
	background: #663366;
}

#Mainkobe{

	height: 560px;	
	width:	675px;
	margin: auto;
	padding-right: 10px;
	background: #663366;
}

#Mainmap{

	height: 600px;	
	width:	675px;
	margin: auto;
	padding-right: 10px;
	background: #663366;
}

#Maingallery{

	height: 500px;	
	width:	675px;
	margin: auto;
	padding-right: 10px;
	background: #663366;
}

/*Menu Coding*/


.wolfesmenu ul{
margin: 10px;

padding: 0px;
list-style-type: none;
width: 125px; /* Width of Menu Items */
background: #000000;

}
	
.wolfesmenu ul li{
position: relative;

}
	
/*Sub level menu items */
.wolfesmenu ul li ul{
position: absolute;
width: 110px; /*sub menu width*/
list-style-type: none;
top: 0px;
left:0px;
margin: 0px;
padding: 0px;
visibility: hidden;

}

/* Sub level menu links style */
.wolfesmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
font-size: 14px;
color: #FFFF99;
text-decoration: none;
background: #000000;
padding: 1px 1px;
border: 1px solid #ffff99;
border-bottom: 1px;

}

.wolfesmenu ul li a:visited{
color: #FFFF99;
}

.wolfesmenu ul li a:hover{
font-weight: bold;
}

.wolfesmenu .subfolderstyle{
background: #000000;
background: url(arrow-list.gif) no-repeat center right;
}

/*Hack for IE \*/
* html .wolfesmenu ul li { float: left; height: 1%; }
* html .wolfesmenu ul li a { height: 1%; }
/* End */





















	
