
html{min-height: 100%;
height: auto;
}
#wrap{width:800px; height:400px; position:absolute; top:50%; margin-top:-250px; left:50%; margin-left:-400px; }

#fb{position:absolute;margin-top:-40px; z-index:100;}

body{font: 12px Swis721 LtEx BT, Helvetica, Arial,  sans-serif, bold; background:#fff url('bg_html4.jpg') bottom left repeat-x;}
a img{border:0px;}

a{color:#990; font-weight:bold; text-decoration:none;}
a:hover{color:#660; }

#slider1 {

	margin:0px; padding:0px;
    width: 600px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {

	margin:0px; padding:0px;
    width: 600px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;

}


.slider1Image span {
    position: absolute;
	font: 16px Times, Helvetica, sans-serif, bold;
	font-style:normal;
    padding: 0px;
	margin:0px;
    width: 580px;
    background-color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #660;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}

.slider1Image span p {
     padding:5px;
	margin:5px;
}
.left {
	top: 0;
    left: 0;
	width: 160px !important;
	height: 400px;
}
.right {
	right: 0;
	top: 0;
	width: 150px !important;
	height: 400px;
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
width: 600px !important;
}

ul { list-style-type: none; padding:0px; margin:0px;}

#header{float:right; width:600px; margin:0px; padding:0px;}

#leftside{width:200px;height:400px; position:relative;background:#fff;}

#menu{position:absolute; bottom:-2px; left:0; width:200px;}
#menu ul li a{display:block; color:#333; background:#ddd; margin:3px 5px; padding:5px; text-transform:uppercase;font-weight:normal;}
#menu ul li a:hover, #menu ul li a.active{color:white; background:#990;}




#logo{padding:10px 10px; text-align:center; color:#990;}

#leftcorner{ position:absolute;margin-top:-31px; margin-left:-32px;}
#rightcorner{ display:none; position:absolute;margin-top:283px; margin-left:627px;}
#sissidesign{ position:absolute; bottom: 0px; left:50%; margin-left:-400px; line-height:28px; width:200px; text-align:left; font-size:11px; color:#880; background:#DCDCB9;}
#footer{ position:absolute; bottom: 0px; left:50%; margin-left:-200px; line-height:28px; width:600px; text-align:right; color:#880; background:#DCDCB9;}

