#page_container {
	position:relative;
	width:630px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-600px;
	padding-left:270px;
	text-align:center;
	}

h1,h2,h3 {
	visibility:hidden;
}

/* *********************************** */
/*        HEADER-SPECIFIC TAGS         */
/* *********************************** */

#header {
	position: relative;
	width: 900px;
	height: 185px;
	margin-top: 420px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/header/header_bg.gif) bottom left no-repeat;	
	}
	
div#header_bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	bottom: 2px;
	position: absolute;
	height: 27px;
	width: 893px;
	margin-top: 0px;
	padding-top: 6px;
	margin-bottom:100px;
	background: url(../images/header/painteretcher.gif) bottom left no-repeat;	

}

#asterisk {
	position:absolute;
	top:107px;
	left:876px;
	height:30px;
	overflow:hidden;
	width:26px;
	visibility: hidden;
}

#asterisk a {
	height:0px;
	background: url(../images/header/asterisk.gif) top left no-repeat;
	padding:0 0 0 27px;
	white-space:nowrap;
	font-size:x-large;
}

/*
#asterisk a:hover {
	background-position: 0 -26px;
}
*/

#nav_left {
	position: absolute;
	top: 54px;
	left: 620px;
	margin: 0;
	padding: 0;
	height: 96px;
	overflow: hidden;
	width:160px;
	}
	
#nav_right {
	position:absolute;
	top: 54px;
	left: 791px;
	margin: 0;
	padding: 0;
	height: 96px;
	overflow: hidden;
	width:80px;
}

div#nav_left div {
	height:16px;
	overflow:hidden;
	}
	
div#nav_right div {
	height:32px;
	overflow:hidden;
	}

div#nav_left div img, div#nav_right div img {
	border:0px;
	text-decoration:none;
	}	
/* *********************************** */
/*      END HEADER-SPECIFIC TAGS       */
/* *********************************** */


/* *********************************** */
/*     ANNOUNCEMENTS ON FRONT PAGE     */
/* *********************************** */

#announcement {
	margin-left:-200px;
	margin-top:-300px;
	padding:7px;
	width:160px;
	font-style: italic;
}

