/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #3D2D20;
}
a:active {
	color: #3D2D20;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #3D2D20;
}
a:hover {
	background-color: #FCDAAC;
	color: #3D2D20;
}

a:visited {
	text-decoration: none;
	color: #3D2D20;
}



body {
	color: #3D2D20;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #F5F4C6;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {border: none;}
h1 {
	font-family: sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	padding-bottom: 4px;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.left {float: left;}
.right {
	float: right;
	margin-left: 5px;
}

/* header */
.header {
	height: 213px;
	width: 832px;
	float: right;
}

/* structure */
.container {
	width: 845px;
}

.main {
}
.main .left {
	width: 180px;
}
.main .right {
	width: 635px;
}
.navHeader {
	height: 35px;
	background-image: url(images/nav_header.jpg);
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
}
.galleryHeader {
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3D2D20;
	background-image: url(images/gallery_header.jpg);
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
}
#menu1 {
	width: 180px;
	border: 5px solid #FCDAAC;
	background-image: url(images/Flare.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
	margin-left: 10px;
	color: #3D2D20;
	}
	
#menu1 li a {
	height: 20px;
	border: 1px solid #FFFFFF;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #3D2D20;
	padding: 5px;
	display: block;
	}
	
#menu1 li a:hover {
	background-image: url(images/nav_back.png);
	}
#menu2 {

	width: 180px;
	border: 5px solid #FCDAAC;
	background-image: url(images/Flare.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
	margin-left: 10px;
	color: #3D2D20;
}
#menu2 li a {

	height: 20px;
	border: 1px solid #FFFFFF;
}
#menu2 li a:link, #menu2 li a:visited {

	color: #3D2D20;
	padding: 5px;
	display: block;
}
#menu2 li a:hover {
	background-image: url(images/nav_back.png);
}
p {
	padding-bottom: 1em;
}
