@charset "utf-8";

@import url(reset.css);

/* these style the jello mold */
body {
	padding: 0 376px 0 376px;
	margin: 0;
	text-align: center;
	background: #f4d40c;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #fff;
}
		
#sizer {
	margin: 0 auto;
	padding: 0;
	width: 46%;
	max-width: 248px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: white;
	margin: 0 -376px 0 -376px;
	min-width: 752px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { 
	height: 0; 
}
/* */

/* helps IE get the child percentages right. */
#wrapper { 
	width: 100%;
	background: #fff;
	text-align: left;
	padding: 1em;
	margin: 1em 0;
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* end jello mold */



/* styles the header */
#header {
	width: 100%;
	text-align: center;
	background-color: #e14e26;
	padding: 1.5em 0;
}
/* single column layout */
#singlecol {
	font-size: .9em;
	margin: 1em 0;
}

#colL {
	float: left;
}

#colL img {
	padding: 0 2.5em 1.5em 0;
}

#colR {
	margin-left: 415px;
	background-color: #b7d432;
	padding: 1em;
}
/* end singlecol */

/* globals */
.clear {
	clear: both;
}

p {
	line-height: 1.6em;
	font-weight: bold;
}

p.first {
	margin-top: 0;
}

h1 {
	font-size: 1.8em;
	color: #fff;
}

h2 {
	font-size: 1.2em;
	color: #fff;
	margin-top: .75em;
}

h3 {
	font-size: 1.1em;
	color: #fff;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}