/* Customize your layout here, for support please visit www.webart.no/forum */

* {margin: 0;
   padding: 0;}
   
body {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(images/content_back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 896px;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px auto;

}

#header {
	margin-top: 0px;
	background-image: url(images/banner.jpg);
	height: 313px;
	margin-bottom: 0px;
	border: 0px solid #990000;
}

#wrapper {
	margin-top: 0px;
	height: 810px;
}

#left {
	float: left;
	width: 155px;
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 1000px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: -25px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#right {
	background-color: #000000;
	color: #FFFFFF;
	float: right;
	width: 167px;
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 5px;
	height: 1000px;
	margin: 0px;
}

#content {
	margin-left: 177px;
	margin-right: 177px;
	margin-bottom: 0px;
	color: #FFFFFF;
	padding: 10px;
	border: 0px solid #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 3;
	height: 830px;
	width: auto;
	margin-top: 0px;



}

#content2 {
	margin-left: 177px;
	margin-right: 177px;
	margin-bottom: 0px;
	color: #000000;
	padding: 20px;
	border: 0px solid #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 3;
	background-position: center center;
}

#footer {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px;
	background-image: url(images/foot.jpg);
	text-align: center;
	height: 195px;
	background-repeat: no-repeat;
}

/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-top: 1px;
	margin-left: 13px;
	border: 1px solid #000000;
}
.imagecolom{
	float: left;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-top: 1px;
	margin-left: 13px;
	border: 0px solid #000000;
}
.imageright{
	float: right;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-top: 1px;
	margin-left: 13px;
	border: 1px solid #000000;
}
.imagecontent{
	float: left;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-top: 1px;
	margin-left: 0px;
	border: 1px solid #000000;
}


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

blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	border: 1px dotted #FFFFFF;
	background-repeat: no-repeat;
}

h1{
	background-color: #006600;
	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: #006600;
	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: 25px;
	margin-top: 30px;
}

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

/********** Begin top navigation *************/
#navlist
{
	height: 91px!important;
	height: 2.7em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/nav.jpg);
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 0.3em;
	padding-left: 0.4em;
	background-repeat: no-repeat;


}

#navlist a, #navlist a:link, #navlist a:visited
{
	border: 0px solid #CCCCCC;
	padding: 1.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border: 0px solid #FFFFFF;
	padding: 1.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #FDD080;
}

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

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

}

#navlist #active a {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
