/* CSS Document */

body {
background: #2c2416;
margin: 0;
padding: 0;
color: #362F2D;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

#header {
float: left;
width: 794px;
height: auto;
}

#content {
background: #FFFFFF;
float: left;
padding-bottom: 40px;
padding-left: 25px;
padding-right: 25px;
padding-top: 30px;
width: 550px;
}

#content2 {
background: #FFFFFF;
background: #FFFFFF;
float: left;
padding-bottom: 40px;
padding-left: 25px;
padding-right: 25px;
padding-top: 30px;
width: 744px;
}

#sidebar {
background: #FFFFFF;
float: left;
padding-bottom: 40px;
padding-right:25px;
padding-left: 25px;
padding-top: 30px;
width: 144px;
}

#footer {
background: #988675;
float: left;
padding-bottom: 10px;
padding-top: 10px;
text-align: center;
width: 794px;
}

#mailing {
background: #eee8e0;
border: 3px #c7b299 solid;
width: 450px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 8px;
padding-top: 8px;
}

#recommended {
background: #eee8e0;
border: 2px #c7b299 dotted;
width: 170px;
padding: 7px;
text-align: center;
}

h1 {
color: #736257;
font-size: 24px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bolder;
}

h2 {
color: #736257;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font: bold;
}

p {
color: #362F2D;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
line-height: 23px;
}

ul, li {
color: #362F2D;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
line-height: 23px;
}

a:link {
color: #362F2D;
text-decoration: underline;
}

a:visited {
color: #362F2D;
text-decoration: underline;
}

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

.footext {
color: #362f2d;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bolder;
}

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

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

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

#form {
width: 500px;
}