body,
html {
	margin:0;
	padding:0;
	color:#000;
}
body {
	min-width:598px;
	background-color: #77abd5;
}
#wrap {
	background:#afd5ef;
	margin:0 auto;
	width:598px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #002a5c;
}
#header {
	width: 598px;
	background: #fff;
}
#nav {
	height: 20px;
	text-align: left;
}
#menuL {
	float: left;
	width: 106px;
	margin-left: 0px;
	margin-top: 16px;
	margin-bottom: 16px;
	text-align: left;
	padding-left: 14px;
}
#content {
	background: #CADDEC;
	float: right;
	width: 441px;
	margin-bottom: 16px;
	margin-right: 10px;
	margin-top: 16px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #002a5c;
}
#content2 {
	width: 387px;
	padding-left: 39px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#copy {
	background:#fff;
	height: 79px;
	clear: both;
	text-align: left;
	background-image: url(images/imageFtr.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#copyLeft {
	float: left;
	height: 79px;
}
#copyRight {
	padding-top: 22px;
	float: right;
	width: 447px;
}
