* {
	margin:0;
	padding:0; }

body {
	background:#F3F3F3; }
	
#outer-wrap {
	width:1030px;
	height:2903px;
	background:#fff;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto; }
	

#wrap {
	width:990px;
	height:2900px;
	margin-left:auto;
	margin-right:auto;  }	
	

.main {
	position: relative;
	float:left;
	width:790px;
	height:2900px;
	margin-bottom: 40px;
	z-index: 8888; }

.introcontainer {
	width: 386px;
	height:470px;
	float: left;
	margin-left: 20px;
	padding-top: 12px;
	padding-bottom:8px;
	border-right: 1px  #EEE; }

.introcontainer .maincontent {
	font-family:Georgia,Times New Roman,Times,serif;
	margin-left:0px;
	margin-right:20px;
	font-size:17px;
	line-height: 34px;
	font-style: ;
	color:#666; }

img {
	padding: 10px 30px 30px 28px;
	float: right;
	height:450px;
	width:324px; }
	
.title {
	clear: both;
	font-family:'ChivoBlack';
	font-size:18px;
	color: #666;
	padding-top:28px;
	margin-bottom:12px;
	margin-left:20px;
	margin-right:30px;
	height:30px;
	border-bottom: 1px solid #333; }

.maincontent {
	margin-left:20px;
	padding-left:12px;
	margin-right:42px;
	font-family:'ChivoRegular';
	line-height:30px;
	font-size:16px;
	color:#555;
	border-left: 4px solid #EEE;   }

.maincontent-comments {
	margin-left:30px;
	padding-left:12px;
	margin-right:42px;
	font-family:'ChivoRegular';
	font-size:16px;
	line-height:18px;
	color:#555;
	border-left: 4px solid #EEE; }

.nav-container {
	float:right;
	width: 190px;
	padding-bottom:6px;
	padding-top:26px;
	list-style:none;
	border-left: 1px solid #EEE; }

nav {
	height:2900px;
	width: 210px; }

.quicklinklist {
	list-style:none; }

.quicklinklist P {
	height: 26px;
	padding-left: 12px;
	margin-bottom:5px;
	padding-top: 5px;
	font-family:'ChivoBlack';
	font-size:18px;
	color: #666;
	border-bottom: 1px solid #eee; }

a {
	font-family:'ChivoRegular';
	font-size:15px;
	color:#999;
	text-decoration: none;
	text-shadow: 0 1px 0 white; }

a:hover {
	color:#000; }

.quicklinklist a li {
	position: relative;
	height: 20px;
	margin-left: 12px;
	padding: 9px 0 4px 2px; } 


#toTop {
	width:190px;
    background:#fff;
    padding:10px;
    position:fixed;
	bottom:0px; 
    cursor:pointer;
    display:none;
    font-family:'ChivoBlack';
	font-size:17px;
	color:#666;
	border-top: 1px solid #eee; }

#toTop:hover {
	color:#444; }
	