/* Vertical centering */

/* end hide */
body {
	min-height: 715px;/* for good browsers*/
}
#vc-container {
	height: 715px;
}
#body-wrap {
	height: 715px;
}

/* Vertical centering */


#body-wrap {
	background: url(../images/bg_common.gif) repeat-x;
}

#main-content {
	width: 939px;
	height: 518px;
	margin-top: 30px;
	margin-left: 33px;
	background: url(../images/sitemap_corner.png) no-repeat bottom right;
}

#main-content b {
	font-size: inherit;
}

.header {
	width: inherit;
	height: 34px;
	background: url(../images/bg_header.png) no-repeat;
	padding: 13px 0px 0px 16px;
	font-size: 16px;
}

.header b {
	font-size: 16px;
}

#content-container {
	width: inherit;
	height: 372px;
	margin-top: 40px;
}

.section {
	width: 126px;
	height: 372px;
	float: left;
	background: url(../images/sitemap_separator.gif) no-repeat top left;
	padding: 0px 15px 0px 15px;
}

.section .title, .section .title b {
	font-size: 13px;
}

#content-container .first {
	background: none;
}

#content-container a {
	text-decoration: none;
}

ul.disc li {
	list-style-type: disc;
}

ul.circle li {
	list-style-type: circle;
	margin-top: 10px;
}

