body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	color: #333333;
}
p {
	margin:5px;
	padding:3px;
}
.container{
	width:900px;
	overflow:hidden;
	margin:auto;
}
.header{
	width:100%;
	height:60px;
	float:left;
}
.navigation{
	width:100%;
	height:25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #537ea2;
	text-align: right;
	float:left;
	font-size: 1em;
	margin-top: 3px;

}
.column_left{
	width:190px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float:left;
	border: none;
}
.column_left h1{
	font-size: 1.5em;
	font-weight: bold;
	color: #999999;
	text-align: left;
	margin: 5px;
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #537ea2;

}
.column_left img{
	margin-bottom: 5px;


}
.content_left{
	width:700px;
	background-color: #537ea2;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float:left;
}
.content_left h1{
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px;
	padding: 5px;


}
.content_left h2{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px;
	padding: 5px;


}
.content_left p{
	color: #FFFFFF;
}
.content_left_img{
	width:700px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;

}
.content_centre{
	width:500px;
	float:left;
}
.content_centre h1{
	background-color: #537ea2;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin: 5px;
	padding: 5px;
}
.content_centre h2{
	font-size: 1.5em;
	color: #537ea2;
	text-align: left;
	margin: 5px;
	padding: 5px;
}
.content_centre h3{
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	text-align: left;
	margin: 5px;
	padding: 5px;
}
.column_right{
	width:190px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	float:right;
	border: none;
}
.column_right h1{
	font-size: 1.5em;
	font-weight: bold;
	color: #999999;
	text-align: left;
	margin: 5px;
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #537ea2;

}
.column_right img{
	margin-bottom:5px;
}
.footer{
	width:100%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #537ea2;
	float:left;
}
.credits{
	width:900px;
	margin:auto;
}
.nav{
	float:left;
}
.copyright{
	float:right;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #537ea2;
	text-decoration: underline overline;
}
a:visited {
	color: #537ea2;
	text-decoration: none;
}
img {
	border: none;
}
.foot {
	text-align: center;
	float: left;
	width: 425px;



}
