/* CSS Document */

body {
background: url(images/bg.jpg) #86942a repeat-x;
}

#header {
width: 845px;
}

#nav {
float: left;
}

#navbar {
background: #8e6e42;
border-left: 12px solid #FFFFFF;
border-right: 12px solid #FFFFFF;
height: 35px;
width: 845px;
}

#navbar ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#navbar li {
display: inline;
}

#navbar li a {
background: #8e6e42;
border-left:1px solid #fff;
color: #FFFFFF;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
list-style-type: none;
padding:5px 0;
text-decoration: none;
text-align: center;
width: 110px;
}

#navbar li a:hover {
background: #bea179;
color: #ffffff;
text-decoration: none;
}

#navbar li a:visited {
color: #FFFFFF;
text-decoration: none;
}

#content {
background: #FFFFFF;
color: #333333;
float: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 23px;
padding-bottom: 30px;
padding-top: 20px;
padding-left: 5px;
padding-right: 15px;
width: 601px;
}

#content2 {
background: #FFFFFF;
color: #333333;
float: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 23px;
padding: 30px;
width: 783px;
}

#sidebar {
background: #FFFFFF;
float: left;
padding-top: 10px;
padding-left: 13px;
padding-right: 20px;
width: 190px;
}

#menu {
background: #e7e8c5;
float: left;
padding: 12px;
width: 166px;
}

#menu ul, li {
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 25px;
margin-left: 11px;
padding: 0;
list-style-type: square;
}

#menu ul, li a:link {
color: #333;
font-weight: normal;
text-decoration: none;
}

#menu ul, li a:hover {
color: #333;
font-weight: normal;
text-decoration: none;
}

#menu ul, li a:visited {
color: #333;
font-weight: normal;
text-decoration: none;
}

#footer {
background: #8e6e42;
border: 10px #FFFFFF solid;
float: left;
font-weight: bold;
width: 825px;
height: 40px;
text-align: center;
}

.footertext {
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 25px;
padding-top: 12px;
}

.footertext a:link {
color: #FFFFFF;
text-decoration: none;
}

.footertext a:visited {
color: #FFFFFF;
text-decoration: none;
}

.footertext a:hover {
color: #FFFFFF;
text-decoration: none;
}

h1 {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
padding-bottom: 15px;
}

h2 {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

a:link {
font-weight: bold;
text-decoration: none;
}

a:hover {
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #0000FF;
font-weight: bold;
text-decoration: none;
}