* {
	margin:0;
	padding:0;
	}

body {
	margin: 0;
	padding: 0;
	font: 12px/15px Futura Medium,  Verdana, Helvetica, Arial;
	color: #000;
}

a {
	font-weight: bold;
}
img {
	border: none;
}

.clear {
	clear: both;
}

p {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
}

#logo {text-align: center; margin: 0px auto; padding-top: 50px;}

#content {
	text-align: left;
	margin: 0px auto;
	width: 600px;	
}
#footer {
	position: relative;  /* Needed for Safari */
	padding: 40px 0px 0 0 ;	
	margin: 0px auto;
	text-align: right;
	width: 600px;
}

#footer2 {
	position: relative;  /* Needed for Safari */
	padding: 60px 0px 0 0 ;	
	margin: 0px auto;
	text-align: right;
	width: 400px;
}

.floatR {float: right; margin: 0px 0px 20px 30px;}
.floatL {float: left; margin: 0px 10px;}

/* Navigation
-------------------------------------------------------------*/
#navcontainer ul {
	text-align: center;
	padding: 10px 0px;
	margin: 0px;
	color: #000000;
	width: 600px;
	font: normal 12px/18px Verdana, Helvetica, Arial;
}

#navcontainer ul li {
	display: inline;
	padding: 5px 0px;
}

#navcontainer ul li a {
	padding: 0px 16px;
	color: #000000;
	text-decoration: none;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
}

#navcontainer ul li a.first {border-left: none; padding: 0px 18px 0 0;}
#navcontainer ul li a.end {border-right: none; padding: 0px 0px 0px 18px;}

#navcontainer ul li a:hover {color: #b5b5b5;}
#navcontainer #active { color: #b5b5b5 }

/* Set List
-------------------------------------------------------------*/
#setcontainer ul {
	text-align: center;
	padding: 10px 0px;
	margin: 0px;
	color: #000000;
	width: 100%;
	font-family: Verdana, Helvetica, Arial;
	line-height: 18px;
}

#setcontainer ul li {
	display: inline;
	padding: 5px 0px;
}

#setcontainer ul li a {
	padding: 0px 15px;
	color: #000000;
	text-decoration: none;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
}

#setcontainer ul li a.first {border-left: none;}
#setcontainer ul li a.end {border-right: none;}
#setcontainer ul li a:hover {color: #b5b5b5;}
#setcontainer #active { color: #b5b5b5; }

/* image scroll:
------------------------------------------------------ */

#blockImages {margin: 20px 0px 0px 0px;}


.scroll {float: left; margin: 20px 0px;}

ol li {
	float: left;
	margin: 0 11px 11px 0;
	width:90px;
	height:70px;	
	display:block;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	position: relative;
	width: 600px; 
	height: 450px;
	overflow: hidden;	
	}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 600px; 
	height: 450px;
	background: #FFFFFF;
	overflow:hidden;
	float:left;	
	}
	
.picture{
	display: block;
	width: 596px; 
	height: 396px;
	background: #cccccc;
	border: 2px solid #000000;
}

.caption {display: block; height: 20px; text-align: center; font-style: italic }


/* FONTS:
------------------------------------------------------ */

h1 {font-size: 16px; line-height: 20px; margin: 3px 0px; padding: 3px 0px; text-transform: uppercase}