@charset "utf-8";
/* CSS Document */

body {
	font: 100% Futura, Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
#container {
	width: 58em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#mainContent {
margin: 0 auto;	
}

#logo {
margin: 2em 0em 1.8em 0em;
}

#nav {
margin-left:-1.6em;
margin-bottom:2em;
}

#nav li{
display:inline;
list-style:none;
height:1em;
margin:.2em;
font-size: 24px;
}

a {
color:#33CCCC;
}

#nav li:hover{
border-bottom:#33CCCC 3px solid;
}

#nav a {
	font-family: Futura, Helvetica, Arial, sans-serif;
	color: #000000;
}
#nav a:link {
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
}
#nav a:active {
	text-decoration: none;
}

img {
border:none;
}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	background:url(../img/thumb_bg.png) no-repeat center center;
	border: none;
}
#main_view {
	float: left;
	padding: 9px 0;
	margin-left: -10px;
}


#footer {width:100%; margin 0 auto; float: right; font-size:.8em; padding: 3em 0 2em 0;}