/** STRUCTURE 
colors:
gray bg EEE9E7
content bg F9F2EC
pink line D54758
small home box bg FFF8F2
small home box line CAC4C0
show title A49366
big headline color B07751
audio symbol color A25351
**/

body {
background-color: #EEE9E7;
margin: auto;
width: none;
text-align: center;
font-family: Lucida Grande, Trebuchet, Verdana, Arial;
font-size: 12px;
}

#wrap {
width: 730px;
margin: auto;
background: url(../images/bg-content.gif);
}

#header {
height: 142px;
width: 730px;
float: left;
text-align: left;
margin: 0px;
padding: 0px;
background: url(../images/header.gif) no-repeat;
}

#content {
width: 730px;
float: left;
margin: 0px 0px;
padding: 35px;
text-align: left;
background: url(../images/bg-content.gif);
/** ugly brilliant hack **/
voice-family: "\"}\"";
voice-family:inherit;
width: 660px;
}

#footer {
width: 730px;
height: 52px;
margin: auto;
float: left;
padding-top: 13px;
background: url(../images/footer.gif);
color: #B07751;
font-size: 10px;
/** ugly brilliant hack **/
voice-family: "\"}\"";
height: 39px;
}

#homeboxes {
width: 660px;
}

.homeboxleft {
width: 319px;
margin: 10px 20px 0px 0px;
padding: 10px;
background-color: #FFF8F2;
border: 1px solid #CAC4C0;
text-align: left;
float: left;
height: 135px;
/** ugly brilliant hack **/
voice-family: "\"}\"";
voice-family:inherit;
width: 297px;
height: 113px;
}

.homebox {
width: 319px;
margin: 10px 0px 0px 0px;
padding: 10px;
background-color: #FFF8F2;
border: 1px solid #CAC4C0;
text-align: left;
float: left;
height: 135px;
/** ugly brilliant hack **/
voice-family: "\"}\"";
voice-family:inherit;
width: 297px;
height: 113px;
}

.showbox {
width: 658px;
float: left;
margin: 15px 0px 15px 0px;
padding: 0px;
}

.showbox img {
margin-right: 10px;
}

a:link {
color: #000055;
}

a:hover {
color: #330033;
}

a:visited {
color: #000055;
}



/** MARKUP 
colors:
gray bg EEE9E7
content bg F9F2EC
pink line D54758
small home box bg FFF8F2
small home box line CAC4C0
show title A49366
big headline color B07751
audio symbol color A25351
**/

h2 {
font-size: 16px;
color: #827249;
font-family: Lucida Grande, Trebuchet, Verdana, Arial;
font-weight: bold;
line-height: 8px;
}

.h2 {
font-size: 16px;
color: #827249;
font-family: Lucida Grande, Trebuchet, Verdana, Arial;
font-weight: bold;
line-height: 8px;
}

.h2 a:link, .h2 a:visited {
color: #827249;
text-decoration: none;
}

.h2 a:hover  {
color: #827249;
text-decoration: none;;
}

.showlinks a:link, showlinks a:visited {
	border-bottom: 1px dotted #c3ab6e !important;
}

.showlinks a:hover {
	border-bottom: 1px solid #827249 !important;
}

.h2 a:visited {
color: #827249;
text-decoration: none;
}

.imgleft {
font-size: 10px;
margin: 0px 10px 5px 0px;
float: left;
padding: 5px;
border: 1px solid #A49366;
}

.imgright {
font-size: 10px;
margin: 0px 0px 5px 10px;
float: right;
padding: 5px;
border: 1px solid #A49366;
}

