/* CSS Document */

/*	Magnus Braath 2007 */


body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(bg.gif) repeat;
}


#logo {
position: absolute;
left: 2%;
width: 98%;
top: 0px;
background: url(bg.gif) repeat;
padding:0px;
margin:0px;
}

#menu {
background-color: #abb286;
background: url(img/menu.gif) repeat;
position: absolute;
font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
left: 10px;
width: 790px;
top: 140px;
}

#left {
position: absolute;
left: 10px;
width: 120px;
top: 180px;
background-color: #ffffff;
}

#main {
position: absolute;
left: 140px;
width: 510px;
top: 180px;
background-color: #ffffff;
}


#right {
position: absolute;
left: 660px;
width: 140px;
top: 180px;
background-color: #ffffff;
}

#bottom {
width: 100%;
height: 7px;
background: url(img/bottom.gif) repeat;
}


#right,#main,#left,#menu {
border: 1px solid #564b47;
padding:0px;
margin:0px;
}

ul {
	padding: 5px 15px;
	margin:0;
	text-decoration:none;
	color: #333;
}


.header, h1 {
	font-size:1.33em;
	font-weight: bold;
	width:90%;
	display:block;
	color:#003300;
	margin: 5px 10px 5px 10px;
}

h2 {
	font-size:1.15em;
	font-weight: bold;
	color:#003300;	
	margin: 5px 10px 5px 10px;
}

h3 {
	font-weight: bold;
	color:#003300;	
	margin: 5px 10px 5px 10px;
}

p 	{
	margin: 5px 10px 5px 10px;
}

footer {
	text-decoration:none;
	color: #555555;
	align: center;
	font-size:0.8em;
}

li {
	padding: 2px 10px 10px 0px;
	list-style:none;
	float: left;
	text-decoration:none;
	color: #000000;
}

li a {
	text-decoration:none;
	color: #003300;
}

li:hover {
	text-decoration:underline;
	color:#006600;
}