body {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #d0c582;
	margin: 0px; padding: 0px;
	text-align: center;
	}

#container {
	width: 720px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	}
	
#topSection {
	float: left;
	width: 720px;
	height: 124px;
	margin: 0;
	background: url(../images/topbar.jpg) repeat-y center;
}
	
#Navbar {
	float: left;
	width: 710px;
	height: 18px;
	padding: 5px;
	color: #ffffff;
	border-bottom: solid 1px #ffffff;
	background-color: #a72a2d;
	text-align: center;
}

/* @group My Group */

/* @end */

#middleSection {
	float: left;
	width: 720px;
	background-color: #eae2b5;
}

#LeftSection {
	float: left;
	background-color: #eae2b5;
	width: 300px;
	font-size: 12px;
	padding-left: 70px;
	text-align: justify;
}

#RightSection {
	float: right;
	border-left: dashed 1px #ffffff;
	width: 300px;
	background-color: #eae2b5;
	min-height: 280px;
	text-align: center;
}
	
#copyrightSection {
	font:9px Georgia, Times New Roman, Times, serif;
	color: #333333;
	float: left;
	width: 720px;
	min-height: 41px;
	text-align: center;
	background:url(../images/bottom.gif) no-repeat;
}
	
#navigation a {
	font:12px  Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
	
#navigation a:hover {
	color:#ffffff;
	text-decoration: underline;
}
	
.navText {
	font:12px Georgia, Times New Roman, Times, serif;
	color: #333333;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}

A:link {text-decoration: none; color: #a72a2d;}
A:visited {text-decoration: none; color: #a72a2d;}
A:active {text-decoration: none; color: #a72a2d;}
A:hover {text-decoration: underline; color: #a72a2d;}

.pagetitles {
	font: bold 14px Verdana;
	color: 000000;
}

.guestbookdate {
	font:bold 12px Verdana;
	color: 000000;
	text-align: left;
}
.guestbookcomment {
	font: italic 11px Verdana;
	color: 666666;
	text-align: left;
}
