@charset "UTF-8";
/* CSS Document */



/* REMINDER: 
	in divs with font-size specified, all other
	measurements in ems will use this as the 'normal' 
	font height (1 em) so scale accordingly
*/


body
{
	font-size:62.5%;
	background:url(../gfx/background-cover.jpg) top center no-repeat;
	height:100%;
	min-height:100%;
	margin:0px;
	padding:0px;

}

#outerContainer
{
	position:relative;
	margin: 15px auto 7px auto;
	width:776px;
	border: solid 1px #000;
	background-color:#FFF;
}

#contentOuter
{
	float:left;
	border: solid 3px black;
	width: 760px;
	margin: 5px;
	background-color:#FFF;
	position:relative;

}

#contentInner
{
	width:100%;
	height:525px;
	float:left;
	position:relative;
}


#contentTop
{
	width: 100%;
	height:75px;
	position:relative;
	background:url(../gfx/title.gif) top center no-repeat;
	margin-bottom:25px;
}

#contentML
{
	border-right:1px solid #CCCCCC;
	float:left;
	font: 1.5em Georgia,"Times New Roman",Times,serif;
	height:340px;
	text-align:right;
	width:133px;
	position:relative;
	padding-right:25px;
	margin-bottom:35px;
	font-variant:small-caps;
}

#contentMR
{
	position:relative;
	width:516px;
	padding:0px 55px 0 30px;
	font: 1.28em/1.4em Georgia,"Times New Roman",Times,serif;
	float:left;
	color:#666;
	overflow:auto;
	height:340px;

}

#contentFooter
{
	border-top: solid 1px #333333;
	width:710px;
	height:55px;
	margin: 0px auto;
	clear:both;
	padding: 9px 0px;
	text-align:center;
	letter-spacing: .3em;
	position:relative;
	
}

#buyThis
{
	position:relative;
	margin: 0 auto 0 auto;
	padding:1px 3px;
	width:380px;
	height:18px;
	background-color:#fff;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	border:1px solid black;
}



#buyThis a
{
	padding:0px;
	color:#912c38;
}

#buyThis a:link, 
#buyThis a:visited,
#buyThis a:hover,
#buyThis a:active
{
	color:#912c38;
	text-decoration:none;
}




#contentML a
{
	margin:0 0px 5px;
	padding:0;
	color:#666;
	letter-spacing:.05em;
	display:block;
}

#contentML a:link,
#contentML a:visited
{
	color:#666;
	text-decoration:none;
}


#contentML a:hover,
#contentML a:active
{
	color:#c3261e;
	text-decoration:none;
}



#contentML a[href="#"]
{
	color:#c3261e;
}



#contentMR img
{
	float:left;
}

#contentFooter img
{
	float:left;
}

#contentMR .subject
{
	font-variant:small-caps;
	font-weight:bold;
}

#contentML .hdr
{
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 10px;
	color:#666;
	
}



