﻿/* Customize your layout here, for support please visit www.webart.no/forum */

* {margin: 0;
   padding: 0;}
   
body {
	background:#000000 url('../images/bg.gif') repeat-y fixed center; color: #FFFFFF;
	
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 800px;
	padding:3px;
	margin: 0px auto;
	font-family: "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	background-color: #000000;
}

#header {
	margin-top: 1px;
	background-image: url('../images/header.jpg');
	background-position: center;
	background-repeat: no-repeat;
	height: 205px
}

#wrapper {
	margin-top: 7px;
	background-image: url('../images/wrapper_bg.gif');
	background-repeat: repeat-y
}

#left {
	float: left;
	width: 155px;
/*	background-image: url(images/round_corner.gif);
	background-repeat: no-repeat; */
	background-image: url('../images/round_corner_full_green.gif');
	background-position: center top;
	background-repeat: no-repeat; 

	color: #FFFFFF;
	
	padding: 5px
}

#right {
	background-color: #5B781B;
	color: #FFFFFF;
	float: right;
	width: 155px;
	background-image: url('../images/round_corner_r.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px
}

#content {
	margin-left: 170px;
	margin-right: 0px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #5A3D59;
	padding: 20px;
	border: 0px solid #FFFFFF;
	background-image: url('../images/round_corner_full_purple.gif');
	background-position: left top;
	background-repeat: no-repeat 

}

#footer {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	padding: 2px;
	border: 1px solid #FFFFFF;
	background-image: url('../images/bar_bg.gif');
	text-align: center
}

/* 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('../images/blockquote.jpg');
	background-repeat: no-repeat
}

h1{
	background-color: #7C597C;
	padding: 5px;
	font-size: 1.5em;
	color: yellow;
	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: yellow;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

h3{
	background-color: #7C597C;
	padding: 5px;
	font-size: 1.1em;
	color: yellow;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

#content table {

	margin-top: 0px;
	padding-top: 0px;
	top: 0;
	position: relative;
}

.list {
	margin-left: 25px;
	list-style-image: url('../images/list_bullet.png');
	margin-top: 30px
}

a:link {
	color: #FFFFFF;
	background-color: inherit;
}
a:visited {
	color: #FFFFFF;
	background-color: inherit;
}
a:hover {
	color: #FF00FF;
	background-color: inherit;
}
a:active {
	color: #FFFFFF;
	background-color: inherit;
}

/********** Begin top navigation *************/

#navcontainer { width: 146px; }

#navcontainer ul
{
	margin-left: 0;
	margin-top: 20px;
	padding-left: 0;
	list-style-type: none;
	font-family: "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#navcontainer ul li
{
	padding-top: 5px;	
	margin-bottom: 5px;
}
#navcontainer a
{
	display: block;
	padding: 3px;
	width: 146px;
	background-color:#506817;	
	border: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #92438f;	
	

	color: #fff;
}