*
{
	padding: 0;
	margin: 0;
}

a
{
	outline: none;
}

/* MISC ************/

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: url(../images/top_bg.gif) repeat-x top #f9fafa;
}

.clear
{
	clear: both;
}

a img
{
	border: 0;
}

img 
{
	vertical-align:bottom
} 

/* TEXT ********/

#logo h1 a
{
	display: block;
	width: 139px;
	height: 130px;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat top;
}

#blurb h2
{
	display: block;
	width: 747px;
	height: 130px;
	//text-indent: -9999px;
	background: url(../images/blurb.jpg) no-repeat top;
	color: #ef4036;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 1.35em;
	padding: 10px 0 0 0;
}

#about h3
{
	display: block;
	width: 440px;
	text-indent: -9999px;
	background: url(../images/about_bg.gif) top no-repeat;
	height: 20px;
}

#about p
{
	font-size: 0.8em;
	color: #787878;
	padding-top: 5px;
	line-height: 145%;
}

/* LISTS *******/

#nav li
{
	list-style: none;
	line-height: .6em;
}

/* LAYOUT *******/

#container
{
	width: 900px;
	margin: 28px auto 0 auto;
}

#logo
{
	float: left;
	width: 139px;
	height: 130px;
}

#blurb
{
	float: right;
	width: 747px;
	height: 130px;
}

#content
{
	display: block;
	background: url(../images/content_bg.gif) repeat-y left;
	margin: 10px 0;
}

#nav
{
	float: left;
	width: 139px;
}

#text
{
	float: right;
	width: 747px;
}

#footer
{
	display: block;
	background: url(../images/footer_bg.gif) no-repeat top;
	padding-top: 15px;
}

#footer_logo
{
	float: left;
	width: 139px;
	height: 21px;	
	background: url(../images/footer_logo.gif) no-repeat top;
	margin-right: 14px;
}

#about
{
	width: 440px;
	float: left;
}

/* LiNKS *********/



