*, html {
margin: 0;
padding: 0;
}

body {
background: url(images/clouds.jpg) fixed;
font-family: Tahoma, Verdana, Arial, "Times New Roman";
font-size: 10pt;
color: #000;
text-align: center;
}

#container {
display: block;
width: 800px;
margin: 0 auto;
text-align: left;
}


#header {
background: url(images/header2.png) no-repeat;
width: 800px;
height: 160px;
}

#content {
background: url(images/containerbg.png) repeat-y;
width: 800px;
padding: 1em 0 1em 3em;
}

#nav {
float: left;
width: 133px;
text-align: left;
}

#nav li {
background: url(images/button.png) no-repeat;
list-style: none;
width: 133px;
height: 35px;
}

#nav li a {
display: block;
background: url(images/button.png) no-repeat;
width: 100%;
height: 28px;
font-size: 10pt;
font-weight: bold;
color: #fff;
text-decoration: none;
padding: .5em 0 0 .5em;
}

#nav li a:hover {
background: url(images/button.png) 0 -168px;
text-decoration: underline;
}

#nav li a.current {
background: url(images/button.png) 0 -168px;
text-decoration: underline;
}

#text {
float: left;
width: 600px;
margin: 0 0 0 1em;
}

#text p {
font-size: 10pt;
line-height: 15px;
padding: 0 1em 1em 1em;
}

#foot {
width: 800px;
color: #000;
margin: 0 0 0 1em;
padding-bottom: 1em;
text-align: left;
}



#quote {
float: right;
width: 170px;
margin: -7em 6em 0 0;
}

#quote form {
padding: .5em;
}


