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

body	{
		background: #000 url(../images/main/bg_outer.jpg) no-repeat top center;
		font: 14px Arial, Helvetica, sans-serif;
		color: #fff;
		}
#container	{
		margin: 30px auto;
		width: 996px;
		min-height: 600px;
		border: 1px solid #fff;
		background: #000 url(../images/main/bg_inner.jpg) no-repeat top center;
		}
#header	{
		width: 996px;
		height: 150px;
		}
#nav	{
		background: url(../images/main/nav_repeat.gif) repeat-x;
		border: 1px solid #fff;
		width: 977px;
		height: 37px;
		margin: 0 auto;
		}
#content	{
		width: 925px;
		min-height: 300px;
		margin: 25px auto;
		}
#cont-left	{
		position: relative;
		float: left;
		width: 774px;
		}
#cont-right	{
		position: relative;
		float: left;
		width: 120px;
		margin-left: 30px;
		}
#footer	{
		text-align: center;
		margin: 15px 0;
		font-size: 10px;
		}
		
/* Nav */
.home a, .news a, .biography a, .facts a, .photos a, .quotes a, .awards a, .business a	{
		display:block;
		float: left;
		height: 37px;
		padding: 0;
		margin: 0 23px 0 0;
		}
.home a	{
		background: url(../images/main/nav/home.gif) 0 0 no-repeat;
		width: 49px;
		}
.news a	{
		background: url(../images/main/nav/news.gif) 0 0 no-repeat;
		width: 49px;
		}
.biography a	{
		background: url(../images/main/nav/biography.gif) 0 0 no-repeat;
		width: 98px;
		}
.facts a	{
		background: url(../images/main/nav/facts.gif) 0 0 no-repeat;
		width: 96px;
		}
.photos a	{
		background: url(../images/main/nav/photos.gif) 0 0 no-repeat;
		width: 67px;
		}
.quotes a	{
		background: url(../images/main/nav/quotes.gif) 0 0 no-repeat;
		width: 68px;
		}
.awards a	{
		background: url(../images/main/nav/awards.gif) 0 0 no-repeat;
		width: 74px;
		}
.business a	{
		background: url(../images/main/nav/business.gif) 0 0 no-repeat;
		width: 87px;
		}
.roll a:hover { 
		background-position: 0 -37px;
		}
.roll {
		width: 749px;
		margin: 0 auto;
		}
.last a	{
		margin: 0;
		}
		
/* Classes */
h1	{
		color: #5e8ab0;
		font-size: 18px;
		margin: 0 0 15px 0;
		}
h2	{
		}
p	{
		margin: 15px 0;
		}
ul	{
		}
li	{
		margin: 8px 0 8px 25px;
		}
strong	{
		color: #5e8ab0;
		font-weight: bold;
		}
.clear	{
		clear: both;
		}
.adsensespacer	{
		background: #0000FF;
		width: 124px;
		height: 245px;
		}
.center	{
		margin: 0 auto;
		}
.text-center	{
		text-align: center;
		}
.float-left	{
		position: relative;
		float: left;
		margin: 0 10px 5px 0;
		}

/* Links */
a	{
		color: #b2c2d0;
		}
a:hover	{
		color: #999;
		}
#footer a	{
		color: #fff;
		text-decoration: none;
		}
#footer a:hover	{
		color: #999;
		}
		
/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 150px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #fff;
		}

		
