@charset "utf-8";
/* CSS Document */

#header {
	background-image: url(Images/being_of_field_header.jpg);
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Images/right_background.jpg);
}
#navigation {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #61046F;
	text-align: center;
	padding: 5px;
	font-weight: normal;
}
.img_left {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	float: left;
}
.img_right {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	float: right;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #631D73;
	padding-left: 20px;
	padding-right: 10px;
}
a {
	font-weight: bold;
	color: #00F;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center_line {
	text-align: center;
}
body {
	background-color: #000;
}
.link_text {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.bold_text {
	font-weight: bold;
}.italic_text {
	font-style: italic;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	color: #61046F;
	text-align: center;
	padding: 5px;
	font-weight: normal;
}

