@charset "iso-8859-1";
/* Customize your layout here, for support please visit www.webart.no/forum */

* {margin: 0;
   padding: 0;}
   
body {
	background-color: #E7DCA1;
	color: #FFFFFF;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 896px;
	padding:3px;
	margin: 0px auto;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #E7DCA1;
}

#header {margin-top: 1px;
	background: #E7DCA1;
	height: 320px;
	border: 1px solid #000;
}

#wrapper {
	margin-top: 7px;
	background-image: url(../img/wrapper_bg.gif);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 155px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 5px;
}

#right {
	color: #FFFFFF;
	float: right;
	width: 155px;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;
}

#content {
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 5px;
	color: #000;
	padding: 20px;
	text-align: center;
}

#content img {border: 1px solid #000}

#footer {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font: 10px normal verdana
}

/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}


p{
    margin-top: 15px;
	margin-bottom: 15px;
}

blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	border: 1px dotted #FFFFFF;
	background-image: url(../img/blockquote.jpg);
	background-repeat: no-repeat;
}

h1{
	background-color: #7C597C;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

h2{
	background-color: #7C597C;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

.list {
	margin-left: 20px;
	margin-top: 30px;
	list-style: none;
}

a:link {
	color: #FFFFFF;
	background-color: inherit;
}
a:visited {
	color: #FFFFFF;
	background-color: inherit;
}
a:hover {
	color: #E7DCA1;
	background-color: inherit;
}
a:active {
	color: #FFFFFF;
	background-color: inherit;
}

/********** Begin top navigation *************/
#navlist
{
	height: 1.0em!important;
	height: 26px; 
	margin-top: 7px;
	margin-bottom: 9px;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#navlist a, #navlist a:link, #navlist a:visited
{
display: inline;
color: #000;
text-decoration: none;
margin-right: 1px;
padding: 5px 10px 5px 10px;
background:  url(../img/menu.gif) repeat-x;
font-family: Verdana;
font-size: 10px;
FONT-weight: bold
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
padding: 5px 10px 5px 10px;
background: url(../img/menu_up.gif) repeat-x;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana

}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 10px;
}

#navlist ul
{
margin: 0px;
padding: 0px;

}

#navlist #active a {
	background: url(../img/menu_act.gif) repeat-x;
	color: #FFFFFF;
	font-size: 10px;

}
 
