*
{
	margin: 0;
	padding: 0;
}

body
{
	background-image: url(scrubby_bg.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}

.spacer
{
	width: 100px;
	height: 1px;
	clear: both;
}

.spacer-big
{
	width: 100px;
	height: 50px;
	clear: both;
}

div#content
{
	width: 780px;
	float: left;
	display: block;
	margin: 20px 0 0 20px;
}

div#logo
{
	background-image: url(logo_maiden.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	width: 250px;
	height: 180px;
	float: left;
	display: block;
}

h1
{
	width: 250px;
	height: 60px;
	float: left;
	text-align: left;
	display: block;
}

h2
{
	width: 250px;
	height: 60px;
	float: left;
	text-align: left;
	display: block;
}

p
{
	text-align: left;
	padding: 0 0 10px 0;
	color: #633;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
}

a
{
	color: #D3ADAD;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	line-height: 160%;
}

a:visited { color: #633; }
a:hover { color: #D3ADAD; }
a:active { color: #D3ADAD; }

.bullet
{
	font-size: 100%;
	color: #633;
	padding: 0 0 0 16px;
	background: url(maiden_bullet.gif) no-repeat 0 2px;
}

h1,h2,p { margin: 0 40px 0 0; }