body 
	{
    margin: 0;
    padding: 0;
    background: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 80%;
	line-height: 150%;
	color: #000000;
	}
	
#level0 
	{
     background: #ff9933;	
	}
	
#level1 
	{
    margin-left:15%;
    padding-left:3%;
    background:#ffffff;
	}

#level2 
	{
    background:#336600;
	}

#level3 
	{
    margin-right:15%;
    padding-right: 3%;
    background:#ffffff;
	}

#main 
	{
	padding: 200px 0 5% 0;
    background:#ffffff;
	}

#nav 
	{
    position: absolute;
    width: 15%;
    top: 200px;
    left: 0;
	padding: 0;
	margin: 0;
	}	
	
#nav ul
	{
	list-style: none;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0px;
	font-size: 10.5pt;
	}
	
#nav li
	{
	width: 90%;
	margin-left: 10%;
	padding: 0 0 0 0;
	text-align: left;
	}
	
#nav li a
	{
	background: #ff9933;
	font-weight: 800;
	width: 100%;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	line-height: 115%;
	padding: 3% 0 3% 0;
	margin: 0px;
	border-bottom: 1px solid #ffffff;
	}
	
#nav li a:hover
	{
	background: #ff6600;
	font-weight: 800;
	width: 100%;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	line-height: 115%;
	padding: 3% 0 3% 0;
	margin: 0px;
	border-bottom: 1px solid #ffffff;
	}
	
#banner
	{
	position: absolute;
	z-index: 1;
	top: 2%;
	left: 1%;
	}
	
div.orange
	{
	margin: auto;
	width: 205px;
	}
	
div.pics
	{
	margin: auto;
	width: 330px;
	}

div.gallery
	{
	margin: auto;
	text-align: center;
	}
	
div.gallery a:link img, div.gallery a:active img, div.gallery a:visited img
	{ 
	border: 2px solid #336600;
	margin: 2px;
	}
	
div.gallery a:hover img
	{ 
	border: 2px solid #ff9933; 
	}
	
	
h3
	{
	padding: 0;
	margin-top: 5%;
	font-size: 12pt;
	font-weight: 800;
	color: #ff9933;
	}

h3.firstchild
	{
	margin: 0 0 2% 0;
	padding: 0;
	}
		
a:link, a:active, a:visited 
	{ 
	color: #336600; 
	text-decoration: none; 
	font-weight: 800; 
	}
	
a:hover 
	{ 
	color: #ff9933; 
	text-decoration: underline; 
	font-weight: 800; 
	}


/* Here starts the GuestBook CSS */

#guestbook {
	color: #000;
	background: #fff;
	/*width: 750px;*/
	border: 0px; /*send to IE, as it does not render dotted borders correctly*/
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0px;
	text-align: left; /*recover from our hack*/
}
html > body #guestbook {
	border: 0px; /*send to more compliant browsers*/
}
#guestbook h1 {
	color: #819ebb;
	background: transparent;
	font-size: large;
	text-align: center;
	margin: 5px;
}
#guestbook .hr {
	border-bottom: 1px solid #b5c0c3; /*send to IE, as it does not render dotted borders correctly*/
}
html > body #guestbook .hr {
	border-bottom: 1px dotted #b5c0c3; /*send to more compliant browsers*/
}
#error {
	color: #c60606;
	background: transparent;
	font-size: .85em;
	font-weight: bold;
}
#guestbook #footermessage {
	font-size: .85em;
	margin-bottom: 5px;
}
#guestbook .title {
	color: #666;
	background: transparent;
	font-size: .85em;
	font-weight: bold;
	margin-bottom: 3px;
}
#guestbook .entry {
	border-top: 1px solid #b5c0c3; /*send to IE, as it does not render dotted borders correctly*/
}
html > body #guestbook .entry {
	border-top: 1px dotted #b5c0c3; /*send to more compliant browsers*/
}
#guestbook .footer {
	color: #999;
	background: transparent;
	font-size: x-small;
	font-weight: bold;
	margin-bottom: 3px;
}
#guestbook strong {
	font-size: .85em;
}

/* Here ends the GuestBook CSS */	