			/* WRAP */
#container {
width: 700px;
margin: 0 auto;
padding: 0;
text-align: left;
color: #666;
background: #fff;
}
			/* SIDE CONTENT */
#side {
	width: 120px;
	float: left;
	margin: 0 auto;
	padding: 0 60px;
	background: white;
	color: #999;
}
#side p { 
margin: 1em 0 1em 0; 
}
			/* SIDE NAV */		
#side ul {
	list-style : none;
	margin : 0px 0;
	padding : 0;
}
#side ul li {
display : inline;
padding : 0;
margin : 0;
}
#side ul li a {
display : block;
background : white;
text-decoration : none;
margin : 0;
padding : 5px 0;
border-bottom : 0px solid #aaa;
}
#side ul li a:hover {
	text-decoration : none;
	background : #fff;
	color : black;
} 
				/* MAIN CONTENT */
#content {
	width: 700px;
	margin-left: 260px;
	padding: 0 0px;
}
				/* TYPOGRAPHY */
h1 {
	font-family: Georgia;
	background-color: #fff;
	color: #c2ba18;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 0.7em;
	font-size: 1.1em;
}

h2 {
	font-family: Georgia;
	background-color: #fff;
	color: #eb9d25;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 0.7em;
	font-size: 1.1em;
}

h3 {
	font-family: Georgia;
	background-color: #fff;
	color: #5dbedc;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 0.7em;
	font-size: 1.1em;
}

h4 {
	font-family: Georgia;
	background-color: #fff;
	color: #ACADA7;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 0.7em;
	font-size: 1.1em;
}

h5 {
	font-family: Arial;
	background-color: #fff;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 0.9em;
	font-weight: normal
}

h6 {
	font-family: Arial;
	background-color: #fff;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 0.7em;
}

h7 {
	font-family: Arial;
	background-color: #fff;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 0.7em;
	font-weight: bold
}