BODY {
	font-family: Georgia;
	margin: 0px;
	padding: 0px;
}
a {
	color: #000066;
	font-family: Georgia;
}
a:hover {
	color: #666666;
	font-family: Georgia;
}
#main_table {
	background-image: url(../gui/logo_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #879844;

}
#logo_right {
	background-image: url(../gui/arist.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
.spacer {
	background-image: url(../gui/spacer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 23px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #918b7d;
	border-bottom-color: #918b7d;
	background-color: #a9a291;

}
#left_column {
	width: 223px;
	background-image: url(../gui/leftcol_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #e5dbc0;
	vertical-align: top;
	text-align: center;
}
#center_column {
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: center;
}
#right_column {
	width: 222px;
	background-image: url(../gui/rightcol_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #e5dbc0;
	vertical-align: top;
	text-align: center;
}
#counters {
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#content {
	color: #000000;
	text-align: left;
	padding: 10px;
	font-family: Georgia;
}
#adv_right {
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#adv_center {
	color: #333333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content h1 {
	color: #45501f;
	font-family: Arial;
	margin: 0px;
}
#content a {
	color: #000066;
	font-family: Georgia;
}
#content a:hover {
	color: #666666;
	font-family: Georgia;
}
p.link{
	margin-top: 10px;
	text-align: right;
}
p.link a{
	color: #840c03;
	text-align: right;
	margin: 0px 2px;
	text-decoration: underline;
}
p{
	margin-top: 10px;
}

