@charset "UTF-8";
/* CSS Document */

body { margin:0; padding:0; }

#top { background-color:#222; width:100%; height:25px; margin:0; padding:0; }

#toptext { width:900px; height:25px; margin:0 auto 0 auto; }

#wrapper { width:900px; height:600px; margin:0 auto 0 auto;  }

#header { width:900px; height:110px; padding:0; margin:0; position:relative; top:20px; border-bottom:1px #CCC solid; }

#brand { float:left; width:250px; height:110px; }

#navarea { float:left; width:620px; height:110px; margin:0 0 0 30px; }

#content { width:900px; height:400px; position:relative; margin:40px 0 0 0; padding:0; }

#gutter { width:100%; height:90px; margin:0 auto 0 auto; background-color:#e9e9e9; position:absolute; bottom:0; clear:both; border-top:1px #CCC solid; }

#left { width:300px; height:500px; float:left; padding:139px 0 0 0; }

#right { width:600px; height:600px; float:left; }

#line { width:500px; height:2px; border-bottom:1px #CCC solid; }

#inner { width:900px; height:85px; margin:0 auto 0 auto; }

#gutterleft { width:450px; height:85px; float:left; margin:5px 0 0 0; }

#gutterright { width:450px; height:85px; float:left; margin:5px 0 0 0; }

#spacer { width:100%; height:6px; }


#slideshow {
    position:absolute;
	left:50%;
	right:50%;
    height:450px;
	width: 600px;
	background-color:#CC3;
	margin-left:-300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
