/* CSS Document */

body {
color: #333333;
background: #e9e0d6;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
}

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

#content {
background: #FFFFFF;
float: left;
padding: 30px;
width: 800px;
}

#sidebar {
background: #f7f6f2;
float: left;
padding-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;
width: 184px;
}

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

#quote {
border: 1px dashed #999999;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
padding-right: 20px;
}

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

h2 {
color: #BF0000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
padding-bottom: 10px;
line-height: 25px;
}

h3 {
color: #BF0000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
padding-bottom: 10px;
line-height: 25px;
}

.table1 {
border: 1px #999999 dashed;
}

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

.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;
}

li {
list-style-image: url(images/check.jpg);
}

.bonus {
color: #333333;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
padding-bottom: 10px;
line-height: 25px;
}