/* CSS Document */

body {
background: #d6e3c9;
margin: 0;
padding: 0;
}

#header {
float: left;
width: 830px;
}

#content {
background: #FFFFFF;
color: #333333;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
float: left;
line-height: 25px;
padding: 30px;
width: 519px;
}

#content2 {
background: #FFFFFF;
color: #333333;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
float: left;
line-height: 25px;
padding: 30px;
width: 770px;
}

#sidebar {
background: #f7fdf1;
color: #333333;
font-family: Georgia, "Times New Roman", Times, serif;
float: left;
padding-bottom: 30px;
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
width: 221px;
}

#footer {
background: url(images/footer.jpg) no-repeat;
float: left;
padding-top: 25px;
height: 40px;
width: 830px;
text-align: center;
}

#recommended {
background: #f7fdf1;
border: 2px #596a48 dotted;
width: 150px;
padding: 7px;
text-align: center;
}

h1 {
color: #333333;
font-size: 32px;
line-height: 40px;
padding-bottom: 10px;
padding-top: 10px;
}

h2 {
color: #333333;
font-size: 24px;
line-height: 40px;
padding-bottom: 10px;
padding-top: 10px;
}

h3 {
color: #333333;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
padding-top: 10px;
line-height: 30px;
}

.footext {
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.footext a:link {
color: #FFFFFF;
text-decoration: none;
}

.footext a:visited {
color: #FFFFFF;
text-decoration: none;
}

.footext a:hover {
border-bottom: 1px dotted #FFFFFF;
color: #FFFFFF;
text-decoration: none;
}

.nav {
color: #333333;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
}

.nav a:link {
border-bottom: 1px dotted #333333;
color: #333333;
text-decoration: none;
}

.nav a:visited {
border-bottom: 1px dotted #333333;
color: #333333;
text-decoration: none;
}

.nav a:hover {
border-bottom: 1px dotted #333333;
color: #333333;
text-decoration: none;
}