body {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#header {
	background-color: #3A3A3A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #667E80;
}

#header #logo-bg {
	width: 100%;
	height: 150px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 85px 50%;
	background-color: #3A3A3A;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #353535;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #353535;
}
#header #logo-bg span {
	display: none;
}
#header img {
	position: absolute;
	margin-left: 555px;
}
#menu  {
	margin-top: 5px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}
#menu  ul  {
	padding: 0px;
	display: block;
	width: 550px;
	text-align: center;
	margin: 0px;
	height: 25px;
}
#menu  li  {
	display: inline;
	padding: 0px;
}
#menu  a  {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}
#menu  a:hover  {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	/*padding-bottom: 2px;*/
}
#menu .current {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	/*padding-bottom: 2px;*/
}
#menu #startsida:hover, .startsida  {
	border-bottom-color: #BABE74;
	background-color: #EDEEDB;
}
#menu #biografi:hover, .biografi {
	border-bottom-color: #C1DDBF;
	background-color: #DCEDDC;
}
#menu #böcker:hover, .böcker {
	border-bottom-color: #91A59A;
	background-color: #D5DDD9;
}
#menu #ljud:hover, .ljud {
	border-bottom-color: #626382;
	background-color: #DCDCE4;
}
#menu #intervjuer:hover, .intervjuer {
	border-bottom-color: #934E42;
	background-color: #F2E6E3;
}
#menu #forum:hover, .forum {
	border-bottom-color: #BABE74;
	background-color: #E6E7CB;
}
#content {
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 0px;
}

#leftColumn {
	float: left;
	width: 535px;
	clear: left;
	margin-right: 20px;
}
#rightColumn {
	width: 345px;
	float: left;
	clear: right;
	padding: 0px;
}
.box {
	background-color: #FAF8F9;
	padding: 0px;
	border: 1px solid #E0E0E0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.boxTitle  {
	font-family: "Trebuchet MS", Arial, Verdana;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	position: relative;
	margin-bottom: 10px;
	padding: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F5F3F4;
}
.box .boxContain {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}

.box .listFloat {
	font-family: tahoma, Arial, verdana;
	font-size: 0.75em;
	float: left;
	padding: 0px;
	clear: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: auto;
}
.box .listFloat li {
	list-style-type: square;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #B3C0C1;
}
#content a {
	color: #333333;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CBD2D3;
	padding: 2px;
}
#content a:hover {
	background-color: #ECF0F0;
	border-bottom-color: #899D9E;
}
.boxSmall   {
	font-weight: bold;
	font-size: 0.75em;
	text-transform: uppercase;
	color: #666666;
	display: block;
	margin-bottom: 20px;
	margin-top: 2px;
}
#footer {
	background-color: #3A3A3A;
	height: 60px;
	border-top-width: 3px;
	border-top-style: none;
	border-top-color: #516566;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.65em;
	text-transform: uppercase;
	text-align: center;
	padding-top: 35px;
	letter-spacing: 0.15em;
	background-image: url(images/bgfooter.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
#footer span {
	background-color: #516566;
	padding: 5px;
}






.clear {
	clear: both;
	height: 1px;
	width: 1px;
}

.center {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
