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



body {
	margin:0 auto 0 auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ddeeee;
}
#flyer {
	width: 100%;
	padding: 5px 0 0 0;
	background: #000000;
	height: 25px;
	border-bottom: 1px solid #ffffff;
}
#wrapper {
	width: 800px;
	margin:0 auto 0 auto;
	background: #FFF;
	min-height: 800px;
	border: 1px solid #aaaaaa;
}
#head{
background-color: #ddddff;
height:120px;
float:left;
font:  1.2em Arial;
width: 100%;
text-align:center;
}
#menu {
background-color: #000;
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-weight: bold;
	color:#444444;	
	margin: 20px 10px 10px 20px;
}h2 {
	font-size:1.3em;
	font-weight: bold;
	color:#444444;	
	margin: 10px 10px 0 20px;
}

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

p 	{
	color: #555555;
	margin: 10px 10px 10px 20px;
}

li {
	margin: 0px 0px 10px 30px;
	font-size:0.8em;
	list-style:none;
	float: left;
	text-decoration:none;
	color: #fff;
}

li a {

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

a:hover {
	text-decoration:none;
	color:#6699aa;

}
a {
	font-size:0.8em;
	list-style:none;
	text-decoration:none;
	color: #336699;
}