@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	padding:0;
}
html {
	overflow-y:scroll;
}
body {
	background-color: #DFDDDB;
}
p {
	font-family: "DeliciousRoman", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888A8A;
	line-height: 16px;
	padding-bottom: 10px;
}
p.currentpg  {
	font-family: "DeliciousRoman", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	color: #DFDDDB;
	float: left;
	display: block;
	height: 22px;
	width: 194px;
	background-color: #888A8A;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
h1 {
	font-size:14px;
	font-family: "DeliciousBold", Arial, Helvetica, sans-serif;
	color: #888A8A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-transform: uppercase;
}
#address {
	width: 360px;
	position: relative;
	float: left;
	background-image: url(../images/myname.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 290px;
}
#wrapper {
	margin:0 auto;
	width:850px;
	min-height:100%;
}
#innerwrap {/*Needed for IE6 styles only*/
}
#inner {
	width:850px;
	height: 100%;
	display: table-cell;
	margin-top: 0;
	margin-bottom: 0;
}
#btm {
}
#header {
	width:100%;
	height:94px;
	position:fixed;
	top:0;
	left:0;
	z-index:5;
	background-color: #DFDDDB;
}
#innerhead {
	width:850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 90px;
}
#topwrap {
	width: 850px;
	position: relative;
	background-color: #DFDDDB;
	padding-top: 25px;
}
#nav {
	float: left;
	width: 200px;
}
#nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	color: #888A8A;
	float: left;
	display: block;
	height: 22px;
	width: 194px;
	background-color: #D1D3D1;
	padding-left: 6px;
}
#nav  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	color: #888A8A;
	float: left;
	display: block;
	height: 22px;
	width: 194px;
	background-color: #D1D3D1;
	padding-left: 6px;
	background-image: url(../images/nav-hover-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav  a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	color: #888A8A;
	float: left;
	display: block;
	height: 22px;
	width: 194px;
	background-color: #D1D3D1;
	padding-left: 6px;
}
#nav   a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	color: #888A8A;
	float: left;
	display: block;
	height: 22px;
	width: 194px;
	background-color: #D1D3D1;
	padding-left: 6px;
}
#btm-spacer {
	height: 25px;
	background-color: #DAE6E8;
	width: 850px;
	display: block;
}
#about {
	padding-left: 25px;
	width: 175px;
	float: right;
}
#about img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#info-wrap {
	background-color: #FFFFFF;
	float: left;
	height: 395px;
	margin-bottom: 25px;
	padding: 25px;
}
#btm-info-wrap {
	background-color: #FFFFFF;
	float: left;
	height: 395px;
	padding-bottom: 25px;
}
.spacer {
	height:94px
}
