/** Pete Murray - content page **/

body {
	background-color: #005C71; /* main blue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.25;
	color: #E0C052; /* font colour - light gold */
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container {
	width: 770px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
/*	border: 1px solid #CCCCCC; /* for design purposes */
}
#container p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#container a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main_content {
	margin-right: 130px;
	border: 1px solid #338699; /* secondary blue */
	background-color: #005C71; /* main blue */
	padding: 10px;
}
#main_content h1 {
	color: #D1C394; /* light brown */
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 100%;
}
#main_content h2 {
	color: #D1C394; /* light brown */
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: normal;
}
#main_content p {
	color: #A0E1EE; /* font colour - light blue */
	margin-top: 0px;
	margin-bottom: 10px;
}
#main_content a:link, #main_content a:visited {
	color: #E0C052; /* light gold */
	text-decoration: none;
	font-weight: bold;
}
#main_content a:hover, #main_content a:active {
	color: #E0C052; /* light gold */
	text-decoration: none;
	font-weight: bold;
	background-color: #338699; /* secondary blue */
}
#main_content table {
	border-collapse: collapse;
	border: 1px solid #D1C394;
}
#navigation ul {
	padding-left: 0px;
	margin-left: 0px;
}
#navigation li {
	padding-left: 0px;
	margin-left: 0px;
	display: inline;
}
#navigation a:link, #navigation a:visited {
	color: #E0C052; /* light gold */
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover, #navigation a:active {
	color: #E0C052; /* light gold */
	text-decoration: none;
	font-weight: bold;
	background-color: #338699; /* secondary blue */
}

#footer a:link, #footer a:visited {
	color: #E0C052; /* light gold */
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover, #footer a:active {
	color: #E0C052; /* light gold */
	text-decoration: none;
	font-weight: bold;
	background-color: #338699; /* secondary blue */
}
