/* CSS layout for Charles Andresen*/
/* General */
body {
	margin: 0px;
	padding: 0px;
	color: #222;
	background-color:#ccc;
	font: 9px Verdana, Geneva, sans-serif;
}
#header {
	background-color:#ddd;
	padding-bottom: 15px;
	padding-top: 10px;
	}
img {
	border: 0;
}
img .right {
	float: right;
	margin-top: -10px;
	}
img .left {
	float: left;
	}
h1 {
	margin-top: 0;
	border-bottom: 1px solid #222;
	padding: 5px 0 20px;
}
h2 {
	margin: 0px 50px;
	padding: 50px 0px;
	background-color: #fff;
	border-bottom: 1px solid #222;
	}
h3 {
	padding-top: 0px;
	}
h4 {
	color: #222;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 0px;
	font-style:italic;
	}
h5 {
	color: #444;
	background-color: #eee;
	text-align: left;
	border: 1px solid #222;
	border-bottom: none;
	font-size: 1.7em;
	padding: 5px 10px 0px;
	margin: 20px 50px 0px;
	}
h6 {
	color: #666;
	background-color: #eee;
	text-align: left;
	border: 1px solid #222;
	border-top: none;
	font-size: 1.2em;
	font-style:italic;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px 50px;

	}
/* End General */
#container{
	width: 800px;
	background-color: #fff;
	border: 1px solid #222;
	margin: 10px auto;
	text-align: center;
	}
/* Navigation */
#navTabs {
	border-bottom: 3px solid #222;
	background-color:#ddd;
	}
#navTabs ul {
	margin: 0px 0px 7px;
	padding: 0px;
}
#navTabs  li {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	list-style: none;
	margin: 0px 10px;
	padding: 0;
}
#navTabs  a.active {
	background: #333;
	border: 1px solid #fff;
	border-bottom: none;
	padding: 7px 25px;
	color: #fff;
	}	
#navTabs a {
	text-decoration: none;
	background:#666;
	border: 1px solid #000;
	padding: 7px 25px;
	color: #fff;
	}
#navTabs a:hover {
	background-color: #ccc;
	color: #000;
}
#arrowRight {
	float: right;
	margin: -40px 80px;
	}
#arrowRight a:link, #arrowRight a:visited{
	color: #222;
	display: block;
	background: url(../assets/ArrowRight.png) no-repeat right bottom;
	height: 18px;
	width: 130px;
	font-size: 15px;
	font-weight: bold;
	list-style: none;
	text-decoration: none;
	}
#arrowRight a:hover, #arrowRight a:active{
	color: #ddd;
	background-position:right top;
	border: none;
	}
#arrowLeft {
	float: left;
	margin: -40px 80px 0px;
	}
#arrowLeft a:link, #arrowLeft a:visited{
	color: #123;
	display: block;
	background: url(../assets/ArrowLeft.png) no-repeat left bottom;
	height: 18px;
	width: 130px;
	font-size: 15px;
	font-weight: bold;
	list-style: none;
	text-decoration: none;
	}
#arrowLeft a:hover, #arrowLeft a:active{
	color: #123;
	background-position:left top;
	border: none;
	}
/* End Navigation */
#content {
	background-color: #fff;
	}
#content h1 {
	font-size: 30px;
	font-weight: bold;
	padding: 15px;
	border-bottom: 1px solid #222;
	}
#content h2{
	font-size: 25px;
	font-weight: bold;
	padding: 15px 0px;
	}
#content a:link, #content a:visited{
	color: #aaa;
	text-decoration: none;
}
#content a:hover, #content a:active{
	color: #333;
	text-decoration: none;
}
	
#text {
	text-align: left;
	font-size: 11px;
	background:#fff;
	color: #666;
	margin: 0px;
	padding: 40px;
	}
#text p {
	padding: 0;
	margin: 5px;
	line-height: 1.7em;
	}
#text h2 {
	font-size: 14px;
	padding: 7px 0 5px;
	margin-left: 0px;
	color: #666;
	}	
#text img.left {
	float: left;
	margin: 0 15px 20px 0;
	clear: both;
	}
#text table {
	color: #666;
	font-size: 11px;
	}
#indexFooter {
	text-align: center;
	padding: 5px;
	text-size: 10px;
	color: #000;
	border-top: 3px solid #222;
	clear: both;
	}
#indexFooter a {
	text-decoration: none;
	color: #888;
	}
#indexFooter a:hover {
	color: #000;
	}
#footer {
	text-align: center;
	padding: 5px 0px;
	margin: 5px 50px;
	text-size: 10px;
	color: #000;
	border-top: 1px solid #222;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #888;
	}
#footer a:hover {
	color: #000;
	}