/* CSS Document */

body {
background: url(images/bg.jpg) repeat-x #C7B199;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #362f2d;
margin: 0;
padding: 0;
}

#container {
background: #f9f5f0;
border-left: 10px #FFFFFF solid;
border-right: 10px #FFFFFF solid;
}

#header {
float: left;
height: 124px;
width: 818px;
}

#content {
background: #FFFFFF;
float: left;
padding-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
width: 590px;
}

#content2 {
background: #FFFFFF;
float: left;
padding-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
width: 788px;
}

#sidebar {
background: #f9f5f0;
float: left;
padding-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
width: 168px;
}

#footleft {
background: url(images/footer.jpg) repeat-x;
float: left;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
width: 418px;
}

#footright {
background: url(images/footer.jpg) repeat-x;
float: left;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
width: 400px;
}

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

#mailing {
background: #f5f0e9;
border: 3px #C7B299 solid;
width: 470px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 8px;
padding-top: 8px;
}

h1 {
color: #362f2d;
font-family: Arial, Helvetica, sans-serif;
font-size: 28px;
font-weight: bolder;
}

h2 {
color: #362f2d;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bolder;
}

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

ul, li {
list-style-type: none;
line-height: 25px;
padding: 0px;
margin: 0px;
}

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

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

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

.footleft {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: center;
}

.footright {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: center;
}

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

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

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