@charset 'utf-8';

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family: arial, helvetica, sans-serif;
	}
	html {
		height: 100%;
		width: 100%;
	}
	body {
		color: #fff;
		background: url(./images/back.jpg) #6d695d repeat-x;
		font-size: 0.8em;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	a {
		color:#fff;
	}
	h1 {
		font-size: 2.2em;
		text-align: center;
		margin:0.4em 0 1.3em 0;
	}
	#center
	{
		margin:0 auto;
		position:relative;
		width:891px;
	}
	
	#back
	{
		background: url(./images/back2.jpg);
		height: 360px;
		width: 891px;
		position: relative;
		top: -305px;
		z-index: -1;
	}
	
	#header
	{
		z-index:1;
	}
	
	#header_flash
	{
		z-index:2;
		position:absolute;
		top:136px;
		left:16px;
	}
	
	#footer
	{
		height: 15px;
		width: 891px;
		position: relative;
		top: -301px;
		margin-left:15px;
		font-size:11px;
		color:#c2bdbb;
	}
	
	#projects{
		height: 300px;
		width: 850px;
		position: relative;
		top: 0px;
		margin-left:19px;
	}
	
	
}
