@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:#99cc00;
		background-image:url('bg.jpg');
		font-size:0.8em;
		line-height:1.4em;
		padding:1em 0;
		margin:0;
	}
	a {
		color:#fff;
	}
	h1 {
		font-size:2.2em;
		text-align:center;
		margin:0em 0 0em 0;
	}
		img
{  border-style: none;
}
#header {
   padding:0px;
   padding-left: 10px;
		background-image:url('bgheader.jpg');
	position: fixed;
	top:0px;
	height: 75px;
	width: 100%;
	z-index:100;

	
}
#nav {
   padding:0px;
   padding-left: 570px;
   margin-top: -33px;

	
}
#main {
   padding-top:60px;
   padding-left: 10px;
	position: relative;
	z-index:80;

	
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
a:link {	color: #bod6db;	text-decoration: none;}a:visited {	text-decoration: none;	color: #b0d6db;}a:hover {	text-decoration: none;	color: #ffcc00;}a:active {	text-decoration: none;	color: #b0d6db;}

}