/* CSS Document */

/****************************
AUTHOR: Heidi Weiland
DATE: June 2006
CONTACT: heidi@soundwebsolutions.net

NOTES: formatting
****************************/
* {
margin:0;
padding:0;
}

@font-face {
font-family:"Century Schoolbook";
src: url(../assets/Century Schoolbook);
}

h1 {
font-size:1.3em;
color:#1c0f02; /* dark brown */
color:#382004; /* light brown */
}
h2 {
font-family:"Century Schoolbook", "Times New Roman", Times, serif;
font-size:.95em;
margin-top:.4em;
margin-bottom:.1em;
color:#382004;
}
h3 {
font-size:1em;
/*color:#006699;*/
margin-bottom:.2em;
}
address {
color:#382004; /* light brown */
font-style:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.85em;
}
p {
font-size:.8em;
margin-bottom:1em;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#382004;
}
ul {
}




/********************************** OTHER STYLINGS ***************************/
#header h2 {
color:#ffffff;
font-family:"Century Schoolbook", "Times New Roman", Times, serif;
font-weight:normal;
font-variant:small-caps;
}

#prices ul{
color:#ffffff;
font-size:.85em;
}
#prices li h2 {
color:#ffffff;
font-size:1.1em;
}
#content a, #content a:visited {
color:#a56302; /*orange*/
}
#content #prices a {
color:#ffffff;
}
#content a:hover {
text-decoration:underline;
}

.note {
font-size:small;
margin-top:3em;
}

#footer, #footer p, #footer a, #footer a:hover, #footer a:visited {
font-family:"Century Schoolbook", "Times New Roman", Times, serif;
color:#a56302; /*orange*/
color:#ffffff;
text-decoration:none;
letter-spacing:.1em;
font-size:12px;
}
/*********************************** PAGE SPECIFIC FORMATTING********************/
