body {
	background: #000 url('/_common/images/bg.png');
	font-family: Verdana, Georgia, Helvetica, Arial, Times;
	padding: 10px;
	text-align: center;
}

.main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.main #banner {
	width: 750px;
	background: url('/_common/images/banner.png') left center no-repeat;
	border: solid 1px #443b2a;
}

.main #banner #banner_name {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 22pt;
	height: 80px;
}

.main #banner #banner_name #banner_subname {
	font-size: 14pt;
}

#wrap {
	position: relative;
	top: 20px;
	left: 0px;
	height: 470px;
	width: 750px;
	font-family: Verdana, Georgia, Helvetica, Arial, Times;
}

p {
	color: #d7aa71;
	text-align: justify;
	border: solid 1px #443b2a;
	padding: 10px;
	background: url('/common/images/blackbg.png');
	font-size: 0.9em;
	font-weight: bold;
}

#footer p {
	text-align: center;
	margin-bottom: 10px;
}

.meetings {
	font-weight: normal;
	font-size: 105%;
	color: #F00;
}

a {
	color: #d7aa71;
}

#wrap a {
	position: absolute;
	color: #d7aa71;
	font-size: 1.1em;
	border: solid 1px #443b2a;
	background: url('/common/images/blackbg.png');
	padding: 6px;
	padding-top: 4px;
	text-decoration: none;
}

#wrap a:hover {
	color: #d7aa71;
	background: #443b2a;
	border: solid 1px #d7aa71;
}

a .regnoi {
	background: #FFFF00;
	padding: 3px;
	color: #000;
	font-family: sans-serif;
	font-size: 80%;
}