/* Global
------------------------------------------------------------------*/
html, body, div, h1, h2, h3{
	margin:0;
	padding:0;
}
#bodyHome{
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#333;
	background-color : #000;
}
#contentWrapper{
	position:relative;
	width:808px;
	height:650px;
	margin:10px auto;
/*	background:transparent url(../pix/content_bg.jpg) repeat-y 0 0; */
}

/* Header
------------------------------------------------------------------*/
	#flashHolder{
		position:relative;
		display:block;
		width:800px;
		height:600px;
		top:0;
		left:0;
		border:4px solid #333;
/*		background:transparent url(../pix/flash_back_temp.jpg) no-repeat 0 0; */
	}


/* Footer
------------------------------------------------------------------*/
#footerLast{
	position:relative;
	width:808px;
	padding:10px 0px 0px 0px;
	background:#000;
}
	#copyrightInfo {
		font-size:1em;
		width:400px;
		float:left;
		text-align:left;
		color:#666;
		padding:4px 0px 10px 0px;
		background:transparent;
	}
	#copyrightInfo a{
		color:#FFCC00;
		text-decoration:none;
	}
	#copyrightInfo a:hover{
		color:#fff;
	}
	#copyrightInfo .separator2{
		color:#fff;
	}
	
	/* Liquid Media link */
	#liquidMedia, #liquidLink{
		display:block;
		height:16px;
		width:182px;
	}
	#liquidMedia{
		float:right;
		right:0px;
		top:3px;
		position:relative;
		background:transparent url(../pix/liquid_logo.gif) no-repeat 0 0;
	}
	#liquidLink{
		font-size:1px;
		line-height:1px;
		text-indent:-9000px;
		overflow:hidden;
		text-decoration:none;
		outline:none;
	}


