body {
	margin: 0;
	background-image: url('/images/background.jpg');
	background-repeat: repeat-x;
	background-color: #b8dedf;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	text-align: center;
}
img {
	border-width: 0px;
}
form {
	margin: 0;
}
p.header {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}
#enlargement {
	visibility: hidden;
	position: absolute;
	text-align: center;
}
#enlargement img {
	margin: auto;
	border: 12px solid #ffffff;
	margin-left: 150px;
}

#wrapper {
	width: 1000px;
	margin: auto;
	text-align: left;
}
#left {
	float: left;
}
#right {
	float: right;
	text-align: right;
}
#chalkboard {
	width: 292px;
	height: 419px;
	background-image: url('/images/chalkboard.gif');
	background-repeat: no-repeat;
	margin-top: 9px;
	overflow: hidden;
}
#chalkboard div {
	margin-bottom: 7px;
	overflow: hidden;
}
.drawable div {
	width: 0;
}

#content_wrapper {
	position: relative;
	left: -90px;
	top: 2px;
	width: 661px;
	background-repeat: repeat-y;
	text-align: left;
	line-height: 20px;
}
#content_inner {
	width: 661px;
	min-height: 430px;
	background-repeat: no-repeat;
}
/* for Internet Explorer */
/*\*/
* html #content_inner {
	height: 430px;
}
/**/

#content_innermost {
	width: 588px;
	padding: 20px 0 0 38px;
}

/* @group E-Mail Signup */

#subscribe {
	width: 231px;
	height: 98px;
	background-image: url('/images/subscribe_bg.gif');
	background-repeat: no-repeat;
	margin: 10px 0 0 10px;
}
#subscribe_inner {
	padding: 20px 0 0 30px;
	color: white;
}
#subscribe_inner a {
	color: white;
	text-decoration: none;
}
#subscribe_title {
	font-weight: bold;
	font-size: 12px;
}
#subscribe_field {
	font-size: 11px;
	font-weight: bold;
}
#subscribe_field input {
	color: #187b7f;
	font-size: 11px;
	margin: 0;
	width: 150px;
}
#subscribe_note {
	font-size: 8px;
	margin-top: 3px;
}

/* @end */

#logo {
	margin: 25px 0 0 35px;
}

/* @group Home Page */

#home_card {
	position: relative;
	left: -100px;
}

#footer {
	margin-left: 150px;
	width: 900px;
	clear: both;
}

/* @end */
