@charset "utf-8";
body {
	background-color: #F9F9F9;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 12px;
	margin-top:0px;
	margin-bottom:0px;
}
#header {
	height: 99px;
	width: 900px;
	background-color:#FFF;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border: 1px solid #CCCCCC;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header-bg.png);
	background-repeat:repeat-x;
	background-color:#F0F8FC;
}
#nav {
	position:relative;
	height: 30px;
	width: 900px;
	border: none;
	margin-left:auto;
	margin-right:auto;
}
#nav_table{
	border:none;
	width:806px;
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
}
#content {
	position:relative;
	width: 900px;
	min-height:500px;
	background-color:#FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #CCCCCC;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:22px;
}
#footer {
	height: 30px;
	width: 900px;
	border: none;
	margin-left:auto;
	margin-right:auto;
	color:#7F7F7F;
	font-size:10px;
}
#footer_table1 {
	border:none;
	width:810px;
	margin-left:auto;
	margin-right:auto;
}
