/* CSS Document */
body {
 	background-image:url(../images/gradient_blue_background.png);
  	background-repeat: repeat-x;
	background-color:#014471;
	text-align: center;
	margin: 10px 0;
	padding: 0;

}
#page_wrapper {
  	width: 780px;
  	text-align: left;
	margin: 0 auto;
	background-color:#FFFFFF;
	border:3px outset #cccccc;
	min-height: 700px;
}
#menu ul {
	margin: -25px 0 0 20px;
	padding: 0;
}
#menu li {
	list-style: none;
	display: inline;
	margin-right: 30px;
}
#menu li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	height:20px;
}
#contentwrapper {
	margin: 20px 0 0 0;
}
#right {
	box-sizing: border-box;
	margin-right: 10px;
	width: 540px;
}
#left {
	float: left;
	width:200px;
	border: none;
}
#page_footer {
  	height: 60px;
	width: 780px;
  	background: #000;
  	clear: both;
	text-align: center;
	padding-top: 10px;
}

#page_footer ul li {
  	margin-right: 20px;
  	list-style: none;
  	color: #fff;
	display: inline;
}
#page_footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
  	color: #fff;
	text-decoration: none;
}
#page_footer a:hover {
	text-decoration: underline;
}


