/* I had to learn HTML and CSS from scratch */
/* Respect my work and shoot me an email before copying any content */

/* MY DEFAULT SETTINGS */
* {margin:0;padding:0}
body{width:100%;background:#777;font-family:Century Gothic, Arial, Verdana, Helvetica, sans-serif;text-align:left}
img {border:none}
a {color:#666;text-decoration:none;font-weight:bold}

/* SITE CONTENT */
#content, .content{border:1px solid #000;-moz-border-radius:20px;-webkit-border-radius:20px;-moz-box-shadow:8px 8px 8px #111;-webkit-box-shadow:8px 8px 8px #111;height:800px;background:#333333;width:1140px;margin:20px auto;padding:0 10px}

/* LOGO */
#logo a {padding-left:10px;width:400px;height:90px}

/* HEADER MENU */
#header {padding-left:10px;width:400px;height:90px}

/* LEFT MENU */
#menu {float:left}

/* SLIDESHOW */
#slideshow {margin-top:10px;width:800px;position:relative;float:left}
#slideshow DIV {z-index:8;opacity:0.0;height:518px;background:#333333;position:absolute;font-size:80%;font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
#slideshow DIV.active {z-index:10;opacity:1.0;}
#slideshow DIV.last-active {z-index:9;}
#slideshow DIV IMG {height:550px;display:block;}