body {	
	margin:0px; 
	padding:0px; 
	font: .9em "Lucida Grande", helvetica, ariel, sans-serif;
	text-align:center; 
	background-image: url(images/creelmanback.jpg)
}

p, h2 {
	margin:0;
	padding:0;
	}

a img, a object {
border: none;
}

* {
	margin:0; 
	padding:0;
}
/* borders and padding */
div#mainwrap {
	width:774px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top: 2em; 
	padding: 0 6px 0 6px;
	text-align:left;
	border:2px solid #333;
	/*background-color:white;*/
	background-image: url(images/innerback.gif);
}

div#header {
	width:772px; 
	background-color:#FFF; 
	text-align:left;  
	margin:0 0 2em 0;
	border-bottom: 2px solid #999;
	background-color: #FFF;
	padding: 6px 0 0 0;
	position: relative;
}

div#contentarea {
	width:774px; 
	/*background-color:#FFF;*/ 
}

div#footer {
	width:774px; 
	background-color: white; 
	text-align:center; 
	padding-top:6px;
	padding-bottom:6px;
}

/* top graphic position */
img#rightdec {
	position: absolute;
	top: 8px;
	left: 622px;
	border: 0;
}

/* column position */
div#column1 {
	width:170px; 
	/*background-color:#FFF;*/ 
	float:left;
}

div#column2 {
	width:450px; 
	/*background-color:#FFF;*/ 
	float:left;
	margin-bottom: 20px;
}

div#column3 {
	width:150px; 
	float:left;
}
/* navigator button styling */	
#column1 li {
	list-style-type:none;
	color: white;
	font-family: "Lucida Grande", helvetica, ariel, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-align: left;
	display: block;
	line-height: 2em;
	border: 1px solid #666;
	background-color: white;
	text-decoration: none;
	margin-bottom: 2px;
	width: 140px;
	text-indent: 5px;
}
	
#column1 li a:link {
	color: #B21C29; 
	text-decoration: none; 
	background-color: white; 
	display: block; 
}

#column1 li a:visited {
	color: #B21C29; 
	text-decoration: none; 
	background-color: white; 
	display: block; 
}
	
#column1 li a:hover {
	color: white; 
	text-decoration: none; 
	background-color: #B21C29; 
	display: block; 
}

#column1 li a:active {
	color: black; 
	text-decoration: none; 
	background-color: #666; 
	display: block; 
}

#column3 a:link, #column3 a:visited {
	color: #CCF; 
	text-decoration: underline; 
	display: block; 
}
	
#column3 a:hover, #column3 a:active {
	color: #EEF; 
	text-decoration: underline; 
	display: block; 
}

/* misc content text and margin styles */
div#column2 p {
	margin-top:1em;
	margin-right: 1.5em;
}

div#column3 p {
	margin: 0px 10px 8px 10px;
	font-size: .9em;
	color: #FFF;
}

/* text styles */
#footer p {
	color: #666;
	font-family: "Lucida Grande", helvetica, ariel, sans-serif;
	font-size: .8em;
	text-align: center;
}

#footer a {
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}

h1 {color: black;
	font-family: "Lucida Grande", helvetica, ariel, sans-serif;
	text-align: left;
	font-size: 1.3em;
	margin-bottom: 1em;
}

h2 {color: black;
	font-family: "Lucida Grande", helvetica, ariel, sans-serif;
	text-align: left;
	font-size: 1em;
	margin-top: .8em;
	margin-bottom: 0;
}

div#column2 li {margin: 8px 30px;
}
.citation {
	text-align: right;
	font-style: italic;
}

div#sam p {
	text-align: center;
	font-size: .9em;
	color: #FFF;
	}
div#sam {
	text-align: center;
	margin-top: 5em;
	}
div#creel {
	text-align: center;
	}
	
div#dunce {
	text-align: center;
	margin-bottom: 3em;
	}	

div#form {
	text-align: center;
	padding-top: 20px;
	width:400px;
		}



/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
