/* CSS Document */
/*	Magnus Braath 2007 */



body {
	margin:0 auto 0 auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ddffff;
}
#wrapper {
	width: 800px;
	margin:13px auto 0 auto;
	background: #FFF;
	min-height: 800px;
	border: 1px solid #003366;
}
#head{
background-color: #ddddff;
float:left;
font:  1.2em Arial;
width: 100%;
text-align:center;
}
#menu {
background-color: #ddddff;
float:left;
font:  1.2em Arial;
width: 100%;
border-bottom:solid 1px #bbbbdd;
}

#content {
float:left;
width: 800px;
background-color: #ffffff;
min-height: 700px;
}
#leftcontent {
float:left;
width: 75%;
background-color: #ffffff;
	min-height: 700px;
}
#puff {
float:left;
margin:10px 20px 10px 20px;
border-top:1px solid #ddddff;
}
#rightcontent {
float:left;
width: 20%;
background-color: #ffffff;
height: 700px;
}
#footer{
background-color: #ddddff;
float:left;
font:  0.8em Arial;
width: 100%;
top: 5px;
border-top:solid 1px #bbbbdd;
}
ul {
	padding: 5px 15px 10px 20px;
	margin:0;
	text-decoration:none;
	color: #333;
	list-style:none;
}
h1 {
	font-size:1.6em;
	font-variant: small-caps;
	font-weight: normal;
	color:#336699;	
	margin: 10px 10px 10px 10px;
}h2 {
	font-size:1.15em;
	font-weight: normal;
	font-variant: small-caps;
	color:#336699;	
	margin: 20px 10px 0 10px;
}

h3 {
	font-weight: bold;
	color:#336699;
	font-variant: small-caps;
	margin: 0 10px 0 10px;
}
h4 {
	font-size:3em;
	font-weight: bold;
	font-variant: small-caps;
	color:#336699;	
	margin: 20px 10px 20px 10px;
	}

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

li {
	margin: 0px 0px 10px 30px;
	font-size:1em;
	list-style:none;
	float: left;
	font-variant: small-caps;
	text-decoration:none;
	color: #111;
}

li a {

	text-decoration:none;
	color: #111;
}

li:hover {
	text-decoration:none;
	color:#999;

}
a {
	font-size:1em;
	list-style:none;
	font-variant: small-caps;
	text-decoration:none;
	color: #336699;
}