html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	background-color: #000000;
	background-image: url(../images/backgroung.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#header h1 {
	display: none;
}
#content #left h1 {
	margin: 10px 0px;
	padding: 6px 0px 0px 10px;
	background-image: url(../images/headline_dark.gif);
	height: 24px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 16px;
	letter-spacing: 1px;
	font-variant: small-caps;
	width: 488px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content #right h1 {
	background-image: url(../images/headline_bright.gif);
	background-position: left top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	height: 23px;
	width: 200px;
	margin: 10px 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-transform: uppercase;
	position: relative;
}
#content #left p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#content #right p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
}
img {
	border: none;
}
.sk_form input {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
	padding: 2px;
	border: 1px solid #017137;
	font-size: 12px;
}
.sk_form textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
	padding: 2px;
	border: 1px solid #017137;
	font-size: 12px;
}
a:link {
	color: #02D04A;
	text-decoration: none;
}
a:visited {
	color: #02D04A;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #02D04A;
	text-decoration: underline;
}
#navigation a:link, #footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:visited, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover, #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#navigation a:active, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#container {
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	min-height: 100%;
	position: relative;
	background-image: url(../images/texture_dark.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
* html #container {
	height: 100%;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	height: 232px;
	width: 700px;
}
#navigation {
	height: 30px;
	width: 700px;
	background-image: url(../images/headline_bright.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	position: absolute;
	top: 200px;
	text-transform: uppercase;
	z-index: 1;
}
#navigation ul, #footer ul {
	margin: 7px 0px 0px;
	padding: 0px;
}
#navigation li, #footer li {
	display: inline;
	list-style-type: none;
}
#content {
	width: 100%;
	position: relative;
	top: -10px;
	margin-bottom: 20px;
}
#content #left {
	width: 500px;
	float: left;
	margin-bottom: 30px;
}
#content #right {
	width: 200px;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
#footer {
	position: absolute;
	width: 690px;
	height: 30px;
	bottom: 0px;
	background-image: url(../images/headline_bright.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	text-transform: uppercase;
}
* html #footer {
	bottom: -1px;
}
/* Guestbook */
p.date {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 478px;
	background-image: url(../images/headline_dark.gif);
	background-repeat: repeat-x;
	background-position: left top;
}