body {
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	background: #396a93 url(assets/mainback.gif) top left repeat-y;
	color: #000;
	font-family:Georgia, serif;
	font-size:12px;
	line-height: 12pt;
	}

P	{
	text-align: left;
	color: #000;
	font-family:Georgia, serif;
	font-size:12px;
	line-height: 12pt;
	}

/* the little lamps on top */
.lampkes { 
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 100; 
	}
	
.title { 
	position: absolute;
	left: 10px;
	top: 79px;
	z-index: 200; 
	}

/* to define a drop capital */
.cap {font-size:35px; color:#fc0; font-weight:normal; float:left; height:30px; line-height:34px; margin-top:-1px; margin-right:3px;}
* html #cap {margin-right:3px; margin-top:-1px;}

/*  the dropshadow for the menubar on the left - to correct for the vertical blend */
.shadow { 
	position: absolute;
	left: 181px;
	top: 0px;
	z-index: 800; 
	}

.buddha { 
	position: absolute;
	left: 190px;
	top: 128px;
	z-index: 900; 
	}

.inset_img {
	border-left:1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}


/*  the main area where the content (actual -- see below) appears */
.content
{
	margin: 0;
	padding: 0;
	border: 0;
	width: 573px;
	height: 568px;
	position: absolute;
	left: 187px;
	top: 0px;
	background-color: #D38602;
	background-image: url(assets/vert_blend.jpg);
	background-repeat: repeat-x;
	background-position: 187 0;
	background-attachment: auto;
	z-index: 10;
}

/*  the main area for text and other content */
.actual {
	margin-top: 180px;
	margin-left:130px;
	margin-right: 20px;
	text-align: left;
	color: #000;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 12pt;
	}

H3
{
	text-align: left;
	color: #EEB;
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
}

.actual LI
{
	color: #FFC;
	line-height: 15px;
	font-weight: normal;
	list-style-type: square;
	list-style-position: default;
	list-style-image: url(assets/bullit.gif);
}

#menu {
	position:absolute;
	left:0;
	top:0;
	width:130px;
	height:210px;
	z-index: 999;
}

#menu-01-home {
	position:absolute;
	left:50px;
	top:194px;
	width:130px;
	height:30px;
}

#menu-02-menu {
	position:absolute;
	left:50px;
	top:224px;
	width:130px;
	height:30px;
}

#menu-03-music {
	position:absolute;
	left:50px;
	top:254px;
	width:130px;
	height:30px;
}

#menu-04-pictures {
	position:absolute;
	left:50px;
	top:284px;
	width:130px;
	height:30px;
}

#menu-05-guestbook {
	position:absolute;
	left:50px;
	top:314px;
	width:130px;
	height:30px;
}

#menu-06-map {
	position:absolute;
	left:50px;
	top:344px;
	width:130px;
	height:30px;
}
#menu-07-map {
	position:absolute;
	left:50px;
	top:374px;
	width:130px;
	height:30px;
}
/* end menu */

A
{
	color: #000;
	font-family: Georgia, serif;
	font-size: 12px;
	text-decoration: underline;
	text-transform: inherit;
	font-style: normal;
}

A:visited
{
	color: #000;
	text-decoration: underline;
	text-transform: inherit;
}
	
A:hover
{
	text-decoration: none;
	color: white;
	font-style: normal;
	text-transform: inherit;
}
