/** Kellen Interactive Base CSS Document **/

* { margin:0; padding:0; border:0; } /* forces all spacing to be set manually */

html { font-size: 62.5%; font-family: Verdana, Helvetica, Arial, Sans;
	   background: #ffffff;} /* Allow for easy use of em sizing */

body { padding: 3em; }

h1{
	font-size: 1.8em; 
	font-weight: normal;
	color: #000; 
	margin: 1em 0 1em 0;
	font-family: Georgia, "Times New Roman", Times, Serif; 
}

h2{
	font-size: 1.6em;
	font-weight: normal;
	color: #000; 
	margin: 1em 0 1em 0;
	font-family: Georgia, "Times New Roman", Times, Serif; 
}

h3{
	font-size: 1.5em;
	margin: 1em 0 1em 0; 
	font-family: Georgia, "Times New Roman", Times, Serif; 
}

p{
	font-size: 1.2em; 
	line-height: 1.8em;
	margin: 0.8em 0;
}

blockquote{ margin: 0.5em 0 0.5em 3em; font-weight: bold; }

a{ color: #9c5c1a; }

a:hover{ text-decoration: none; }

a:visited{}

a:active{}

/** structure **/

#wrapper{ }
#header{ margin-left: -12px; }
#subheader{ display: none;}
#content{ padding-top: 10px; }
#sidebar{ display: none;}
#main{  }
/* stupid ie6 fix */
#footer{ margin-top: 3em;}
	#footer p{
		font-size: 1.0em;
		color: #666666;
		line-height: 1.0em;
	}
	
	#footer ul{ list-style: none; height: 4em;}
	#footer ul li{ float: left; line-height: 1.2em; height: 1.2em;}
	#footer ul li.dot{ height: 8px; width: 6px; padding: 0 0.4em; background: url("../images/footer_dot.gif") center center no-repeat; }
#fakeclear{ height: 20px; }

/** navigation **/

ul#nav { 
	display: none;
}


/** list styles **/

#main ul{ margin-left: 0; }
#main ul li{ 
	line-height: 1.5em; 
	margin: 0.5em 0; 
	font-size: 1.2em;
}

/** utility styles **/

.gray{ color: #999999; }

p.column{
	width: 300px;
	float: left;
	height: 80px;
}

p.leftcolumn{
	float: left;
	width: 300px;
}

p.rightcolumn{
	margin-left: 300px;
	text-align: right;
}

p.prfoot{
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #f8db9a;
	color: #888888;
}

img.nestedPhoto{
	float: right;
	margin: 1em 0 0 1em;
	border: 1px solid #666;
}
