body{
	background-color: #37005B;
	font-family: Helvetica, Arial, Times, sans-serif;
	font-size: 13px;
	color: #FFF;
}

#wrapper{
	width: 900px;
	height: 80%;
	margin: 0 auto;
	margin-bottom: 40px;
}

#navigation{
	text-align: right;
	padding-right: 5px;
}

#content{
	text-align: justify;
	padding: 0px 20px 20px 20px;
	border-left: 1px solid #FFFFFF;
}

#meta{
	text-align: right;
	font-size: 10px;
	padding-right: 5px;
}

.headerimg{
	border: 1px solid #FFFFFF;
	margin: 5px 0px 10px 0px;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#currentpage{
	color: #FF005B;
	font-weight: bold;
}

a:active{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #FF005B;
	text-decoration: underline;
}

h1{
	font-size: 18px;
}

.divider{
	color: #FF005B;
	text-align: center;
}