html, body {background-color: white; width: 99%; margin: 0; 
text-align: center;} 

div.main
{background-image: url('websitebackground.jpg'); 
background-position: center; 
background-repeat:no-repeat;
margin:auto;
position: relative; left: 0px top: 0px;
width: 839px; height:667px;
text-align:center;}

h1.update{font-size: 95%; font-family: sans-serif; font-style: italic;
color: #000000; text-decoration: underline;
text-align: center; margin-top:10px; margin-bottom: 5px;
background-color: transparent;}

h1.content{font-size: 100%; font-family: sans-serif; color: #000000; margin: 15px 15px 15px 15px; 
background-color: transparent;}

p.menu{font-size: 105%; font-family: sans-serif; font-weight: bold; color: #000000; margin: 10px 5px 10px 10px;
background-color: transparent;}
p.content{font-size: 100%; font-family: sans-serif;color: #000000; margin: 10px 10px 10px 10px;
text-indent:15px;background-color: transparent;}
p.update{font-size: 85%; font-family: sans-serif;color: #000000; text-align: left; padding: 5px 3px 5px 5px; margin-top:5px;
text-indent: 5px; background-color: transparent;}


div.leftback
{background-color: white;
filter:alpha(opacity=99);
-moz-opacity:.99;
opacity:.99;
position: absolute; 
left:30px; top: 156px;
width:132px; height:252px; 
overflow: auto;}

div.left
{background-color: transparent;
position: absolute; 
left:30px; top: 157px; 
width:130px; height:250px; 
border: solid #000000;
border-width: 2px;
overflow: auto;}

div.contentback{background-color: white;
filter:alpha(opacity=85);
-moz-opacity:.85;
opacity:.85;
width: 417px; height: 370px;
position: absolute; 
left: 176px; top: 156px;
overflow: auto;}


div.content
{background-color: transparent;
width: 415px; height: 368px;
position: absolute; 
left: 176px; top: 156px;
border: solid #000000; 
border-width: 2px;
overflow: auto;
z-index:1;}

div.gallery{position:absolute; left:23px; top:15px;}

img.main{position: absolute; left: 25px; top: 420px; border-width: 0px 0px 0px 0px;
z-index:0;}
img.sub{position: absolute; left: 400px; top: 545px;}


img.about{position: absolute; left:606px; top:157px; border-width: 0px 0px 0px 0px;}
img.gallery{position: absolute; left:675px; top:228px;border-width: 0px 0px 0px 0px;}
img.contact{position: absolute; left:710px; top:304px;border-width: 0px 0px 0px 0px;}
img.links{position: absolute; left:675px; top:381px; border-width: 0px 0px 0px 0px;}

a:link {color: #000000;background-color: transparent;}
a:visited {color: #990000;background-color: transparent;}
a:hover {color: #FF0000;background-color: transparent;}
a:active {color: #FF0000;background-color: transparent;}
