/*---------------global---------------*/
body { 
    font: 12px Arial, sans-serif;
    line-height: 1.5em;
    color: #333;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

h1 {
	font: italic 18px Georgia, 'Times New Roman', Times, serif;
	color: #481e02;
}

a {
	text-decoration: none;
	color: #e27100;
	border: 0px;
}

img {
	border: 0px;
}


/*---------------end global---------------*/


/*---------------bare neccessities---------------*/

#blurb_home, #blurb_sec {
	font: 20px Georgia, 'Times New Roman', Times, serif;
	margin: 30px 0 20px 0;
	color: #481e02;
}

#header {
	border: 1px solid white;
	background: #FFF;
}

#header a {
	font-size: 30px;
	padding: 60px 0 0 1px;
	color: #c29e7a;
	letter-spacing: .05em;
}

#header img {
	float: right;
}

#container {
	background: #FFF;
	text-align: left;
}

/*---------------end bare neccessities---------------*/


/*---------------excludes---------------*/

#content_news, #sec_nav, .suckertreemenu, .shadow, .footer_right {
	display: none;
}

/*---------------excludes---------------*/


/*---------------page specific---------------*/

.icon {
	float: left;
	margin: 0 20px 30px 0;
	border: 0px;
}

#pullquote {
	font: italic 14px Georgia, 'Times New Roman', Times, serif;
	padding: 15px 30px 15px 30px;
	border-top: 1px solid #bea371;
	border-bottom: 1px solid #bea371;
	line-height: 1.7em;
	color: #481e02;
}

/*---------------page specific---------------*/