html, body { height: 100%; }
body {
	margin: 0px;
	padding: 0px;
	background-color: #ebe9db;
}

#page { height: 101%; }

#rightGradient {
	background-color: #ebe9db;
	background-image: url(images/edge_r.gif);
}

#leftGradient {
	background-color: #ebe9db;
	background-image: url(images/edge_l.gif);
}

#contentBox {
	padding: 149px 42px 42px 22px;
}

#bodyWrapper {
	background-repeat: repeat-x;
	background-color: #fcf8f5;
}

#bodyWrapper p {
	font-family: helvetica, arial, sans-serif;
	font-size: .70em;
	line-height: 1.5em;
	color: #78786b;
	margin: 0px;
}

#bodyWrapper p:first-line {
	margin-left: 7em;
}

#bodyWrapper h1 {
	font-family: "minion pro", georgia, "times new roman", serif;
	font-size: 1.20em;
	line-height: 1.20 em;
	color: #78786b;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#navbar {
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	background-color: white;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	padding-top: 152px;
	width: 172px;
}

#navbar a {
	font-family: helvetica, arial, sansserif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	line-height: 1.6em;
	color: #7c7d6d;
	padding-left: 29px;
}

.logo_padding {
	padding-bottom: 40px;
	clear: both;
	
}

a {
	text-decoration:  none;
	color: #78786b;
}

a:visited, a:active {
color: #534932;
}

a:hover {
	text-decoration:  underline;
}

