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

* {margin: 0;
   padding: 0;}
   
body {
	color: #000000;



	background-image: url(images/body_bg4.jpg;
	background-repeat: repeat-y;
	background-position: center center;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/images/css/newbg4.jpg);
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 896px;
	padding:3px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}

#header {
	background-image: url(images/index/2008head1.jpg);
	height: 200px;
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	width: 896px;
	margin: 1px;
}

#wrapper {
	margin-top: 7px;
	background-repeat: no-repeat;
	border: 1 px solid white;
	padding: 1px;
}

#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: #FFFFFF;
	padding: 0px;
	border: 0px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer {
	clear: both;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	background-position: center;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(images/css/footer2.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

/* Begin text formatting and image floats */

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


p{
	margin-top: 15px;
	margin-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
	margin-left: 0px;
	text-indent: 5px;
}

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

h1{
	padding: 3px;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 15px;
	font: Georgia, Times New Roman, Times, serif;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cc33cc;
	border-bottom-color: #cc33cc;

}

h2{
	padding: 5px;
	font-size: 1.3em;
	color: #CC99FF;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid purple;

}

.list {
	margin-left: 15px;
	margin-top: 15px;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF99;
}
a:active {
	color: #FFFFFF;
}

/********** Begin top navigation *************/
#navlist
{
	height: 2.6em!important;
	height: 2.7em;
	margin-top: 7px;
	padding: 1.7em 0em .3em .4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
	background-color: #FFF;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	color: #000;
}

#navlist a, #navlist a:link, #navlist a:visited
{
	padding: 1.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #000;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	padding: 1.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #000;
	background-color: #CCC;
}

#navlist li
{
	padding-right: 40px;
	display: inline;
	font-size: 1em;
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #000;
}

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

}

#navlist #active a {
	color: #000;
	font-size: 1em;
	font-weight: bold;
}
 
.imageright {

	float: right;
	margin-right: 7px;
	margin-bottom: 1px;
}
