@charset "utf-8";
/* CSS Document */

#wrapper {
width: 960px;
margin-left:auto;
margin-right:auto;
}

#header {
width: 960px;
height: 112px;
margin-right:6 px;
margin-left:6 px;
background-color: #9ED0E7;	
}

#nav {
width: 960px;
height: 40px;
margin-right:6 px;
margin-left:6 px;
background-color: #000;
border-radius: 1em;
}

body,tr,td,th {
	color: #000;
	font-family: "Arial Black", Gadget, sans-serif;
}
body {
	background-color: #9ED0E7;
	margin-left: 50px;
	margin-top: 25px;
}
#body_copy {
	position:relative;
	width:930px;
	height:600;
	background-color: #9ED0E7;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 20px;
	border-left: double;
	border-weight: .50px;
	border-color:#FFF;
	border-radius:1em;
	overflow: visible;
	color: #000;

#body_copy ul li strong {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer {
	position:absolute;
	width:940px;
	height:45px;
	background-color: #FFF;
	border-radius: 1em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

