@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}
html {
font: 75%/1.2 Verdana, Arial, Helvetica, sans-serif;
color:#330000;
}

body {
background:#E9E9E9;
height:100%;
bottom:0px;
}

h1 {
background:url(../images/bg.gif) center repeat-y;
font-size:14px;
padding-left:45px;
padding-top:5px;
padding-bottom:20px;
}

p {
padding:5px 50px 5px 80px;}

div#main {
margin:auto;
width:860px;
height:100%;
}

div#logo {
background:url(../images/logo.gif) center no-repeat;
height:72px;}

div#header {
background:url(../images/header.jpg) center no-repeat;
height:203px;}

div#nav {
background:url(../images/bg.gif) center repeat-y;
height:30px;
}

div#headline {
background:url(../images/bg.gif) center repeat-y;
height:50px;
padding-left:50px;
padding-bottom:30px;
padding-top:20px;
font-size:14px;
font-weight:bold;
}

div#nav ul {
list-style:none;}

div#nav ul.a, div#nav ul.a li, div#nav ul.b, div#nav ul.b li {
float:left;}

div#nav ul.a {
margin-left:20px;
width:600px;}

div#nav ul.b {
width:200px;}

div#nav li, div#nav li a {
color:#330000;
height:30px;
text-decoration:none;}

div#nav li a:hover, div#nav li span {
color:#33CC00;}

div#nav li {
font-size:1.1em;
font-weight:bold;
line-height: 1.95;
width:95px;
text-align:center;}

div#nav li a {
display:block;}



div#content {
background:url(../images/bg.gif) center repeat-y;
}

div#content img{
border:#FFF medium solid;}

div#content a {
color:#330000;
text-decoration: underline;
}

div#content a:hover {
color:#33CC00;
}

div#footer {
background:url(../images/end.gif) center no-repeat;
height:20px;}
