html {
	text-align: center;
}


body {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	position: relative;
	text-align: left;
	width: 700px;
	margin: 0 auto;
	z-index: 1;
}

#branding, #nav {
	width: 100%;
}

#branding {
	position: relative;
	height: 140px;
}

#branding img {
	position: absolute;
	height: 150px;
	right: 30px;
	z-index: 10;
	top: 5px;
	width: 210px;
}

#branding object {
	position: absolute;
	height: 145px;
	left: 0px;
	z-index: 10;
	top: 0px;
	width: 450px;
}

#nav {
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 145px;
	padding: 0px;
	margin: 0px;
	z-index: 2;
	display: block;
	height: 62px;
	width: 700px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

ul#nav_main {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 28px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


ul#nav_sub {
	height: 28px;
	position: absolute;
	left: 0px;
	top: 30px;
	width: 100%;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#content {
	position: absolute;
	width: 100%;
	top: 207px;
}

#content_main {
	padding: 1em;
	width: 60%;
	left: 0px;
	top: 270px;
	position: absolute;
}

#content_sub {
	width: 39%;
	left: 60%;
	top: 0px;
	position: absolute;
	padding: .375em;
	margin: 0px;
}

#main {
	top: 0px;
}
