/* STYLE SHEET */
body
{
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

body.top 
{
	margin-top: 0px;
    margin-left: 0px;
    background: #000000;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

.chicago 
{
	margin-top: 0px;
    margin-left: 110px;
	background: #000000; 
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

.topdivider 
{
	height: 41px;
	background: url(/images/img06.gif) repeat-x;
}

.subtitle 
{
	width: 800px;
	height: 19px;
	margin-top: 0px;
    margin-left: 110px;
	text-align: center;
	color: #ffffff;
	font: small-caps small Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 0 0 0;

}

.buttonbegin
{
	width: 720px; /* same width as chicago */
	height: 77px;
    margin-top: 4px;
	margin-left: 110px;
	display: block;
}

.button
{
	background: url(/images/button.gif) repeat-x;
	text-decoration: none;
	border: 1px solid #DAA520;  
	color: #000000;

	display: block;
    border-stye: solid;

    margin-top: 3px;
	padding: 6px 20px 6px 20px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.button:hover 
{
	background-image: url(/images/buttonover.gif);
	text-decoration: none;
	border: 1px solid #605010; 
	color: #FFEE55; 
}

.button:active 
{
}

.FrameMain
{
	width: 800px;
	margin-top: 25px;
    margin-left: 110px;
	background: #000000; 
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}


h1, h2, h3 
{
	color: #CCCCCC;
}

blockquote 
{
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul
{
	margin-left: 2em;
}

ol 
{
	margin-left: 3em;
}

a 
{
	text-decoration: bold;
	color: #DDCCCC;
}

a:hover 
{
	text-decoration: underline;
    color: #DAA520;
}

img 
{
	border: 0px solid #C4C2C2;
}

/** store **/

b.producttitle
{
	font: bold, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DAA520;
}

b.audiotitle
{
	font: bold, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDCCCC;
	vertical-align: middle;
}

.author
{
	text-align: center;
	color: #DAA520;
	font-size: .8em;
}

.auth1
{
	color: #FFFFFF;
}

/** **/


.footer 
{
    width: 100%;
    margin-top: 30px; 
	clear: both;
	padding: 3px 3px;
	border-top: 4px solid #222200;
	background: #000033;
	border-bottom: 4px solid #222200;
	text-align: center;
}


