#page_wrapper {
	background-image: url(../img/styles/1.jpg);
	background-repeat: repeat-y;
}

#header {
	background-color: #660033;
}

#main_content h1, #main_content h2, #main_content h3, #main_content h4, #main_content h5, #main_content h6 {
	color: #660033;
}

strong, b {
	color: #660033;
	font-weight: bold;
}

hr {
	border-bottom: 1px solid #660033;
}

#main_content a {
	text-decoration: none;
	color: #cc0066;
}

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