@charset "utf-8";
/* CSS Document */

html{
background:url(../images/bg_main.jpg) repeat-x #292929;
width:100%;
height:100%;
margin:0;
padding:0;
text-align:center;
font-family:Helvetica, Arial, sans-serif;}

body{
width:100%;
height:100%;
margin:0;
padding:0;
text-align:center;}

.corner{
float:left;
background:url(../images/bg_corner.jpg) no-repeat left top;
width:100%;
height:100%;}

.wrapperouter{
width:800px;
margin:0 auto;
}

.rightimg{
float:right;
margin-left:20px;
}

.leftimg{
float:left;
margin-right:20px;
}


.wrapperstretch{
margin-top:120px;
background-color:#323232;
float:left;
}

.wrapper{
background:url(../images/bg_wrapper.gif) no-repeat top;
width:800px;
margin:-60px 0 0 0;
text-align:left;
}

.header{
height:150px;
padding:30px 35px 0;}

.header img{
float:left;}

.flash{
float:right; 
height:150px;
width:535px;
background-color:#606060;}

.content{
margin-left:35px;
padding:25px;
width:685px;
color:#e2e1e1;
font-size:.9em;
background:url(../images/bg_content.gif) top left no-repeat #606060;}

#gallery{
text-align:center;}

#gallery a{
text-decoration:none;
color:#ffffff;
}

#gallery a:hover{
color:#CC9933;}

#gallery a img{
border:3px #b4b4b4 solid;
margin-bottom:10px;
/* for IE */
filter:alpha(opacity=75);
/* CSS3 standard */
opacity:.75;
}

#gallery a:hover img{
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1.0;}
  
.furn{float:right;
margin-left:20px;}

.furn a img{
border:none;
margin-bottom:10px;
/* for IE */
filter:alpha(opacity=75);
/* CSS3 standard */
opacity:.75;} 
  
.furn a:hover img{ 
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1.0;}

.footer{
margin:15px 0 35px 35px;
padding:25px;
width:685px;
color:#e2e1e1;
background: #606060;
color:#999999;
font-size:.9em;
text-align:center;
}

.footer a:link, .footer a:visited{
color:#e2e1e1;
text-decoration:none;}

.footer a:hover{
color:#CCCCCC;}

