body {
	background: #ffffff;	
	margin: 0;
	padding: 0;
	text-align: center;
}

div, td, tr { font-family: lucida grande, arial; }

#facebook { position: absolute; margin: 62px 0 0 530px; width: 300px; }

#wrapper {
	width: 750px;
	margin: 20px auto 20px auto;
	text-align: left;
}

#nav {
	background: url(/assets/gfx/nav.gif) no-repeat top center;
	text-align: center;
	padding: 19px 0 0 0;
	height: 61px;
}

#nav a { font-size: 15px; color: #ffffff; text-decoration: none; }
#nav a:hover { text-decoration: underline; font-weight: bold; }

#nav a.on { color: #ffffff; font-size: 15px; font-weight: bold; }

#gal {
	float: right;
	width: 320px;
	margin: 15px 30px 0 0;
	text-align: right;
}

#gal .caption { 
	font-size: 11px; 
	padding: 10px 0 0 0; 
	position: absolute; 
	text-align: right; 
	color: #ffffff; 
	text-shadow: #323232 1px 1px 2px;
	font-weight: bold; 
	width: 300px;
}

#logo {
	width: 356px;
	text-align: center;
	margin: 10px 0 10px 0;
}

#tagline {
	font-family: georgia;
	width: 320px;
	background: #b80000;
	padding: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #000000;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	line-height: 150%;
	margin: 10px 0 0 0;
}

#tagline .inner { padding: 5px; }

#content {
	clear: both;
	margin: 15px;
	padding: 25px;
	line-height: 140%;
	border: 0;
	background: #fafafa; 
	border: 1px solid #cccccc;
}

#content h1 { font-size: 28px; font-weight: bold; color: #121212; }
#content h2 { font-size: 22px; font-weight: bold; }
#content h3 { font-size: 18px; font-weight: normal; color: #b80000; }
#content h4 { font-size: 15px; font-weight: normal; }
#content h5 { font-size: 13px; font-weight: normal; }

#content p { font-size: 14px; font-weight: normal; }

#foot {
	background: #c00002;
	border-top: 2px #000000 solid;
}

#foot .inner {
	padding: 30px;
	color: #ffffff;
	margin: 0;
}

.why {
	
}

.why h3 { color: #b80000; font-size: 25px; font-weight: bold; padding: 0; margin: 0; }
.why h4 { color: #343434; padding: 0; margin: 0; }

fieldset { border: 1px solid #cccccc; padding: 10px; margin: 10px; }
fieldset legend { font-size: 10px; color: #676767; }
fieldset h1,fieldset h2,fieldset h3,fieldset h4 { margin: 0 0 5px 0; }
fieldset h3 div { margin-top: 10px; }
