@charset "UTF-8";

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#container { 
	position: relative;
	width: 886px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* Teaser styles */
#teaser {
	background: url(images/teaser.jpg) no-repeat top;
	width: 612px;
	height: 261px;
	padding: 30px 0 0 30px;
}

.intro {
	font-size: 12px;
	line-height: 18px;
	width: 280px;
	padding: 0;
	margin: 0;
}

.measure {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	width: 280px;
	padding: 20px 0 50px 0;
	margin: 0;
}

.number {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	float: left;
}

.numberText {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	float: left;
	width: 160px;
	line-height: 16px;
	padding-top: 17px;
}

/* Sidebar info */
#sideInfo {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background: url(images/sidebar_top.jpg) no-repeat top;
	padding: 0px 0px 0px 20px;
	margin: 0;
}

#sideAd {
	background-image: url(images/dr.jpg);
	background-repeat: no-repeat; 
	background-podition: top;
	background-color: #FFF;
	height: 415px;
	padding: 150px 0 0 20px;
}

#sideAd p {
	margin: 0;
	padding: 0;
	width: 160px;
}



/* General styles */
#mainContent { 
	margin: 0;
	padding: 0;
	width: 656px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

a:link a:visited a:active {
	text-decoration: none;
	color: ffe400;
}
a:hover {
	text-decoration: underline;
	color: ffe400;
}

/* Play button */
.buttonText {
	padding: 6px 0 0 18px;
	display: block;
	color: #432f16;
}

.playButton {
	width: 156px;
	height: 53px;
	background: url(images/play.jpg) top no-repeat;
	display: block;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 0 0;
	margin: 0 55px 0 0;
	text-decoration: none;
	color: #000;
	float: right;
	color: #2e240f;
}
.playButton:hover {
	background-position: bottom;
	text-decoration: none;
	cursor: pointer;
	display: block;
	color: #000;
}

/* Bottom nav styles */
#nav {
	display: inline;	
	padding: 80px 0 80px 0;
	margin: 0;
	float: left;	
}

#nav li {
	list-style-type: none;
	float: left;
	padding-left: 10px;
	
}
.bar {
	border-right: 1px solid #2966c4; 
	padding-right: 10px;
}

a:link, a:active, a:visited {
	color: #2966c4;
	text-decoration: none;  
}

a:hover {
	color: #102961;
	text-decoration: underline;  
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #2e6bc9;
	margin-bottom: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #84b3fc;
	margin-bottom: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #2e6bc9;
	margin-bottom: 0px;
}

.readintro {
	font-size: 14px;
	font-style:italic;
	color: #2e6bc9;
}

#share {
	width: 140px;
	margin: 20px 0 0 0;
	float: left;
}

#readme {
	width: 500px;
	float: left;
}
	
#info_share {
	width: 140px;
	margin: 40px 0 0 20px;
	float: left;
}

#info_readme {
	width: 440px;
	float: left;
	margin: 20px 20px 0 0;
}

.cols {
	margin: 10px 5px;
	width: 180px;
	padding: 0 10px;
	background-image:url(images/bg_cols.jpg);
	background-repeat:no-repeat;
}

.floatlft {
	float:left;
}
	

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar { width: 240px; }
</style>
<![endif]-->