body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6em;
font-size: 0.8em;
color: #ffffff;
text-align: center;
background-color: #000000;
}

div#bottom {
min-height: 130px;
max-height: 130px;
min-width: 100%;
background-image: url(images/ripeffect2.jpg);
background-repeat: repeat-x;
position: fixed;
bottom: +0px;
}

div#header {
min-height: 100px;
max-height: 100px;
min-width: 100%;
background-image: url(images/Animation2.gif);
background-repeat: repeat-x;
position: fixed;
}

div#footer {
font-size: 0.8em;
position: fixed;
bottom: -3px;
left: 0px;
width: 100%;
color: #999999;
font-weight: bold;
}

div#tittle {
font-size: 1.8em;
text-align: right;
color: #996633;
font-weight: bold;
position: fixed;
width: 250px;
line-height: 1.4em;
top: 90px;
left: 25px;
}

div#maincontent {
padding: 105px 25px 50px 300px;
text-align: left;
text-indent: 2%;
}

a:link {
text-decoration: underline;
color: #ffffff;
}

a:visited {
color: #996633;
}

a:active {
color: #996633;
}

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

div#navbar {
font-size: 1em;
font-weight: normal;
text-align: center;
position: fixed;
width: 100%;
top: 40px;
}

#navbar a {
color: #ffffff;
text-decoration: none;
border: 1px #ffffff solid;
padding: 2px 20px 2px 20px;
border-top: none;
border-bottom: none;
margin-right: 15px;
margin-left: 15px;
}

#navbar a:link {
}

#navbar a:visited {
}

#navbar a:active {
}

#navbar a:hover {
background-color: #996633;
}
