/* CSS Document */

body {
		background-image:  url("images/background.jpg");
		background-attachment: fixed;
		margin:0px 0px 0px 0px;
		padding:0px;
		text-align:center;
		}
		
#frame {
		width:650px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}
	
#contentcenter {
		top:0px;
		width:650px;
		Height:30px;
		padding:0px;
		float:left;
		background:none;
		border:none;
		}
		
#pageback {
		margin-top:0px;
		width:650px;
		Height:635px;
		padding:0px;
		float:left;
		background: none;
		border:none;
		}
		
#topbanner {
		margin-top:0px;
		height: 227px;
		width: 480px;
		clear: all;
		background-image: url("images/index_logo.gif");
		border:none;
		}
		
#blurb {
		height: 40px;
		width: 480px;
		margin-top:0px;
		margin-left:0px;
		clear: all;
		border: none;
		background-image: url("images/blurb.gif");
		}
		
#text {
		height: 190px;
		width: 480px;
		margin-top:0px;
		margin-left:0px;
		clear: all;
		float:left;
		background:none;
		font-family: arial, helvetica, sans serif;
		font-size: 12px;
		text-align: justify;
		text-indent: 0%;
		letter-spacing: 0px;
		line-height: 12px;
		color: #ffffff;
		}
		
#clips {
		height: 105px;
		width: 160px;
		margin-top: 5px;
		margin-left: 0px;
		float:right;
		clear: all;
		background:none;
		border:none;
		}
		
#quote {
		height: 500px;
		width: 650px;
		margin-top:0px;
		margin-left:0px;
		clear: all;
		float:left;
		border: none;
		background:none;
		}

p		{		
		font-family: arial, helvetica, sans serif;
		font-size: 11px;
		text-align: justify;
		text-indent: 0%;
		letter-spacing: 0px;
		line-height: 12px;
		color: #FFCC00;
		}
		
b		{		
		font-family: arial, helvetica, sans serif;
		font-size: 12px;
		font-weight: bold;
		text-align: justify;
		text-indent: 0%;
		letter-spacing: 0px;
		line-height: 14px;
		color: #ccc;
		}
		
span.text {		
		font-family: arial, helvetica, sans serif;
		font-size: 11px;
		text-align: justify;
		text-indent: 0%;
		letter-spacing: 0px;
		line-height: 12px;
		color: #FFF;
		}
		
.rollover a {
		display:block;
		width: 160px;
		height: 50px;
		margin-top: 0px;
		margin-left: 0px;
		padding: 0px 0px 0px 0px;
		background: url("images/enterhtml.gif") 0 0 no-repeat;
		}
		
.rollover a:hover { 
		background-position: 0 0px;
		background: url("images/enterhtml_on.gif") 0 0 no-repeat;
		}
		
.rollover2 a {
		display:block;
		width: 160px;
		height: 50px;
		margin-top: 5px;
		margin-left: 0px;
		padding: 0px 0px 0px 0px;
		background: url("images/enterflash.gif") 0 0 no-repeat;
		}
		
.rollover2 a:hover { 
		background-position: 0 0px;
		background: url("images/enterflash_on.gif") 0 0 no-repeat;
		}