/* header */
#set_header {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
}
#set_header #header {
	width: 600px;
	height: 94px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#set_header #content_1 {
	text-align: left;
}


/* navigation */
#flash_navigation {
	margin-top: 10px;
}

#footer {
	position: absolute;
	top: 556px; /* gets repositioned with JS */
	left: 50%;
	width: 814px;
	height: 19px;
	margin: 0px;
	margin-left: -408px;
	background-image: url(../images/body_footer.gif);
}

/* misc */
#yak {
	margin: 36px auto 16px;
	background-image: url(../images/yak.png);
	width: 163px;
	height: 156px;
}

#blue_top {
	background-image: url(../images/body_blue.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#blue_bottom {
	background-image: url(../images/body_blue.gif);
	background-repeat: repeat-y;
	height: 30px;
}

#seal {
	cursor: pointer;
	float: right;
	margin-top: -15px;
	margin-right: 32px;
	/*background-image: url(../images/seal.png);*/
	width: 138px;
	height: 138px;
}