/*-------------------------------------------------
Body and general stuff
-------------------------------------------------*/

* {
	font-family: Georgia, Times, serif;
	font-size: small;
}

html, body {
	background-image: url('images/background_pattern.png');
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: 100%;
	/* ^^ Windows IE5+ hack ^^ */
}

/*-------------------------------------------------
Containers for the website, including backgrounds
Don't mind the hacks :P It's just min-height...
-------------------------------------------------*/

html>body #container, html>body #shadow_container {
	height: auto;
	/* ^^ Only visible for Mozilla or other *good* browsers ^^ */
}

#background_tree {
	position: absolute;
	width: 100%;
	background-image: url('images/background_tree.png');
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 100%;
	height: 100%;
	/* ^^ Windows IE5+ hack ^^ */
}

#shadow_container {
	float: right;
	width: 782px;
	min-height: 100%;
	height: 100%;
	/* ^^ Windows IE5+ hack ^^ */
}

html>body #shadow_container {
	background-image: url('images/container_shadow.png');
	background-position: top left;
	background-repeat: repeat-y;
}

#container {
	float: right;
	width: 757px;
	min-height: 100%;
	height: 100%;
	/* ^^ Windows IE5+ hack ^^ */
}

/*-------------------------------------------------
The frame of the website
-------------------------------------------------*/

#header {
	width: 737px;
	height: 189px;
	margin: 10px;
}

#header a img {
	border: none;
}

#content_menus {
	margin: 40px 20px 20px 20px;
}

#menu {
	position: absolute;
	right: 20px;
	top: 213px;
}

#content_submenu_wrapper {
	background-repeat: repeat-y;
	background-image: url('images/content_wrapper.png');
}

#content_submenu {
	width: 717px;
	background-image: url('images/content_background.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content {
	float: right;
	width: 522px;
	padding: 10px;
}

* html #content {
	width: 519px;
	w\idth: 519px;
}

#submenu {
	width: 155px;
	padding: 10px;
	background-image: url('images/submenu_background.png');
	background-repeat: no-repeat;
	background-position: top left;
}

* html #submenu {
	width: 175px;
	w\idth: 155px;
}

#copyright_icons {
	margin-top: 20px;
}

/*-------------------------------------------------
Menu markup
-------------------------------------------------*/

#menu ul, #menu ul li {
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	float: left;
	padding: 5px;
	font-weight: bold;
	margin-left: 5px;
	background-color: #E5E3C2;
	color: #787878;
}

#menu ul li:hover {
	background-color: #EEECD1;
	color: #787878;
}

#menu ul li a {
	font-size: 8pt;
	color: #787878;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li.active {
	color: #785F1D;
	background-color: #EEECD1;
}

#menu ul li.active a {
	color: #785F1D;
	background-color: #EEECD1;
}

#menu ul li.active a:hover {
	text-decoration: none;
}

/*-------------------------------------------------
Submenu markup
-------------------------------------------------*/

#submenu {
	color: #785F1D;
	line-height: 20px;
}

#submenu h1 {
	color: #801d1d;
}

#submenu p {
	margin-left: 10px;
}

#submenu ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#submenu ul li {
	margin-left: 10px;
}

#submenu a {
	color: #785f1d;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
	color: #5e5d5a;
}

#submenu table {
	border-collapse: collapse;
}

#submenu table td, #submenu table th {
	padding: 2px;
}

#submenu table th {
	color: #5e5d5a;
	font-variant: small-caps;
	text-align: left;
}

#submenu table td a {
	color: #801d1d;
	font-weight: bold;
	text-decoration: underline;
}

#submenu table td a:hover {
	text-decoration: none;
	color: #5e5d5a;
	background-color: #EEECD1;
}

/*-------------------------------------------------
Content markup
-------------------------------------------------*/

#content {
	color: #785F1D;
	text-align: justify;
	line-height: 20px;
}

#content h1 {
	color: #801D1D;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

#content h2 {
	color: #5E5D5A;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: small;
}

#content h3 {
	color: #5E5D5A;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: x-small;
	font-weight: normal;
}

#content .intro {
	font-style: italic;
}

#content .quote {
	font-style: italic;
	margin: 30px;
	line-height: 25px;
}

#content a {
	text-decoration: underline;
	color: #900;
}

#content a:hover {
	color: #5e5d5a;
}

#content .img_left {
	float: left;
}

#content .img_right {
	float: right;
}

#content .img_left, #content .img_right, #content .border {
	margin: 5px;
	padding: 5px;
	background-color: #E5E3C2;
	border: 1px solid #5e5d5a;
}

#content .img_left img, #content .img_right img {
	vertical-align: bottom;
	border: 1px solid #5e5d5a;
}

#content .img_left a:hover img, #content .img_right a:hover img {
	border: 1px solid #999999;
}

#content .img_left:hover, #content .img_right:hover {
	background-color: #EEECD1;
	border: 1px solid #999999;
}

#content dfn, #content abbr {
	font-style: normal;
	border-bottom: 1px dashed #785F1D;
}

#content #webdesign {
	display: none;
}

#content #wallpapers {
	display: none;
}

/*-------------------------------------------------
Form markup
-------------------------------------------------*/

.rij {
	margin-top: 3px;
}

.rij label {
	width: 10em;
	float: left;
}

.rij input, .rij select, .rij textarea {
	background-color: #dedbb3;
	border: 1px solid #989898;
	color: #434343;
}

/*-------------------------------------------------
Copyright markup
-------------------------------------------------*/

#copyright_icons .floatLeft a img {
	border: none;
	margin-right: 5px;
}

#copyright_icons .floatRight {
	font-size: 8pt;
	letter-spacing: 2px;
	color: #979576;
}

#copyright_icons .floatRight a {
	text-decoration: none;
	font-size: 8pt;
	letter-spacing: 2px;
	color: #979576;
	font-weight: bold;
}

#copyright_icons .floatRight a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------
Other classes
-------------------------------------------------*/

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/*-------------------------------------------------
Fixing font size in IE 5.x
-------------------------------------------------*/

* {
	font-size: x-small;
	voice-family: "\"}\""; voice-family:inherit; font-size: small;
}
