@charset "utf-8";
#all {
	height: auto;
	width: 1252px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 15px;
	padding-bottom: 20px;
}
/* CSS Document */
#sidebarWrap {
	height: auto;
	width: 432px;
	float: right;
	position: relative;
	box-shadow: none;
}

#nv {
	width: 427px;
	height: auto;
	position: absolute;
	float: left;
}

#nv.fixed {
    position: fixed;
    top: 0;
}
#main {
	width: 815px;
	height: auto;
	float: left;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #eeeeee;
}

#footer {
	clear: both;
	height: auto;
	width: 1252px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	height: auto;
	width: 1252px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
}
