#wrapper {
	width: 960px;
	margin: 20px auto;
}
#logo {
	background: url(../images/logo.gif) no-repeat;
	height: 146px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header {
	background: url(../images/header.jpg) no-repeat 250px 0px;
	height: 200px;
	position: relative;
}

#info {
	width: 200px;
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: right;
	font-size: 120%;
}
#message {
	height: 40px;
	position: absolute;
	left: 340px;
	top: 180px;
	width: 280px;
}


#left {
	float: left;
	width: 460px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#right {
	float: right;
	width: 460px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#webmaster {
	clear: both;
	height: 40px;
	text-align: center;
	font-size: 90%;
}

body {
	font: 14px/140% Georgia, "Times New Roman", Times, serif;
}
h1 {
	font: bold 160% Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	margin: 0px 0px 20px;
	padding: 0px;
}
h2 {
	font: small-caps 120% Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
h3 {
	margin: 0px;
	padding: 0px;
	font: 120% Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0px 0px 20px;
	padding: 0px;
}
a {
	color: #FF0000;
}
strong {
	font-weight: bold;
	color: #FF0000;
}
.contact {
	font: 140% Georgia, "Times New Roman", Times, serif;
}

.alpha {
	list-style: upper-alpha;
}
