#wrapper {
	background: #FFFFFF url(../images/bg-content.gif) repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: #085AA4 url(../images/header.gif) no-repeat;
	height: 180px;
	position: relative;
}
#address {
	position: absolute;
	top: 50px;
	right: 40px;
	color: #FFFFFF;
}

#content {
	width: 540px;
	float: left;
	padding-left: 40px;
	padding-top: 10px;
}
#sidebar {
	float: right;
	width: 130px;
	padding-right: 40px;
	padding-top: 10px;
}
#footer {
	background: url(../images/footer.gif) no-repeat;
	height: 20px;
	clear: both;
}
#webmaster {
	font-size: 95%;
	color: #FFFFFF;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.quote {
	font-size: 90%;
}

body {
	font: 14px/140% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
}
h3 {
	font: bold 110% Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 20px;
	padding: 0px;
}
strong {
	color: #085AA4;
}


p {
	margin: 0px 0px 20px;
	padding: 0px;
}
a {
	color: #085AA4;
}

