/* STYLESHEET MADE BY YVO JOLIE */
/* http://www.yvojolie.uuuq.com */

/* DEFAULT ELEMENTS */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #111111;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* LAYOUT ELEMENTS */
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#head {
	width: 800px;
	height: 100px;
	background-image:url('images/head.png');
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	line-height: 7em;
}
#sidebar {
	width: 190px;
	background-repeat: repeat-y;
	float: right;
	padding-right: 15px;
}
#content {
	width: 800px;
	background-image:url('images/content.png');
	background-repeat: repeat-y;
	float: left;
	padding-top: 5px;
	padding-left: 15px;
}
#text {
	width: 580px;
	float: left;	
}
#footer {
	width: 800px;
	background-image:url('images/footer.png');
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	padding-top: 20px;
}

/* NAVIGATION */
#navigation {
	display: block;
	float: left;
	width: 780px;
}
#navstart {
	float: left;
	width: 10px;
	height: 30px;
	background-image:url('images/navigation_start.png');
	display: block;
}
#navend {
	float: right;
	width: 10px;
	height: 30px;
	background-image:url('images/navigation_end.png');
	display: block;
}
a.button:link {
	float: left;
	width: 156px;
	height: 30px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 1.8em;
	background-image:url('images/button.png');
	background-position: 0px 0px;
}
a.button:visited {
	float: left;
	width: 156px;
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 1.8em;
	background-image:url('images/button.png');
	background-position: 0px 0px;
}
a.button:hover {
	float: left;
	width: 156px;
	height: 30px;
	background-image:url('images/button.png');
	background-position: 0px 60px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 1.8em;
}
a.button:active {
	float: left;
	width: 156px;
	height: 30px;
	background-image:url('images/button.png');
	background-position: 0px 30px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 1.8em;
}

/* OTHER ELEMENTS */
img {
	border: 1px solid;
	border-color: #797979;
	margin: 5px;
}
.code {
	font-family: Courier, Georgia;
	font-size: 0.8em;
	width: 570px;
	max-height: 200px;
	overflow: auto;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #797979;
	margin: 5px;
}
.inlinecode {
	font-family: Courier, Georgia;
	font-size: 0.8em;
	background-color: #FFFFFF;
}
sup {
	font-size: 0.5em;
	font-weight: bold;
}
sub {
	font-size: 0.5em;
	font-weight: bold;
}
.message {
	background-color: #FFF6BF;
	border: 1px solid #FFD324;
	padding: 10px;
}
.quote {
	background-color: #FFFFFF;
	font-style: italic;
	font-family: georgia, serif;
	padding: 5px;
}
