@charset "utf-8";
#wrapper {
	width: 920px;
	background-color: #151f46;
	margin-right: auto;
	margin-left: auto;
}

.header {
	float:left;
}

.header h1 {
	float:left;
	display: none;
	overflow: hidden;
	z-index: -3000px;
}

.content_wrapper {
	width: 920px;
	background-color: #151f46;
	float:left;
}

.content {
	width: 695px;
	background-color: #151f46;
	float:right;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-right:solid 35px #151F46;
	border-left:solid 35px #151F46;
	border-bottom:solid 35px #151F46;
}

.title {
	float:right;
	width:495px;

}

.image {
	float:left;
	border:solid 1px #fff;
	margin:35px 35px 0px 0px;
}

.copy {
	color:#FFFFFF;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding-top:25px;
	text-align:justify;
	width:495px;
}

.nav {
	width: 154px;
	float:left;
	background-color: #151f46;
	border-right:dashed 1px #00AEEF;
}

.nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.nav li a{
	line-height: 63px;
	display: block;
	text-indent: 20px;
	height: 63px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border-bottom:dashed 1px #00AEEF;
}

.nav li a:hover {
	background-color:#00AEEF;
}
