body {
	padding-bottom:600px;}

#content { position: absolute; 
width: 350px; 
margin: 0px; 
margin-bottom: 600px;
left: 10;
top: 10;
padding: 10px; 
padding-left: 20px;
z-index: 999;
background: #F2F0EB; 
-moz-box-shadow: 0 0 20px black; 
-webkit-box-shadow: 0 0 20px black; 
box-shadow: 0 0 13px black;
    opacity: 0.8;       /* modern browser */  
    -moz-opacity: 0.8;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=80); /* IE5.x -7.0 */  
	-moz-border-radius: 30px;
-webkit-border-radius: 30px;}



.logo {
	margin-left: 50px;
	}

	
	
	h1 { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-style: italic;
	line-height: 45px;
	font-weight: bold;
	color: #98DBE0; }
	
		
		h2 { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	line-height: 25px;
	font-weight: bold;
	color: #493F3B; }
	
			h3 { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 25px;
	font-weight: bold;
	color: #493F3B; }
	
		
		p { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	color: #493F3B; }

img.bg {
	z-index: 1;
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}

a:link {
	color: #98DBE0;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #98DBE0;
}
a:hover {
	text-decoration: none;
	color: #B1A78B;
}
a:active {
	text-decoration: none;
	color: #493F3B;
}
#navi {
	width: 800px;
	left: 370;
	top: 0;
	position: fixed;
	padding-left: 370px;	
	z-index: 989;
	}
#navi ul {

	list-style-type: none;

}



#navi li {

	float: left;

}



#navi a {

	background: #F2F0EB;

	color: #493F3B;

	font-size: 18px;

	font-weight: bold;

	margin: 0 15px 0 0;

	padding: 6px 8px;

	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	-moz-border-radius: 20px;
-webkit-border-radius: 20px;}




}



#navi a.current,

#navi a:hover {

	color: #98DBE0;

}