.henyde #container {
	background-color: #FFFFDD;
    border: 1px solid #000000;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: left;
    width: 58%;
}
.henyde #header {
    background-color: #000022;
    padding: 0px 15px 0px 5px;
	text-align: right;
}
.henyde #header h1 {
	font-size: 25px;
	margin: 0px;
    text-shadow: yellow;
    padding: 5px;
}
.henyde #header img {
	padding-top: 5px;
    padding-bottom: 5px;
}
.henyde #contentBox {
	color: #000000;
    min-height: 100%;
    padding-right: 15px;
    padding-top: 0px;
    position: relative;
}
.henyde #navigation {
    clear: left;
    float: left;
    min-height: 100%;
    padding-left: 0px;
    text-align: left;
	width: 19%;
}
.henyde #navigation ul {
    padding-left: 28px;
    margin-top: 8px;
    margin-bottom: 15px;
}
.henyde #image {
    margin-bottom: 15px;
    text-align: center;
}
.henyde #content {
    float: right;
	padding-top: 0px;
    text-align: justify;
    width: 78%;          
}
.henyde #content img {
	margin-top: 7px;
}
.henyde #content #imgreview {
	border: 1px solid #000000;
	float: right;
    margin-top: 14px;
	margin-left: 10px;
}
.henyde #content ul {
    clear: left;
    padding-left: 34px;
}
.henyde #content h2 {
	font-size: 20px;
	margin-top: -15px;
}
.henyde #content hr {
 	border: 0px;
	border-top: solid 1px #000000;
	border-bottom: transparent;
	margin-top: 2em;
	margin-bottom: 2em;
	width: 50%;
}
.henyde #footer {
    background-color: #000022;
    clear: both;
    margin-top: -7.5em;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    text-align: center;
}
a:link { 
	color: #0000FF;
    text-decoration: none;
}
a:visited {
	color: #002500;
    text-decoration: none;
}
a:active {
	color: #000000;
    text-decoration: none;
}
a:hover {
	color: #660000;
    text-decoration: underline;
}
a img {
    border: none;
}
body { 
	background-color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;     
    font-size: 11px;
}
html {
	overflow-y: scroll;
}