body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #DEDEDE;
	}

.bg {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	overflow: hidden;
	}

.menu {
	width: 256px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	position: fixed;
	left: 32px;
	top: 0px;
	z-index: 20;
	overflow: hidden;
	background-image: url(../images/mainback.png);
	}

.name {
	margin-left: 36px;
	margin-top: 30px;
	margin-bottom: 10px;
	border: 0px;
	}

.menu-p {
	margin-left: 36px;
	margin-top: 22px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	letter-spacing: .05em;
	line-height: 140%;
	}

.seeall {
	color: #02457A;
	font-style: italic;
	}

.section {
	width: 650px;
	position: absolute;
	left: 320px;
	margin-top: 0px;
	background-image: url(../images/mainback.png);
	z-index: 15;
	}

.title 	{
	margin-left: 30px;
	margin-bottom: 30px;
	}

.title2	{
	margin-left: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
	border: 0px;
	}

.blurb	{
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 590px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	letter-spacing: .05em;
	line-height: 140%;
	}

h2 	{
	margin-left: 30px;
	margin-bottom: 20px;
	font-family: Georgia, serif;
	font-size: 18px;
	}

hr	{
	width: 590px;
	margin: 30px 0px 30px 30px;
	color: #5a5a5a;
      	background-color: #5a5a5a;
	}

.first 	{
	margin-left: 30px;
	margin-bottom: 10px;
	border: none;
	}

.next	{
	margin-left: 6px;
	margin-bottom: 10px;
	border: none;
	}

.all	{
	float: right;
	padding-right: 30px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	letter-spacing: .05em;
	color: #02457A;
	font-style: italic;
	}

a:link {color: #000000; text-decoration: none; border: none;}
a:visited {color: #000000; text-decoration: none; border: none;}
a:hover {color: #FFFFFF; text-decoration: none; border: none;}
a:active {color: #000000; text-decoration: none; border: none;}