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

body {
	font-family: "Century Gothic", sans-serif;
	font-size: 1em;
	text-align:center;
	line-height: 1.5em;
	color: #FFF;
	margin-top: 10px;
	width: 897px;
	margin-right: auto;
	margin-left: auto;
}

h1 h2 h3{
	color: #C03;
	font-size: 1.2em;
	}
	
h2 {
	font-size: 1em;
}

h3 {
	font-size: .8em;
}	
a:link, a:visited, a:hover {
	color: #999;
	text-decoration: none;
	line-height:1.5;
}

a:hover {
	color: #CCC;
}

a:visited {
	color: #666666;
}
div#container {
	width:897px;
	height: 566px;
	margin-top: 70px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/sandbox_bkg_nonav.jpg);
	background-repeat: no-repeat;
	}
	
div#navBar {
	height: 32px;
	background-color: #000;
	width: 897px;
	float: none;
	clear: both;
	}

#container #mainContent {
	float:right;
	height:auto;
	margin-left:0px;
	margin-right:10px;
	padding-right:220px;
	width:460px;
}

#container #mainContent h1 {
	font-size: 16px;
	margin-top:30px;
	margin-left: 15px;
	color: #AA1006;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 21px;
}

#container #mainContent p {
	text-align: left;
	margin-top: -3px;
	margin-left: 15px;
	color: #CCC;
	font-size: 0.85em;
	line-height: 1.35em;
	padding-top: 0px;
}
.embedAudio {
	display: inline;
}
#container #mainContent .right{
	text-align: right;
}
#mainContent a img {
	float: left;
	padding-left: 31px;
	border: none;
	padding-top: 33px;
}
#footer {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 80%;
	color: #BBB;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a {
	text-decoration: none;
	color: #BBB;}
