body {
	font: 12px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000; 	
	margin: 0; 	padding: 0; 
	text-align: center;
	background: url(images/bg.jpg) no-repeat center top;
	
}

/*** PNG FIX ***/
 	img, div, a, input, background { 
 	behavior: url(iepngfix.htc);
}

/*** DIVZ ***/

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #555;
	outline: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #8e0000;
}

a img {
	border: 0;
}

h2 {

text-transform: uppercase;

}

h1 {

text-transform: uppercase;
color: #bf1d22;
font-size: 18px;

}

h3 {

width: 290px;
text-transform: uppercase;
color: #bf1d22;
border-bottom: solid 1px #bf1d22;
margin: 0;
padding: 0;
font-size: 14px;

}

.m {

text-decoration: none;
color: #3a3a3a;
font-size: 9px;
margin: 0;
padding: 0;

}

.mo {

text-decoration: none;
color: #8e0000;
font-size: 9px;
margin: 0;
padding: 0;

}


.bold {

font-weight: bold;
font-size: 12px;
margin: 0;
padding: 0;

}

#wrap {
	width: 900px;
	height: 1195px;
	margin: 0 auto;
	border-color:transparent transparent transparent transparent;
	border: 1px transparent solid;
	border-color: transparent;
	display: block;

}

#kart {
	background: url(images/kart.png) top;
	position: absolute;
	width: 630px;
	height: 100px;
	margin: 598 0 0 30;
	padding: 0;
}

#content {
	text-align: left;
	width: 650px;
	height: 650px;
	_margin-top: 210px;
	margin-top: 270px;
	_margin-right: 100px;
	margin-left: 150px;
	padding: 0;

}

#leftie {
height: 400px;
width: 213px;
float: left;
}

#midt {
height: 400px;
width: 230px;
float: right;
}

#rightie {
height: 400px;
width: 200px;
float: right;
}

#snopp {
	width: 300px;
	height: 50px;
	margin-left: 610px;
	margin-top: 80px;
}

/* Menu */
#menu {
	height: 30px;
	width: 630px;
	margin-top: 114px;
	margin-left: 50px;
	padding: 0;
	float: right;

	}

ul#simple-menu {
	height: 30px;
	text-transform: uppercase;
	list-style-type: none;
	height: 18px;
	font-family: "arial";	
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin: 0;
}

ul#simple-menu li {
	height: 30px;
	display: inline;
	float: left;
	margin: 0 0 0 40;
	padding: 0;
}

#left {
	float: left;
	background: url(images/leftbg.png) right top no-repeat;
	padding: 0;
	margin: 0;
	padding-top: 7px;
	color: #4a4a4a;
	text-decoration: none;
	width: 320px;
	height: 770px;
}
	
#right {
	float: right;
	background: url(images/rightbg.png) right top no-repeat;
	padding: 0;
	margin: 0;
	padding-top: 17px;
	color: #4a4a4a;
	text-decoration: none;
	width: 310px;
	height: 770px;
}	