/* GLOBALS */
body {
margin: 0 auto;
background-color: #dac48f;
text-align: center;
}

body,td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #654d13;
}

a {
text-decoration: none;
color: #931717;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
color: #680f0f;
}

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img {
filter:alpha(opacity=80);   
-moz-opacity: .8;   
opacity: .8;
-khtml-opacity: .8; 
}

#container {
margin: 0 auto;
width: 855px;
}

#content {
width: 855px;
margin: 0 auto;
background-image: url(../_images/contentbg.jpg);
background-repeat: repeat-y;
}

#mainpad {
padding: 0 27px;
text-align: left;
}

.spacer5 {
margin: 0 0 5px 0;
}

.spacer10 {
margin: 0 0 10px 0;
}

.padit12 {
padding: 12px;
}

.tanbox {
background-color: #f4e7c7;
}

.imgframe_story {
background-image: url(../_images/imgframe_story.gif);
background-repeat: no-repeat;
margin: 0;
width: 256px;
height: 134px;
}

.imgframe_thumb {
background-image: url(../_images/imgframe_thumb.gif);
background-repeat: no-repeat;
margin: 0 10px 0 0;
width: 134px;
height: 134px;
float: left;
}

.imgframe_pad {
padding: 6px 7px;
}

.titleredbig {
font-size: 24px;
color: #8f2e29;
}

.itunes {
font-size: 20px;
color: #8f2e29;
line-height: 40px;
padding: 0 15px 0 85px;
float: left;
}

#itunes-click {
padding: 4px 15px;
float: left;
}
.titlebig {
font-size: 18px;
}

.titleital {
font-style: italic;
font-size: 14px;
}

.imgbrdr {
border: 1px solid #e3d7ba;
}

.clearit {
clear: both;
}

.divider {
width: 100%;
height: 25px;
margin: 25px auto 0px auto;
border-top: 1px solid #e3d7ba;
}

.smalltxtital {
font-size: 11px;
font-style: italic;
}

.padleft {
padding: 0 0 0 15px;
}

.footer {
font-size: 10px;
line-height: 16px;
}

/* FORM FIELDS */
form {
margin: 0;
padding: 0;
}

.formbox {
padding: 6px;
background-color: #ffffff;
border: 1px solid #e3d7ba;
font-size: 12px;
margin-bottom: 5px;
}

.error {
font-size: 11px;
color: #C40A11;
font-weight: bold;
}