body
{
	background-color: #000000;
	color: #e9e9e9;
	font-family: verdana, arial, sans-serif;
	font-size: small;
}

h2
{
	font-size: 1.15em;
	font-weight: bold;
	color: #00a651;
}

a
{
	text-decoration: none;
	color: rgb(0, 166, 81);
}

a:hover
{
	color: rgb(60, 226, 141);
}

#wrapper
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	width: 750px;
	height: 530px;
	background-image: url(../images/mirkwoodLogoLarge.jpg);
	background-repeat: none;
	margin-left: auto;
	margin-right: auto;
}

#contactInfo
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#contactInfo:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

#contactInfo .left
{
	float: left;
	width: 500px;
}

#contactInfo .right
{
	float: right;
	width: 250px;
	text-align: right;
}

#contactInfo .left h2
{
	padding: 2px 30px 2px 2px;
	background-image: url(../images/headingGradientLeft.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: rgb(0, 166, 81);
	color: #ffffff;
}

#contactInfo .right h2
{
	padding: 2px 2px 2px 30px;
	background-image: url(../images/headingGradientRight.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: rgb(0, 166, 81);
	color: #ffffff;
}

#contactInfo .right ul
{
	text-align: left;
	list-style-image: url(../images/bulletPoint.jpg);
	list-style-type: square;
}

#contactInfo .right li
{
	border-right: 5px solid #00a651;
	border-bottom: 1px dotted #00a651;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

.contactItem
{
	clear: both;
	text-align: left;
}

.contactItem span
{
	float: left;
	display: block;
	width: 120px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-left: 5px solid #00a651;
	border-bottom: 1px dotted #00a651;
	color: #00a651;
	font-weight: bold;
	text-align: right;
}

#footer
{
	clear: both;
	text-align: center;
}