/* CSS Document */

* {
margin:0;
padding:0;
border:;
}

body {
color:#454443;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background-image:url(../images/page-bg.gif);
}

#maincontainer {
width:926px;
background-image:url(../images/page-shadow.gif);
margin:auto;
}

#subcontainer {
margin-left:13px;
width:900px;
}

#topcontainer {
background-image:url(../images/header-bg.gif);
background-repeat:repeat-x;
width:inherit;
}

#logo {
height:80px;
width:309px;
float:none;
}

#menusection {
height:33px;
background-image:url(../images/menu-bg.gif);
}

#menu {
float:right;
width:840px;
}

#midcontainer {
height:283px;
padding-top:2px;
background-image:url(../images/mid-bg.gif);
}

#contentsection {
padding:20px;
}

#contentsection p{
text-align:justify;
line-height:18px;
margin-bottom:15px;
}

#contentsection h1 {
font-size:24px;
font-weight:lighter;
color:#773C10;
border-bottom:1px #773C10 dashed;
margin-bottom:15px;
margin-right:210px;
padding-bottom:5px;
}

#contentsection h2 {
font-size:20px;
font-weight:lighter;
color:#773C10;
border-bottom:1px #773C10 dashed;
margin-bottom:15px;
margin-right:210px;
padding-bottom:5px;
}

#contentsection h3 {
font-size:20px;
font-weight:lighter;
color:#773C10;
border-bottom:1px #773C10 dashed;
margin-bottom:15px;
padding-bottom:5px;
}

#contentsection h4 {
font-size:20px;
font-weight:lighter;
color:#773C10;
margin-bottom:15px;
padding-bottom:5px;
}

#contentsection img {
margin:0px 0px 15px 15px;
border:2px #773C10 solid;
}

#footer {
padding:7px 0px 7px 0px;
background-image:url(../images/footer-bg.gif);
text-align:center;
color:#E4D7BE;
font-size:12px;
}

#footer a {
color:#E4D7BE;
text-decoration:none;
}

#footer a:hover {
color:#fff;
text-decoration:underline;
}

#aquaweb {
width:900px;
margin:auto;
font-size:10px;
color:#773C10;
text-align:right;
}

#aquaweb a{
text-decoration:none;
color:#773C10;
}

.righttube {
float:right;
}

