
/* General
--------------------------------------------------*/

html, body, span, ul, li, a {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color:#aaa;
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	_font-size: 10px;
	line-height: 1.4em;	
	text-align: center;
}

img {
	border:0;
}

/* Links
--------------------------------------------------*/	

a {
	color: #aaa;
	text-decoration: none;
 	}

a:hover {		
	color: #222;
	text-decoration: none;
	}


/* Layout
--------------------------------------------------*/

#container {
	margin: 20px auto;
	width: 850px;
}

#smallcontainer {
	margin: 20px auto;
	width: 800px;	
	clear: both;
}


#head {
	margin: 0 auto;
	background-image: url(img/head.png);
	background-repeat: no-repeat;
	background-color: #ffffff;	
	width: 850px;
	height: 60px; 
	padding: 10px 0 5px 0;
}


#flashcontent {
	margin: 20px auto;
	background:#fff url(img/shadow.jpg) top right no-repeat;
	padding-right: 23px;
	width: 800px;
	height: 570px;
	clear: both;
}

#flashintro {
	margin: 20px auto;
	background:#fff url(img/shadow.jpg) top right no-repeat;
	padding-right: 23px;
	width: 800px;
	height: 400px;
	clear: both;
	
}

#content {
	text-align: left;
	margin: 5px auto;
	width: 800px;
	padding: 5px 0;
}

#intro {
	margin: 20px 0;
}

#foot {
	color: #ccc;
	clear: both;
	text-align: left;
	font-size: 0.8em;
	width: 800px;
	margin: 0px auto;
}	


h1 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
}

#nav {
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-Serif;
	height: 18px;
	list-style-type: none;
	padding: 0;	
	margin-left: 10px;
	border-bottom: 0 solid #eee;
	text-transform: uppercase;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav LI {
	float: left;
	padding: 1px 0 0 0;
	margin: 0;
}
	
#nav LI A {
	display: block;
	margin: 0 10px;
	background-repeat: no-repeat;
}

hr.clear {
	clear: both;
	visibility: hidden;
}


/* Overview
--------------------------------------------------*/

#main-content {
	text-align: center;
	font-size: 0.8em;
	margin: 5px auto;
	width: 800px;
	padding: 5px 0;
}


#main-content li{
	width: 70px;
	background-color: #fff;
	text-align: center;
	position: relative;
	float: left;
	display: inline;
	margin: 8px;
}

#main-content a span{
/*\*/
	position: absolute;
	left: -9999px;
}

#main-content a:hover span{	
	top: 0;
	left: 0;
	width: 70px;
	background-color: #fff;
	color: #333333;
	padding: 0;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
		opacity: .80;
} 


#main-content img{
	border: 0;
	filter: alpha(opacity=20);
	-moz-opacity: .2;
		opacity: .20;
}

#main-content a:hover img{
	border: 0;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
		opacity: .80;
}
