@charset "UTF-8";
/* CSS Document */
body{
	margin:0; padding: 0;
	background:#ccCCCc;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#FFF;
}
.small-text{
	font-size:10px;
	font-style: italic;
}
a:link{
	color:#32496c;
}
a:hover{
	color:#666;
}

#main {
	margin:0 auto;
	width:100%;
	height:auto;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}

#container{
	margin:0 auto; padding: 0 auto;
    width:1060px;
	height: auto;
	background-image:url(images/layout-bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#header{
	margin:0 auto;
	width:824px;
	height:45px;
	background-image:url(images/header-bg.jpg);
	background:no-repeat;
}
h1{
	font-size:14px;
	text-align:center;
}

#banner{
	margin:0 auto;
	width:824px;
	height:147px;
	background-color:#FFF;
}
/*/Bottom Nav/*/
.bottom-nav{
	margin:0 auto;
	width:824px;
	height:38px;
	background-image: url(images/bottom-nav-bg.gif);
	background-repeat: repeat-x;
	font-size:14px;
}

.bottom-nav a{
	display:block;
	margin:0 10px 0 10px;
	height:27px;
	color:#6d6d6d;
	display:inline;
	padding-top:10px;
	padding: 10px 5px 0 5px;
	text-align:center;
	text-decoration:none;
	float:left;

}

.bottom-nav a:hover{
	color:#FFF;
	background-image:url(images/bottom-nav-bg-rollover.gif);
	text-decoration:none;
}

.bottom-nav a:active{
	color:#FFF;
	background-image:url(images/bottom-nav-bg-rollover.gif);
	text-decoration:none;
}
/*/Bottom Nav/*/

#footer{
	margin:0 auto;
	width:1060px;
	height:193px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}
.footer-text{
	margin:0 auto;
	font-size:10px;
	text-align:center;
}
/* Images */
.img-logo{
	float:left;
	padding:10px;
	border:0;
}
/* Content */
#left-content{
	margin:0 auto;
	width:804px;
	min-height:400px;
	height:auto;
	padding: 5px 10px 5px 10px;
}

.thumbnails{
	border:2px;
	padding:4px;
	cursor:pointer;
	
}
