/* CSS Document */

body {
background: #F4F4F4;
}

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

#content {
background: #FFFFFF;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
float: left;
line-height: 20px;
padding: 30px;
width: 540px;
text-align: justify;
}

#content2 {
background: #FFFFFF;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
float: left;
line-height: 20px;
padding: 30px;
width: 740px;
text-align: justify;
}

#sidebar {
background: #FFFFFF;
float: left;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
width: 170px;
}

#footer {
background: #9f080d;
float: left;
height: 70px;
padding-top: 17px;
text-align: center;
width: 800px;
}

h1 {
color: #333333;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
padding-bottom: 15px;
}

h2 {
color: #333333;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
padding-bottom: 10px;
}

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

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

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

.footext a:hover {
color: #FFFFFF;
text-decoration: underline;
}

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

.nav a:link {
color: #333333;
text-decoration: underline;
}

.nav a:visited {
color: #333333;
text-decoration: underline;
}

.nav a:hover {
color: #333333;
text-decoration: underline;
}

#quote {
background: #F4F4F4;
padding: 20px;
}