@charset "UTF-8";
body {
	background-image: url(../images/grain_bkrnd.jpg);
	margin: 0;
	font-family:Tahoma, Geneva, sans-serif;
}

/*-------LAYOUT-----------*/

#header {
	width: 100%;
	height: 100px;
	background-image: url(../images/grey_bkrnd2.jpg);
	background-repeat: repeat-x;
	margin: 0;
}

#navigation {
	margin: auto;
	width: 800px;
}

#navigation img {
	float: left;
	margin-top: 30px;
}

#main {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 800px;
}

#maintext {
	width: 600px;
	font-size: 14px;
	margin-left: 8px;
}

#galleria {
	height: 600px;
}

#gallery {
	width: 800px;
	height: 600px;
	margin-left: 0px;
}

#footer {
	clear: both;
	width: 800px;
	margin: auto;
	margin-top: 60px;
	border-top: #111 solid 2px;
}

/*--------NAVIGATION----------*/

#navigation ul {
	float: right;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 68px;
}

#navigation ul li {
	display: inline;
}

#navigation ul a {
	padding: 5px 0px 0px 30px;
	text-decoration: none;
	color: #EEE;
}

#navigation ul a:hover {
	color: #B00;
}

#navigation .local {
	color: #B00;
}

/*--------TEXT STYLES--------*/

#navigation h3 {
	color: #EEE;
	font-weight: lighter;
}

#footer p {
	font-size: 12px;
}

#maintext a {
	color: #039;
	text-decoration: none;
}
#maintext a:hover {
	text-decoration: underline;
}

/*---------IMAGE STYLES---------*/

#mainimg {
	width: 785px;
	margin-top: 50px;
	border-radius: 10px;
	border: #EEE solid 6px;
}

#navigation img {
	margin-left: -5px;
}
