/* Inner Centre Main CSS Document */

*
{
margin: 0;
padding: 0;
}

body {
	text-align: center;/* centers the wrapper in IE 5.x*/
	color: #000;
	background: #CCCCCC;
	font: 100.01% Arial, Helvetica, sans-serif, "Trebuchet MS";
	}

#horizon {
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#image {
	position: absolute;
	width: 203px;
	top: 52px;
	left: 57px;
}

#wrapper {
	text-align: left;
	border: 1px solid #fff;

	margin-left: -383px;
	position: absolute;
	top: -260px;
	left: 50%;
	width: 766px;
	visibility: visible;
	}

#outercontent {
	margin-left: 1px;
	}

#content {
	color: #333;
	font-size: 90%;
	margin-left: 381px;
	padding: 0 20px 20px 20px;
	width: 345px;
	overflow: auto;
	height: 500px;/*ie will ignore this*/
	}

* html #content {
	height: 500px;/*fix for ie content height*/
	}

#content h1 {
	font-size: 200%;
	margin: 45px 0 10px 5px;
	color: #727272;
	background-color: inherit;
	}

#content h2 {
	font-size: 1.4em;
	margin: 25px 0 10px 5px;
	color: #666;
	background-color: inherit;
	padding-bottom: 3px;
	border-bottom: solid 1px #ccc;
	}

#content h3 {
	font-size: 110%;
	margin: 15px 0 6px 5px;
	color: #666666;
	background-color: inherit;
	line-height: 1.5em;
	}

#content h4 {
	font-size: 100%;
	margin: 15px 0 6px 5px;
	color: #666666;
	background-color: inherit;
	}

.author {
	font-size: 100%;
	margin: 5px 0 25px 0;
	color: #666;
	background-color: inherit;
	}

#content p {
	padding: 5px 5px;
	font-size: 100%;
	line-height: 125%;
	}

#content img {
	margin: 10px 0;
	border: none;
	}

#content strong {
	}

#content ul {
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 150%;
	}

#content ul li {
	margin-top: 3px;
	}

#content ol {
	padding-left: 50px;
	margin-top: 10px;
	margin-bottom: 15px;
	}

#content ol li {
	margin-top: 2px;
	}

#content .right {
	float: right;
	border: 1px solid #4D562E;
	margin: 5px 10px 10px 15px;
	}

#content a:link, #content a:visited {
	color: #333;
	background-color: inherit;
	text-decoration: underline;
	}
	
#content a:hover, #content a:active {
	text-decoration: underline;
	color: #666;
	}

#content .printheader {
	display: none;/*hide the header for the print style sheet*/
	}

#screentitle {
	margin-top: 30px;
	}


/***** Nav layout ******/

#nav {
	position: absolute;
	width: 349px;
	text-align: center;
	line-height: 170%;
	top: 465px;
	left: 17px;
	font-size: 80%;
	}

#nav ul {
	text-align: center;
	margin: 0;
	padding-bottom: 2px;
	}

#nav ul li {
	display: inline;
	margin-left: -4px;
	padding: 5px 6px 5px 6px;
	}

#nav ul li a {
	color: #fff;
	text-decoration: none;
	}

#nav ul li a:hover {
	text-decoration: underline;
	}

/***** Ends the navigation *****/

img .noborder {
	border: none;
	}

#josh {
	position: absolute;
	width: 349px;
	top: 476px;
	left: 405px;
	border-style: none;
	}
	
#josh a:link, #josh a:visited {
	color: #6D4D14;
	background-color: inherit;
	text-decoration: none;
	font-size: 80%;
	}
	
#josh a:hover, #josh a:active {
	text-decoration: underline;
	}

strong {
	font-size: 100%;
	color: #666666;
	background-color: inherit;
	}
#horizon #wrapper #content #noborder {
	border-style: none;
}
