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

* {
	padding: 0px;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
/*Everything! (I just like having comments, they make me feel organized)*/

li {
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom: solid 1px;
	border-color: #CCCCCC;
	}

body {
	width: 780px;
	float: left;
	margin-top: 35px;
	margin-left: 35px;
	font-family: Georgia;
	font-size: 10px;
	line-height: 13px;
	color: #CCC;
	text-align: left;
	}
	
body a:hover {
	border-bottom: 1px solid #CCC;
}
	
#menu {
	width: 150px;
	float: left;
	position: fixed;
	}
	
#menu a:link {
	color: #CCC;
	text-decoration: none;
	}
	
#menu a:visited {
	color: #CCC;
	text-decoration: none;
	}
	
#menu a:active {
	color: #CCC;
	text-decoration: none;
	}
	
.menu_sections {
	width: 150px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px;
	border-color: #CCC;
	}
	
#content {
	width: 600px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px;
	border-color: #CCC;
	padding-bottom: 100px;
	}
	
#content a:link {
	border-bottom: 1px solid #CCC;
	color: #CCC;
	text-decoration: none;
	}
	
#content a:visited {
	border-bottom: 1px solid #CCC;
	color: #CCC;;
	text-decoration: none;
	}
	
#content a:active {
	border-bottom: 1px solid #CCC;
	color: #CCC;
	text-decoration: none;
	}
	
.title {
	width: 150px;
	float: left;
	padding-bottom: 5px;
	text-align: right;
	}
	
.description {
	width: 440px;
	float: right;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px;
	border-color: #CCC;
	}