@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color: #2a332b;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

/* headings */

h1 {
	font-size:2.5em;
	color:#d5d8d5;
}

h2 {
	font-size:1.5em;
	color:#d5d8d5;
	}

h3 {font-size:1.2em;
	color:#d5d8d5;
}
.no_bg_repeat {
	background-repeat: no-repeat;
	background-color: #2a332b;
	background-position: center top;
	background-image: url(images/column_4.gif);


}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
}
a:link {
	color: #879650;
	text-decoration: none;
}

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

a:hover {
	color: #C37831;
	text-decoration: none;
}

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

