@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	
}
Body {
	background-color: #3199DD;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;

	}

#wrapper {
	position: relative;
	width:900px;
	margin: 0 auto;
	text-alighn: center;
	background-color: #DBF3F9;
	background-image: url(../images/MainBack.png);
	background-repeat: repeat-x;
	}
#clear {
	clear:both;
	}
#header {
	position: relative;
	width:900px;
	margin: 0 auto;
	text-alighn: left;
	background-color:#fff;
	}
#nav-bar {
	width:900px;
	background-image: url(../images/navbar-bk.jpg);
	background-repeat: repeat-x;
 
}
#nav-bar ul {
	margin:0;
	padding:0;
	position:absolute;
	left:0px;
	bottom:0px;
	width:900px;
	list-style:none;
	background: url(../images/nav-bg.jpg) repeat-x top left;
	}
#nav-bar ul li{
	float: left ;
	}
#nav-bar ul a:link {
	color: #316AC5;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #9C9A9C;
	border-left-color: #9C9A9C;
	display: block;
	vertical-align: middle;
	font-weight: bold;
}
#nav-bar ul a:visited {
	color: #316AC5;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #9C9A9C;
	border-left-color: #9C9A9C;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
#nav-bar ul a:hover {
	color: #FF3300;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #9C9A9C;
	border-left-color: #9C9A9C;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
#nav-bar ul a:active {
	color: #FFFF00;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #9C9A9C;
	border-left-color: #9C9A9C;
	display: inline-block;
	vertical-align: middle;
	background-color: #BDBEBD;
	font-weight: bold;
}
#announce {
	position: absolute;
	margin: 10 auto;
	left: 80px;
	width:350px;
	text-alighn: left;
	height: 356px;
	}
#side-bar {
	position: absolute;
	width:325px;
	left: 500px;
	background-image:url(../images/sidebar-bg2.jpg);
	background-repeat:repeat-y;
	text-alighn: left;
	padding-left: 20px;
	height: 300px;
	}
#general {
	position: absolute;
	margin: 10 auto;
	left: 40px;
	width:850px;
	text-alighn: left;
		}
