body {
	margin: 0;
	padding: 1em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}

#header{
    border-top: 1px dotted #FFFFFF;
	border-bottom: 1px solid #666666;
	height: 4em;
}

#header .slogan{
     font: 120% Georgia, "Times New Roman", Times, serif;
	 color: #006600;
	 background-color: transperent;
	 float: right;
	 width: 600px;
	 text-align: right;
	 margin-right: 2em;
	 margin-top: 2em;
}

#header .logo{
     float: left;
	 width: 289px;
	 margin-left: 0.3em;
	 margin-top: 0.5em;
}

#navigation {
     font-size: 90%;
}

#navigation ul {
     list-style: none;
	 margin: 0;
	 padding: 0;
	 padding-top: 1em;
}

#navigation li {
     display: inline;
}

#navigation a:link, #navigation a:visited {
     padding: 0.3em  0.2em  0.3em  0.2em;
	 color: #006600;
	 background-color: #FFFFFF;
	 text-decoration: none;
	 border: 1px solid #FFFFFF;
}

#navigation a:hover {
     color: #000000
	 background-color: #000000
} 

#wrapper {
     position: relative;
	 text-align: left;
	 width: 760px;
	 margin-right: auto;
	 margin-left: auto;
	 border-bottom: 1px solid #ececec;
}

#content {
     margin: 66px 260px  0px  240px;
	 font: 80%
	 padding: 10px;
}

#content h1 {
     text-align: left;
	 padding-right: 20px;
	 font: 150% Georgia, "Times New Roman", Times, serif;
	 color: #006600;
}

#content h3 {
    text-align: left;
	padding-right: 20px;
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #006600;
}

#content h4 {
    text-align: left;
	padding-right: 20px;
	font: 80% Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#content a:link, #content a:visited {
   text-decoration: none;
   color: #006600;
}

#content a:hover {
   color: #000000;
}

#albumlist {
    list-style-type: none;
}

#albumlist li {
     float: left;
	 width: 200px;
	 margin-right: 6px;
	 margin-bottom: 10px;
	 font: bold 0.8em "Times New Roman", Times, serif
	 color; #333333;
}
#albumlist img {
     display: block;
	 border: 1px solid #333300;
}
	

#side1 {
     position: absolute;
	 width: 200px;
	 top: 100px;
	 left: 10px;
	 padding: 70px 10px 10px 10px;
}

#side1 h1 {
     text-align: center;
	 padding-left:inherit;
	 font: 80% Georgia, "Times New Roman", Times, serif;
	 color: #006600
	 }


.adbox {
     padding: 2px 4px 2px 6px;
	 margin: 0 0 10px 0;
	 border: 1px dotted #B1B1B1;
	 background-color: #F4F4F4;
}

#side 1 h3 {
     font: 110% Georgia, "Times New Roman", Times, serif;
	 color: #621313;
	 background-color: transparent;
	 margin: 0;
	 padding-bottom: 4px;
}

#side 1 .txt {
     width: 184px;
	 background-color: #FCF5F5;
	 border: 1px inset #901602;
}


.clear { 
line-height: 0px; 
font-size: 0px; 
clear: both; 
height: 0px; 
} 


#footer {
@ position: absolute;
   font-size: 80%;
   text-align: right;
   clear: both;
   color: #FFFFFF;
   border-top: 1px dotted #666666;
   background-color:#006600;
  
}


