@charset "utf-8";
/* CSS Document */

/*---- RESET ---*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
/*---- END RESET ---*/

p{ margin-bottom:30px;}
li{ padding:1px 0;}
h1{color:#a1d90b; font-size:26px; margin-bottom:10px;}
h2{color:#39F; font-size:18px;}


html{height:100%}

body {
	background-color: #92278f;
	margin:0; padding:0; text-align:center; height:100%;
	position:relative;
	height:100%;
}

#page{
	width:1000px;
	min-height:100%;
	margin:0 auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#1d0d7e;
	font-size:16px;
	line-height:22px;
	background-color:#FFF;
	position:relative;
	
}

#container{padding-bottom:92px;}

#content{
	padding:60px;
	width:600px;
	font-size: 16px;
	
}

.largest{font-size:24px;}
.bold{ font-weight:bold;}
.quoteAuthor{color:#F60;}

#hat{
	position:absolute;
	top:5px;;
	right:0px;
	width:435px;
	height:435px;
	z-index:1;
}

#hat p{ padding-right:20px;}

#right_col{
	width:250px;
	margin: 0 auto;
	margin-left:130px;
	padding:10px;
}

#footer{
	background:url(images/footer_bg.gif);
	height:92px;
	width:1000px;
	text-align:center;
	color:#FFF;
	font-size:12px;
	line-height:22px;
	padding-top:55px;
	
	position:absolute;
   bottom:0;

}

#footer a{
	color:#FFF;
	text-decoration:none;
}


.png { behavior: url(iepngfix.htc) }