/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	height: auto;
}
#header {
	color: #999999;
	width: 900px;
	float: left;
	padding: 5px 10px 10px 230px;
	height: 100px;
	margin: 5px 0px;
	letter-spacing: 5pt;
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image:   url("Images/aohtitle.gif");
	background-repeat: no-repeat;
	background-position: 50px 12px;
}
#navigation {
	float: left;
	width: 900px;
	color: #999999;
	padding: 10px 10px 10px 232px;
	margin: 0px;
	font-size: 8pt;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#leftcolumn {
	color: #333;
	border: 1px solid #FFFFFF;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	height: 400px;
	width: 195px;
	float: left;
	text-align: right;
	vertical-align: bottom;
	z-index: 1;
	visibility: visible;
	position: static;
	background-image:   url("Images/aohkanji4.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content {
	float: left;
	color: #000000;
	border: 1px solid #FFFFFF;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	height: auto;
	width: 456px;
	display: inline;
	font-size: 95%;
}
#rightcolumn {
	color: #000000;
	border: 1px solid #FFFFFF;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: auto;
	width: 195px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#footer {
	width: 900px;
	clear: both;
	color: #CCCCCC;
	border: 1px solid #FFFFFF;
	margin: 0px 0px 10px;
	padding: 10px;
	font-size: 90%;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999;
	display: inline;
	padding: 5px 5px 5px 0px;
	margin-right: 10px;
}
#leftcolumn a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	font-size: 80%;
	font-style: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 10px;
	letter-spacing: 3pt;
	display: block;
}
#highlight {
	background-color: #000000;
}
#highlight a {
	color: #FFFFFF;
}
#navigation a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999;
	display: inline;
	padding: 5px 5px 5px 0px;
	margin-right: 10px;
}
#navigation a:hover {


	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #990000;
}
#leftcolumn a:link {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	font-size: 80%;
	font-style: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 10px;
	letter-spacing: 3pt;
	display: block;
}
#leftcolumn a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 80%;
	font-style: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 10px;
	letter-spacing: 3pt;
	display: block;
	background-color: #CCCCCC;
}
#highlight a:link {

	color: #FFFFFF;
}
#highlight a:hover {
	color: #333333;
	background-color: #666666;
}
#content h3 {
	color: #000000;
	border: 0px none #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	float: none;
	padding: 0px;
	margin: 0px;
}
#content p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-bottom: 10px;
}
#rightcolumn-nav {
	text-decoration: none;
	width: 100%;
	padding: 5px;
	text-align: justify;
}





#rightcolumn a {
	color: #999999;
	text-decoration: none;
}
#rightcolumn a:link {
	color: #999999;
	margin: 0px;
	text-decoration: none;
}
#rightcolumn a:hover {

	color: #333333;
	text-decoration: none;
}
#rightcolumn h1 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content a {
	color: #666666;
}
#content a:link {
	color: #666666;
}
#content a:hover {

	color: #990000;
	text-decoration: none;
}
#rightcolumn h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
}
#rightcolumn h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 8pt;
	font-style: normal;
	text-transform: uppercase;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#rightcolumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	font-size: 90%;
}
#rightcolumn-nav a {
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content h4 {
	color: #FFFFFF;
	margin-bottom: 5px;
	display: block;
	background-color: #999999;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 120%;
}
#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 80%;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-left: 10px;
}
#rightcolumn-nav p {
	text-decoration: none;
	width: 100%;
	padding: 5px;
	text-align: justify;
	font-size: 90%;
}
#article {
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
#article p {
	padding-right: 10px;
	padding-left: 10px;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 15px;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
