BODY {
	margin:0px;
	background-color:#ffb6c1;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	overflow: hidden;
}

#maintable {
	background-color:#ffb6c1;
	background-image:url(../images/background.png);
	background-position:top;
	background-repeat:repeat-y;
}

#contentdiv {
	width: 730px;
	background-color:#ffffff;
	background-image:url('/images/content.jpg');
	background-repeat:no-repeat;
	height:370px;
	text-align:left;
	color:#643849;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow: auto;
}

A {
	color:#643849;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

A:hover {
	color:#643849;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

TD {
	color:#643849;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.gbName {
	font-size: 12px;
}

.gbEntrydate {
	font-size: 12px;
}

.gbMessage {
	font-size: 12px;
}

