/* @override http://localhost:8888/bruketsgodaste/styles/main.css */

*{
	margin: 0;
	padding: 0;
}
body{
	color: #ccc;
	font: 1.1em arial;
	background-image: url('../graphics/brukets_godaste_body_bg.png');
}
#wrapper{
	margin: 10px auto;
	width: 919px;
	height: 693px;
	background: url('../graphics/brukets_godaste_content_bg.jpg') no-repeat;
}

#wrapper-front{
	margin: 10px auto;
	width: 919px;
	height: 693px;
	background: url('../graphics/brukets_godaste_bg.jpg') no-repeat;
}
#header, #content, #footer{
}
#header{
	height: 150px;
}
#header h1{
	position: fixed;
	left: 1000000px;
}
#content{
	padding: 22px 0 0 0;
	height: 300px;
}

#content h1 {
	width: 140px;
	margin: 0 auto;
}

#content p{
	line-height: 1.6;
	width: 330px;
	padding: 30px;
	margin: 30px auto;
}

#content ul{
	font-size: .94em;
	width: 330px;
	margin: 30px auto;
	list-style-type: none;
}
#content ul li ul li, #content ul li ul li a{
	margin: 2px;
	text-indent: 1em;
}
#content a{
	color: #ccc;
	text-decoration: none;
}
#content a:hover{
	color: #fff;
	text-decoration: underline;
}
#footer{
	height: 150px;
}

#footer ul{
	padding: 50px 90px;
}

#footer ul li{
	display: inline;
}

#footer ul li a{
	padding: 50px;
	color: #ccc;
	font: 38px "Courier New", Courier, mono;
	text-decoration: none;
}

#footer ul li a:hover{
	color: #fff;
	text-decoration: underline;
}