body {
	background-color: #F5F5F5;
}
body,td,th {
	font-family: Lucidia Grande, Verdana, sans-serif, Arial;
	color: #222;
}
.content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.navBar {
	background-image: url(../images/navbar_img.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 55px;
	width: 600px;
	position: relative;
	margin-left: 350px;
	margin-top: -87px;
	padding-top: 25px;
	margin-bottom: 60px;
}
.navTable {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: center;
}

.navTable td{
	color: #999;
	text-shadow: #000 0px 1px 1px;
	
}
.navTable td:hover {
	color: #FFF;
	cursor: pointer;
	cursor:hand;
}
.page_header {
	background-color: #1D1D1D;
	height: 50px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	color: #999;
	font-size: 40px;
	text-shadow: #000 0px 1px 3px;
	padding-left: 10px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-topleft:15px;
}
.page_Content {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:8px;
}
