#container {
	background-color:#fff;
	background: url('ChrisSuperman2.jpg');
	color:#000;
	font-size:100%;
	font-family:'Bitstream Vera Sans', 'Lucida Grande', Verdana, sans-serif;
	margin:0;
	padding:0;
	width: 700px;
	margin: 0 auto;
}
#header {
	font-family:'Bitstream Vera Sans', 'Lucida Grande', Verdana, sans-serif;
	font-size: 3em;
	color: #000;
	text-align: right;
	padding: 5px;
}
.subhead {
	color: #0063dc;
}
.solgan {
	font-size: 16px;
	color: #999999;
}
#contentcontainer {
	/* background-image: url(images/postit.jpg); */
	background-position: center top;
	height: 550px;
	background-repeat: no-repeat;
}
#footer {
	width: 500px;
	border-top: solid 1px #000;
	margin: 0 auto;
	text-align: right;
	padding-top: 5px;
}
#sidebar {
	width: 175px;
	padding-top: 100px;
	padding-left: 20px;
	float: left;
	font-size: 0.8em;
}
h1 {
	font-family:'Bitstream Vera Sans', 'Lucida Grande', Verdana, sans-serif;
	font-size: 1.4em;
	color: #990000;
	border-bottom: solid 1px #000;
}
h2 {
	font-family:'Bitstream Vera Sans', 'Lucida Grande', Verdana, sans-serif;
	font-size: 1.2em;
	color: #990000;
	display: block;
	border-bottom: solid 1px #000;
}

#contentmain {
	width: 800px;
	float: left;
	padding-top: 40px;
	padding-left: 40px;
	font-size: 1.5em;
}
#nav {
	list-style-image: url(images/bullet.gif);
}
#nav a{
	text-decoration: none;
	font-weight: bold; 
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 635px; 
	height: 300px;
	overflow: hidden;
	border:1px solid #cccccc;
	
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:635px;
		height:300px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		background:#ffffff;
		color:#000000;
		}
