/*GLOBAL*/
html{
height:100%;
}
body{
margin:0;
padding:0;
height:100%;
background-color:#000000;
font-family:Arial;
font-size:12px;
}
img{
border-width:0;
}
form{
margin:0;
}
/*POSITIONING*/

#wrapper{position:relative;
width:980px;
margin:0 auto;
background-color:#FFFFFF;
height:auto !important;
height:100%;/*IE6*/
min-height:100%;
background-image:url(../images/bg.jpg); background-position:right top; background-repeat:no-repeat;background-color:#000000;}

#header{ height:200px; background-image:url(../images/header-bg.jpg); background-repeat:no-repeat;}

#left{ float:left; width:200px;background-color:#000000;
}

#menu{ margin:10px 0 0 70px;}
.men{ display:block; width:117px; height:50px; background-image:url(../images/btn01.jpg);text-decoration:none; color:#FFFFFF; line-height:35px; margin-bottom:7px;}
.men:hover{ background-image:url(../images/btn02.jpg);}
.active{ background-image:url(../images/btn02.jpg);}
.men span{margin-left:10px;}

#content{ float:left; width:450px; color:#FFFFFF;}
#content h1{ margin:0;}

#right{ float:left; width:330px; color:#FFFFFF; margin-top:400px;text-align:right;}
#right a{ text-decoration:none; color:#FFFFFF; }

/**HOUSE**/
.group{width:135px;height:95px; display:block; float:left; text-align:center;}
.hhouse{ width:430px; height:150px; color:#FFFFFF; border-bottom:1px dashed #CCCCCC;}
.hhouse h2{ margin:0;}
.hhouse h3{ margin:10px 0 0 0;}

.hhouse2{ width:430px; height:150px; color:#FFFFFF; border-bottom:1px dashed #CCCCCC;}
.hhouse2 td{height:20px;}

.hthumb{ border:5px solid #ffffff;  }
.hpic{ width:150px;}
.hdescr{ text-align:left;}
.hlink{ display:block; height:22px; line-height:22px; text-align:center; width:125px; color:#FFFFFF; background-image:url(../images/btn-red.jpg); background-repeat:no-repeat; text-decoration:none; }
.hlinkd {background-image:url(../images/btn-grey.jpg);}

#dialog{ display:none;}
#trigger{cursor:pointer}
.error{background:#ED1B24;}