/* Reset default browser styles for margins, padding, and fonts */
html * {
	margin: 0;
	padding: 0; }

h1, h2, h3, h4, h5, p, ul, blockquote {
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal; }

body {
	margin: 20px auto 0 auto;
	width: 640px;
	font: 14px 'Lucida Grande', Tahoma, Verdana;
	background: #72A372 url('images/bg-stripe4.png'); }


/* ************** BANNER ************* */

div#banner {
	background: #598059 url('images/hdr-rnd-crnr-top2.png') no-repeat;
	color: #DCE6CF;
	padding-top: 12px;
	margin: 0 0 20px 270px; }

div#banner h1 {
	font: bold 33px/1 Arial;
	padding-left: 25px; }

div#banner p {
	background: url('images/hdr-rnd-crnr-bottom2.png') bottom left no-repeat;
	font: 14px Verdana;
	padding: 0 0 10px 27px; }


/* ************** CONTENT ************* */

div#content {
	float: right;
	width: 370px;
	background: #B1CC8F url('images/content-rounded-bg-top4.png') top left no-repeat; }

div#content p {
	color: #030;
	margin: 0 25px .5em 25px; }

div#content ul.description {
	font-size: .9em;
	color: #030;
	padding: 0 25px 15px 25px; }

div#content ul.description li {
	margin: 0 15px .5em 15px; }

div#content a {
	color: #030;
	font-weight: bold; }


img#signature {
	margin: 0 0 25px 170px; }

ul#nav {
	font: 11px/1 Tahoma;
	display: block;
	margin: 25px 25px 35px 25px;
	list-style: none;
	text-align: center; }

ul#nav li {
	display: inline; }

ul#nav a {
	font-weight: normal;
	color: #365A6A; }

ul#blurbs {
	font-size: .9em;
	padding: 0 25px 15px 25px;
	color: #365A6A;
	background: url('images/content-rounded-bg-bottom.png') bottom left no-repeat;
	overflow: hidden;
	list-style: none; }

ul#blurbs li {
	overflow: hidden;
	clear: right;
	margin: 0 15px .75em 15px; }

ul#blurbs li span {
	display: block;
	float: right; }


/* ************** SIDE BAR ************* */

div#sidebar {
	float: left;
	width: 240px; }

div#sidebar img {
	display: block;
	margin-bottom: 20px; }

div#sidebar p {
	font-size: 11px;
	color: #DCE6CF;
	text-align: right;
	margin-bottom: .5em; }

div#sidebar a {
	color: #DCE6CF;
	text-decoration: none; }

div#sidebar a:hover {
	text-decoration: underline; }
