

body {
	background-color: #42231c;
	text-align: center;
	/*font-size:0.85em; */
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#inner {
        width: 945px;
        text-align: left;
        position: relative; 
        margin: 0 auto;
	margin-top: 50px;
}

#meny {
	background-color: #42231c;
        height: 26px;
        width: 788px;
        text-align: right;
	margin-left: 80px;
}

#innermeny {
	background-color: #42231c;
        text-align: left;
}

#header {
	background-color: #cccccc;
        height: 130px;
        width: 788px;
        border-top: 1px solid white;
        border-right: 1px solid white;
        border-left: 1px solid white;
        text-align: left;
	margin-left: 80px;
}

#contentpadding {
	background: url('../images/contentbackground.gif');
        width: 788px;
	height: 50px;
        border-right: 1px solid white;
        border-left: 1px solid white;
	margin-left: 80px;
}
#content {
        padding-top: 10px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
	background: url('../images/contentbackground.gif');
        width: 708px;
        border-right: 1px solid white;
        border-left: 1px solid white;
	margin-left: 80px;
}

#propp {
        position:absolute; top:110px; left:0px;
	background: url('../images/propp.gif');
        width: 945px;
	height: 85px;
}

#sidebarleft {
        position:absolute; top:250px; left:-150px;
	color: #fff;
}

#sidebarleft * a {
	color: #fff;
}
#sidebarleft * a:hover {
	color: #ccc;
}

#sidebarright {
        position:absolute; top:95px; left:433px;
	width: 300px;
	color: #fff;
}

#sidebarright * a {
	color: #fff;
	text-decoration:none;
}
#sidebarright * a:hover {
	color: #ccc;
	text-decoration:none;
}

#sidebarright * li {
	list-style-image: none;
        list-style-type:none;
}

#footer {
	background: url('../images/footer.gif');
        width: 778px;
        height: 113px;
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        border-left: 1px solid white;
	padding-top: 10px; 
	margin-left: 80px;
	padding-right: 10px;
	vertical-align: bottom;
	text-align: right;
	color: white;
}



