@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
	* { 
		font-family:arial, verdana, helvetica, sans-serif;
		font-size:11px;
		line-height:18px;
	}
	html {
		height:100%;
		width:100%;
	}
	body {
	color:#000;
	background-color:#ffff;
	font-size:0.8em;
	line-height:1.4em;
	margin:0;
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
	
	}
	a {
		color:#000;
	}
	
	
#container {
	margin: 0;
	witdh:100%;
	
	}

	#topnav {
	width:980px;
	height:156px;
	margin: 0 auto;
	clear:both;
	
	}
	
	#bot {
	width:980px;
	height:123px;
	margin: 0 auto;
	margin-top: -50px;
	clear:both;
	
	}
	
	#flow {
	margin-top: 0px;
	}