body {
	background:#FFFFFF url(images/bg.gif) top center repeat-y;
	color:#000000;
	font-size: 14px;
	font-family: Tahoma, Arial, sans-serif, Verdana;
	margin:0;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}
a:hover { color: #FFFFFF; }

h1 
{
	padding: 12px 0 5px 12px;
	margin: 0 0 0 230px;
	font-size: 14px;
}

#page {
	margin:0 auto;
	text-align:left;
	width:782px;
}

#top {
	width: 782px;
	height: 39px;
	background:url(images/topbar.gif);
}

/* Content */
#content {
	color: #000000;
	margin:0 auto;
	padding: 6px 11px 6px 11px;
	width:760px;
}

.boxbg {
	background-color: #B1CDFF;
}

.box {
	background-image: url(images/box.gif);
	width: 760px;
	height: 33px;
}

.box h2 {
	padding: 4px 0 0 10px;
	margin: 0;
	font-size: 18px;
}

.postend {
	background-image: url(images/postend.gif);
	width: 760px;
	height: 14px;
}