html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #676767;
}
#container {
	width: 100%;
	min-height: 100%;
	overflow: auto;
}
#nav {
	position: fixed;
	width: 150px;
	padding: 0 0 0 40px;
}
#nav_old {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	width: 150px;
	padding: 0 0 0 40px;
	overflow: hidden;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style-type: none;
}
#content {
	position: absolute;
	top: 100px;
	left: 220px;
	overflow: auto;
}
#content {
	position: fixed;
	top: 0;
	left: 220px;
	right: 0;
	bottom: 0;
	overflow: auto;
	padding-top: 100px;
}
#logo {
	height: 84px;
}
.titleInfo {
	display: block;
	width: 100px;
	line-height: 1.5em;
	padding: 20px 0 20px 0;
	margin: 0 0 20px 0;
	color: #333;
	border-bottom: 1px dotted #676767;
}
.folderImg {
	width: 20px;
	height: 16px;
	height: ;
	float: left;
	background-image: url(../../../icons/white/fldr.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
}
.pages {
	display: block;
	width: 100px;
	line-height: 1.5em;
	border-top: 1px dotted #676767;
	margin: 40px 0 0 0;
	padding: 20px 0 0 0;
}
h1 {
	padding: 0 0 20px 14px;
	margin: 0;
	font-weight: normal;
	font-size: 1.5em;
}
h2 {
	font-size: 1em;
	margin: 0;
	padding: 20px 0 0 0;
	color: #333333;
}
h3 {
	font-size: 1em;
	margin: 0;
	color: #333;
}
a.nav, a.selected {
	color: #676767;
	text-decoration: none;
	line-height: 1.5em;
}
a.nav:hover, a.selected:hover {
	text-decoration: underline;
}
a, a.selected {
	color: #b70200;
	text-decoration: none;
}
a:hover, a.selected:hover {
	text-decoration: underline;
}
.wrap0, .wrap1, .wrap2, .wrap3 {
	display: inline-table;
	/* \*/display: block;/**/
}
.wrap0 {
	float: left;
	background: url(../../../icons/css/shadow.gif) right bottom no-repeat;
}
.wrap1 {
	background: url(../../../icons/css/shadow180.gif) no-repeat;
}
.wrap2 {
	background: url(../../../icons/css/corner_bl.gif) -18px 100% no-repeat;
}
.wrap3 {
	padding: 10px 14px 14px 10px;
	background: url(../../../icons/css/corner_tr.gif) 100% -18px no-repeat;
}
.shadowImage {
	height: 150px;
	float: left;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.dropshadow img {
	padding: 1px;
	border: 2px solid white;
}