@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family:verdana, arial, helvetica, sans-serif;
		font-size:100.01%;
	}
	html {
		height:100%;
		width:100%;
	}
	body {
		color:#fff;
		background-color:#ffffff;
		font-size:0.8em;
		line-height:1.4em;
		padding:1em 0;
		margin:0;
		
	}
	a {
		color:#6699cc;
		text-decoration:none;
	}
	h1 {
		font-size:2.2em;
		text-align:center;
		margin:0.4em 0 1.3em 0;
	}	
	

	#header 
	{
		position:relative;
		text-align:left;
		width:1001px;
		height:67px;
		top:4px;
		left:0px;
		color:#ff0000;
		margin:0px auto;
	}	


#footer_container 
{
	width					: 1001px;
	margin					: 0px auto;
	border					: 0;
	font-size				: 12px;

	}




	#footer_left 
	{
		position:relative;
		text-align:left;
		width:330px;
		height:67px;
		top:87px;
		left:0px;
		color:#7a2626;
		
		margin-right:23px;
	}

	#footer_right 
	{
		position:relative;
		text-align:left;
		width:640px;
		height:67px;
		top:20px;
		left:0px;
		color:#666666;
		float:right
	}


}