/* CSS Document */

#main {
width:850px;
margin-left: auto;
margin-right: auto;
padding-top:20px;
overflow: auto;
background:transparent url(../images/bg_home_content.gif) no-repeat scroll 0 0;
}

#header {
width: 800px;
height: 20px;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
text-align:right;
padding-top:5px;
margin-left: auto;
margin-right: auto;
}

#maincontent {
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top:10px;
}

#left {
width: 240px;
float:left;
}

#logo {
width: 240px;
float:left;
text-align:center;
}

#book {
width: 240px;
margin-top:10px;
float:left;
}

#menu {
width: 240px;
margin-top:10px;
float:left;
}

#menucontent {
width: 240px;
margin-top:10px;
padding-top:3px;
padding-left:5px;
height: 20px;
background-color:#7C1300;
float:left;
}

#venere {
width: 240px;
margin-top:10px;
float:left;
text-align:center;
}

#right {
width: 545px;
float:right;
}

#mainpic {
width: 545px;
float:left;
text-align:right;
z-index: 0;
}

#maintext {
width: 545px;
float:left;
margin-top:10px;
/*background:transparent url(../images/bg_maintext.gif) no-repeat scroll 0 0; */
}

#footer {
width: 800px;
height: 20px;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
text-align:center;
padding-top:5px;
margin-left: 15px;
margin-top: 20px;
margin-bottom: 20px;
float:left;
}

/* CSS Document */

body {
background:transparent url(../images/bg_home.gif) repeat scroll 0 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #333333;
}

table {
background-color:#F9F1E5;
}

#header a{
color: #333333;
font-size:11px;
text-decoration: underline;
}

#header a:hover{
font-size:11px;
text-decoration: none;
}


#menucontent a{
color: #FFFFFF;
font-size:16px;
text-decoration: none;
}

#menucontent a:hover{
color: #BBBBBB;
font-size:16px;
text-decoration: none;
}

#footer a{
color: #333333;
font-size:11px;
text-decoration: underline;
}

#footer a:hover{
font-size:11px;
text-decoration: none;
}

h1 {
color: #7C1300;
font-size:16px;
font-style:italic;
}

/* slideshow */

#slideshow {
position:relative;
height:300px;
clear:left;
margin-top:0px;
}

#slideshow IMG {
position:absolute;
top:0;
left:0;
z-index:8;
width:545;
height:300;
}

#slideshow IMG.active {
z-index:10;
width:545;
height:300;
}

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