/* CSS Document */

#pageBox {
	background-image:url(../images/common/bk_page.gif);
	background-repeat:repeat-y;
	position: absolute;
	left: 50%;
	width: 760px;
	margin-top: 5px;
	margin-left: -380px;
	margin-bottom: 5px;
	clear:both;
}

#header {
	background-image:url(../images/common/bk_page_top.gif);
	background-repeat:no-repeat;
	width: 760px;
	height: 168px;
}

#header #logo {
	position:absolute;
	left: 439px;
	top: 17px;
}

#footer {
	background-image:url(../images/common/bk_page_bottom.gif);
	background-repeat:no-repeat;
	width: 760px;
	height: 55px;
}

#title {
	position: absolute;
	left: 59px;
	top: 121px;
}

#subTitle {
	position: absolute;
	left: 10px;
	top: 148px;
}

#content {
	margin: 10px;
	margin-top: -15px;
}

#navBar {
	position: absolute;
	left: 64px;
	top: 51px;
}

