@charset "utf-8";
/* CSS Document */

body{
	text-align:center;
	background-color:#ccccff;
	}
	
ol, ul{
	font-size:18px;
	}

li{
	margin-bottom:18px;
}

h1{
	text-align:center;
}
	
#main_wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

#nav{
	width:22%;
	float:left;
}

#content{
	width:78%;
	float:left;
	top:0px;
}

#header_inner{
	padding:1em 2em;
}

#nav_inner{
	padding:1em .8em;
	border-right:3px solid #833;
}

#content_inner{
	padding:0 1em 1em 1.5em;
}