body{

margin: auto;
font: normal 82% "Trebuchet MS", "Lucida Grande", Tahoma, Georgia, Sans-Serif;
font-size: 14px;

}

.wrapper {
margin: auto;
width:1000px; 
height:560px; 
background:#fff url('../images/back.jpg') no-repeat;

}

.logo{
margin: auto;
float:left;
width:223px; 
height:190px; 
background: url('../images/logo.png') no-repeat;

azimuth: expression(

       this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

       this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

       this.runtimeStyle.backgroundImage = "none")),this.pngSet=true

    );
}

.left{
float:left;
width:223px; 
height:522px; 
}

.navi{
float:left;
width:173px; 
height:332px;
display: block;
text-align: center;
padding-right: 50px;
text-decoration: none;
margin: 0px;	
}
 .navi a{
 margin-bottom: 10px;
 color: #996600;
 text-decoration: none;
 }
 
 .navi a:hover{
 color: green;
 }

.navi a.active{
 color: green;
font-weight: bold;
 }

.navi a:active:hover{
 color: green;
font-weight: bold;
 }

 .navi ul li{
 margin-bottom: 10px;
 text-decoration: none;
 list-style: none;
 }

.middle{
float:left;
width:644px; 
height:522px; 
}

.midtop{
float:left;
width:644px; 
height:137px; 
}

.midtop{
float:left;
width:644px; 
height:137px; 
}

.content{

float:left;
color: #ffffcc;
width:624px; 
height:375px;
padding-top: 10px; 
background: url('../images/contentbox.jpg') no-repeat;
padding-left:10px;
padding-right:10px;



}

#gal{
margin-top: 50px;
text-align: center;
}

.right{
float:left;
width:133px; 
height:522px; 
}

.topright{
float:left;
width:133px; 
height:137px; 
}

.frames{
float:left;
width:133px; 
height:327px; 
display: block;
text-align: center;
}

.spacer{
float:left;
width:133px; 
height:15px;
}

.footer{
padding-top: 20px;
padding-right: 20px;
float:left;
width:980px; 
height:18px;
text-align: right;
}








