@charset "utf-8";
/* CSS Document */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	border-top: 10px #4E8951 solid;
	font-family: Arial, Helvetica, sans-serif;
	}
a {
	color: #4E8951;
	font-weight: bold;
	text-decoration: none;
	}
	a:hover {
		color: #99CC00;
		}
#header {
	margin: 0pt auto;
	margin-top: 20px;
	width: 800px;
	height:109px;
	}
	#branding {
		background: url(images/pelray_logo.png);
		width: 236px;
		height: 109px;
		float: left;
		}
		#branding h1 {
			margin-left: -3000px;
			}
	#nav {
		padding-top: 85px;
		text-align: right;
		font-size: 20px;
		}
#promotional-small {
	margin: 0pt auto;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	background: #4E8951;
	color:#FFFFFF;
	width: 720px;
	}
	#promotional-small h1 {
		font-size: 30px;
		}
	#promotional-small h2 {
		font-size: 28px;
		line-height: 30px;
		text-align: right;
		float: right;
		}
#promotional-large {
	margin: 0pt auto;
	margin-top: 20px;
	width: 800px;
	}
	#promotional-large img {
		padding: 5px;
		border: #CCCCCC 1px solid;
		}
	#promotional-large h1 {
		font-size: 10px;
		}
#main {
	margin: 0pt auto;
	margin-top: 20px;
	width: 800px;
	}
	#main h1 {
	font-size: 24px;
		}
	#main h2 {
		margin-top: 20px;
		padding: 5px;
		color: #FFFFFF;
		width:100%;
		background: #4E8951;
		}
	#main p {
		margin-bottom: 20px;
		}
		#main table tr {
			border-bottom: 1px #000000 solid;
			}
	#feature {
		background: #FFFFCC;
		border: #999999 1px solid;
		font-size: 34px;
		padding: 20px;
		height: 158px;
		}
		#feature p {
			padding-top: 25px;
			}
		#feature img {
			float: right;
			vertical-align: middle;
			}
#bio {
	margin: 0pt auto;
	width: 400px;
	border: #CCCCCC solid 1px;
	padding: 10px;
	margin-bottom: 10px;
	float: right;
	}
	#bio h3 {
		font-size:16px;
		font-weight: bold;
		}
	#bio p {
		margin-top: 10px;
		}
#footer {
	margin-top: 20px;
	background: #4E8951;
	}
	#footer p {
		margin: 0pt auto;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #FFFFFF;
		width: 800px;
		}
