@charset "utf-8";
/* CSS Document */
body {
	background: #292929;
	margin: 0;
  	padding: 0 0 15px 0;
  	font-family: trebuchet ms, arial, helvetica, sans-serif;
}
#header {
	height: 121px;
}
.banner {
	float: left;
}
#navigation {
	float: right;
	margin-bottom: -3em;
	margin-top: -2.7em;
	padding-right: 30px;
}
#navigation a, #navigation a:hover, #navigation a:active {
	border: none;
}
#navigation img {
	border: none;
	padding-left: 5px;
	padding-right: 5px;
}
#wrapper {
	background: #ffffff;
	border: #4e5647 solid 4px;
	width: 875px;
	height: auto;
	min-height: 679px;
	margin: 0 auto;
	margin-top: 5%;
	margin-bottom: 3%;
}
#greenborder {
	border-right: #16385c 16px solid;
	border-top: #16385c 16px solid;
	border-bottom: none;
	border-left: none;
	height: auto;
	min-height: 556px;
}
#greyborder {
	border-right: #4e5647 16px solid;
	border-top: #4e5647 16px solid;
	border-bottom: none;
	border-left: none;
	height: auto;
	min-height: 556px;
}
#content {
	padding: 20px;
}
