@CHARSET "UTF-8";

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f9f5ec;
	color: #000000;
	text-align: center;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

body.homePage {
	background-image: url(../images/page_bgr_home.gif);
}

body.contentPage {
	background-image: url(../images/page_bgr_content.gif);
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 768px;
	text-align: left;
}

#header {
	/*background-image: url(../images/bg/logo.gif);*/
	background-repeat: no-repeat;
}

#langSelector {
	margin-top: 9px;
	text-align: right;
	font-size: 10px;
}
#langSelector a {
	color: #20790f;
	text-decoration: none;
}
#langSelector a img, #langSelector a span {
	vertical-align: middle;
}

#mainMenu {
	margin-top: 98px;
	text-align: right;
}
#mainMenu ul {
	list-style: none;
}
#mainMenu ul li {
	display: inline;
	line-height: 0px;
}
#slide {
	height: 205px;
	margin-top: 3px;
}
#headImage {
	height: 153px;
	width: 767px;
	margin-top: 3px;
}
#subMenu {
	border-top: 1px solid #f9f5ec;
}
#subMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#subMenu ul li {
	float: left;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	margin-right: 1px;
}
#subMenu ul li.last {
	margin-right: 0px;
}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 38px;
	color: #54320d;
}
#footer p.address {
	float: left;
	padding-left: 10px;
	padding-top: 12px;
	width: 570px;
}
#footer p.vidar {
	float: right;
	padding-right: 10px;
	padding-top: 12px;
	width: 100px;
	text-align: right;
}
p.mindcraft {
	padding-right: 10px;
	padding-top: 8px;
	text-align: right;
	color: #bfab77;
	font-size: 10px;
	padding-bottom: 20px;
}
p.mindcraft  a {
	color: #bfab77;
	text-decoration: none;
}

/* CONTENT STYLES BEGIN */
#content {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
#content h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 0px;
	color: #543306;
}
#content h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 0px;
	color: #1e7a0d;
}
#content h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 0px;
	color: #543306;
}
#content ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
#content p {
	margin-bottom: 10px;
}
#content a, #content a:hover {
	text-decoration: none;
	color: #543306;
	font-weight: bold;
}
/* CONTENT STYLES END */

#gallContainer div.gallery {
	float: left;
	width: 188px;
	text-align: center;
	margin-bottom: 20px;
}
#gallContainer div.gallery img {
	border: 1px solid black;
}