body,td,th {
	font-family: "Hoefler Text", Georgia, serif;
	color: #FFF;
}
body {
	background-image: url(../img/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-repeat: repeat;
	background-position: center;
}
/* main wrapper */
#wrapper {
	width: 800px;
	margin: 0 auto;
}

/* masthead */
#masthead-wrapper {
	width: 639px;
	margin: 20px auto;
	position: relative;
	background: #55928c;
}

#masthead-top {
	background: url(../img/masthead_frame_top.jpg) no-repeat;
	height: 15px;
}
#masthead-mid-l {
	background: url(../img/masthead_frame_lt_new.jpg) repeat-y;
}
#masthead-mid-m {
	padding: 10px 30px;
	background: url(../img/masthead_frame_inner.jpg) repeat-y 18px 0px;
	text-align: center;
}
#masthead-mid-m p, #masthead-mid-m h1, #masthead-mid-m h2 {
	margin: 0;
}
#masthead-logo-l {
	background: url(../img/masthead_logo_lt.png);
	height: 72px;
	width: 85px;
	position: absolute;
	top: 25px;
	left: 31px;
}
#masthead-logo-r {
	background: url(../img/masthead_logo_rt.png);
	height: 76px;
	width: 59px;
	position: absolute;
	top: 23px;
	right: 39px;
}
#masthead-mid-r {
	background: url(../img/masthead_frame_rt_new.jpg) repeat-y 100% 0px;
}

#masthead-btm {
	background: url(../img/masthead_frame_btm.jpg);
	height: 17px;
	width: 641px;
}

/* nav */
#nav {
	list-style: none;
	padding: 5px 0;
	margin: 20px 0 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#nav li {
	display: inline;
}
#nav a {
	color: #fff;
	text-decoration: none;
	padding: 0 4px;
}
#nav  a:hover {
      color: #FFFFFF;
      text-decoration: none;
      padding: 13;
      background-color: #000000;
padding-top: 5px;
padding-bottom: 5px;
}
.navsep {
	padding-left: 5px;
}

/* content */
#content-wrapper {
	width: 639px;
	margin: 20px auto 60px;
	position: relative;
}

/* left content */
#content-l-wrapper {
	float: left;
	margin-bottom: 50px;
}
#content-l-l {
	background: url(../img/bigchalk_lt.jpg) repeat-y;
	width: 255px;
	padding-left: 16px;
}
#content-l-r {
	background: url(../img/bigchalk_rt.jpg) repeat-y 100% 0px;
}
#content-l-t {
	background: url(../img/bigchalk_top.jpg) no-repeat;
	padding-top: 17px;
}
#content-l-b {
	background: url(../img/bigchalk_btm.jpg) no-repeat 0px 100%;
	padding-bottom: 16px;
}
#content-l-m {
	background: url(../img/bigchalk_inner.jpg) repeat-y;
	padding: 10px 20px 10px 4px;
	text-align: center;
}
#content-l-m p, #content-l-m h1, #content-l-m h2 {
	margin: 0;
}

/* right content */
#content-r-wrapper {
	float: right;
	margin-bottom: 50px;
}
#content-r-l {
	background: url(../img/bigchalk_rt.jpg) repeat-y;
	width: 255px;
	padding-left: 16px;
}
#content-r-r {
	background: url(../img/bigchalk_lt.jpg) repeat-y 100% 0px;
}
#content-r-t {
	background: url(../img/bigchalk_btm.jpg) no-repeat;
	padding-top: 16px;
}
#content-r-b {
	background: url(../img/bigchalk_top.jpg) no-repeat 0px 100%;
	padding-bottom: 17px;
}
#content-r-m {
	background: url(../img/bigchalk_inner.jpg) repeat-y;
	padding: 10px 21px 10px 4px;
	text-align: center;
}
#content-r-m p, #content-r-m h1, #content-r-m h2 {
	margin: 0;
}

/* footer */
#footer {
	background: #000;
	clear: both;
	margin-top: 30px;
	color: #6bbdb5;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	font-size: 12px;
}
.headers {
	padding: 7px 5px 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px #FFFFFF;
	font-size: 30px;
}
#footer a {
	color: #6bbdb5;
}
/* misc */
.clearfix {
	clear: both;
}
#espresso_star {
	background: url(../img/espresso_star.png);
	height: 160px;
	width: 160px;
	position: absolute;
	top: 20px;
	left: 240px;
}
.size_120 {
	font-size: 120%;
}
.size_150 {
	font-size: 150%;
}
.size_180 {
	font-size: 180%;
}

 /* IE6 PNG hack */
 * html img, * html div {
	behavior: url(css/iepngfix/iepngfix.htc);
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
