<style type="text/css"> 

@charset "utf-8";
/* gregGRIND main layout */




body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #464646;
	background-color: #d5d5d5;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1024px;
	height: auto;
	background-image: url(/images/bg.png);
	background-repeat: repeat-y;
	position: relative;
}
#header {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 528px;
}
#header a.headerLink {
	position: absolute;
	height: 80px;
}
#leftNav {
	float: left;
	width: 135px;
	height: auto;
	margin: 0;
	padding: 2px 10px;
	margin-left: 70px;
}
#content {
	float: left;
	width: 512px;
	height: auto;
	margin: 0;
	padding: 2px 20px;
}
#rightNav {
	float: left;
	width: 135px;
	height: auto;
	margin: 0;
	padding: 2px 10px;
}

#footer
{
	width: auto;
	padding: 8px 180px;
	text-align: center;
}












































/* TEXT STYLES */


br {
	line-height:-3px;
}
b {
	color: 33ff00;
	font-weight:bolder;
}
i {
	font-family: arial;
	font-size: 11px;
	color: ff2bf7;
}
u {
	font-weight: normal;
	font-size: 11px;
	font-family: verdana;
	line-height: 100%;
	text-decoration: none;
	color:ffb12b;
	border-bottom: 1px solid ffb12b;
}
h1 {
	font-family: century gothic;
	color: 000;
	font-weight:normal;
	font-size: 20pt;
	text-transform: lowercase;
	letter-spacing: 1px;
	text-align: left;
	border-bottom: 1px dashed #ffb12b;
	line-height:20pt;
	border-left: 2px solid #ff697b;
	margin-bottom:0px;
}
h1:first-letter {
	color: #95ed1b;
	text-transform: capitalize;
}
h2 {
	font-family: terminal;
	font-weight:normal;
	color: 000;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-align: left;
	line-height:8pt;
	border-bottom: 1px dashed #95ed1b;
	margin-bottom:0px;
}
h2:first-letter {
	color: #ff697b;
}
textarea {
	font-family:tahoma;
	font-size: 7pt;
	line-height: 8pt;
	font-weight: normal;
	text-transform:lowercase;
	text-align: left;
	color: 000000;
	width: 150px;
	height: 30px;
	background-color: fff;
	border:1px dotted;
	border-color: e36495;
}
a:link, a:visited, a:active {
	color:#e1b604;
	font-family: arial;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}
a:hover {
	font-family: arial;
	letter-spacing:0px;
	font-size:11px;
	color: #ff2bf7;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
}

</style>
