/* CSS Document */

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

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

#content {
float: left;
padding-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;
width: 527px;
height: auto;
}

#content2 {
float: left;
padding-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;
width: 817px;
height: auto;
}

#sidebar {
float: left;
padding-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;
width: 250px;
height: auto;
}

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

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

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

#menu {
width: 150px;
padding-left: 7px;
padding-right: 7px;
padding-top: 25px;
text-align: center;
}

#newsletter {
background: #ffefea;
border: 2px #ffc7b6 dotted;
width: 450px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
margin-top: 0px !important;
text-align: center;
}

#mailing {
background: #ffefea;
border: 3px #ffc7b6 solid;
width: 435px;
margin: 0 auto;
padding: 15px;
text-align: center;
}

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

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

a:hover {
color: #999999;
text-decoration: underline;
}

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

span {
background-color: #FFFF00;
font-weight: bolder;
}

h1 {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
font-weight: bolder;
text-align: center;
}

h2 {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bolder;
text-align: center;
}

h3 {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bolder;
text-align: center;
}

.table1 {
border: 10px solid #FFFFFF;
}

.footext {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
letter-spacing: 1px;
}

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

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

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

#footer {
background: url(images/footerbg.jpg) repeat-x;
float: left;
width: 857px;
text-align: center;
}