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

* {
	margin: 0;
	padding: 0;
	overflow: visible;
}
   
body {
	background-color: #000000;
	color: #CCCCCC;
	background-image: url(images/site/body_bg2.jpg);
	background-repeat: repeat;	
	background-position: center;
	background-attachment: fixed;
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 896px;
	padding:3px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	background-color: #000000;
	font-weight: lighter;
	}
	#container #navcontainer #navlist .style3 {
	color: #a9132e;
}

#header {margin-top: 0px;
	background-image: url(images/site/header_low.jpg);
	height: 150px;
	border: 1px solid #000000;
}

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

#left {
	float: left;
	width: 70px;
	background-repeat: no-repeat;
	color: #999999;
	background-color: #000000;
	padding: 5px;
	height: 400px;
}

#right {
	float: right;
	width: 120px;
	padding-right: 8px;
	padding-top: 2px;
	padding-left: 4px;
}

#content {
	margin-left: 95px;
	margin-right: 140px;
	margin-bottom: 5px;
	color: #999999;
	background-color: #000000;
	padding: 10px;
	border: 1px solid #333333;
	
}

#content2 {
	margin-left: 95px;
	margin-right: 140px;
	margin-bottom: 5px;
	color: #999999;
	background-color: #000000;
	padding: 10px;
	border: 0px solid #333333;	
}

#contentpictures {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #000033;
	padding: 20px;
	border: 0px solid #FFFFFF;
}

#footer {
	clear: both;
	background-color: #000000;
	color: #666666;
	padding: 1px;
	background-image: url(images/site/bar_bg.gif);
	text-align: center;
	height: 40px;
}

/* Begin text formatting and image floats */

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


p{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: small;
	font-style: normal;
	font-family: Arial;
	color: #666666;
}

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

h1{
	background-color: #000000;
	padding: 2px;
	font-size: 1.2em;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 0px solid #333333;
	border-bottom: 0px solid white;

}

h2{
	background-color: #000000;
	padding: 5px;
	font-size: 1.2em;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 0px solid white;
	border-bottom: 1px solid #333333;

}

.list {
	margin-left: 25px;
	list-style-image: url(images/site/list_bullet.png);
	margin-top: 30px;
}

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

/********** Begin top navigation *************/
#navlist
{
	height: 2.6px!important;
	height: 2.7em;
	margin-top: 7px;
	padding: 1.7em 0em .3em .4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 0px solid #666666;
}

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

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

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

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

}

#navlist #active a {
	background-color: #000000;
	color: #666666;
	font-size: 1em;
	font-weight: bold;
}
 
 #navlist2
{
	height: 2.6px!important;
	height: 2.7em;
	margin-top: 7px;
	padding: 1.7em 0em .3em .4em;
	font-family: Arial;
	border: 0px solid #666666;
}

#navlist2 a, #navlist2 a:link, #navlist2 a:visited
{
border: 1px solid #000000;
padding: 1.2em;
padding-left: 0.5em;
padding-right: 0.5em;
color: #666666;
text-decoration: none;
}

#navlist2 a:hover, #navlist2 a:active, #navlist2 a:focus
{
	border: 1px solid #666666;
	padding: 1.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #666666;
	font-weight: lighter;
}

#navlist2 li
{
	padding-right: 1px;
	display: inline;
	font-size: small;
	font-weight: normal;
}

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

}

#navlist2 #active a {
	background-color: #000000;
	color: #666666;
	font-size: 1em;
	font-weight: lighter;
}
