/* CSS Document */
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 0;
		color: #000;
		background:#700000;
		background-image: url(../images/gradient.png);
		background-attachment: fixed;
		background-repeat: repeat-x;			
		}
	
	#frame {
		width:755px;
		margin:0px auto;
		padding:0px;
		background:#e61f26;
		}
		
	#content {
		margin:10px 10px 10px 10px;
		padding:0px;
		}

	#footer {
		border-top: 2px solid #9E9699;
		background:#000;
		padding:10px 0px 5px 0px;
		font-size:10px;
		color:#BDB9BA;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;		
		}
		
	#footer a {
		color:#666;
		text-decoration:none;
		}

	#footer a:hover {
		text-decoration:underline;
		}

	h1{font-size:16px;}
	h2{font-size:14px;}
	h3{font-size:12px;}
	h4{font-size:12px;}
		
	label {
		font-weight: bold;
		}	
	
	.small {
		font-size:10px;
		}

	.error {
		color: #000;
		}

	.textSmall{	
		font-size: 9px;  
		color: #000;  
		font-family: Verdana, Helvetica, sans-serif;
		}

	a.link {  
		color: #f60;
	  	text-decoration: none;
	  	font-weight: bold;
	 	 }
	a.link:visited { color: #f60;}
	a.link:hover { color: #f60; }
		
	
	.greybg {
		background-color: #DCDCDC;
		padding: 6px;
		border: 1px;
		border-color: #C0C0C0;
		border-style: solid;		
	}		

	#movie-container {
		height:500px;
		width:400px;
		background:#000;
	}
	
	#intro-flv {
		width:400px;
		text-align: center;
		padding-top:130px;
	}
	
	#gallery-flv {
		height:500px;
		width:400px;
		display:none;
	}	