body {
	background: #fff;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img,table { border:0; }
div, img, table, h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }


#main {
	background: #fcdd6f;
}

#header {}

#top,
#bottom {
	height: 40px;
	background: url(../imgs/layout/rosemaling.jpg) repeat-x top left;
}

#left {
	width: 166px;
	float:left;
}

#logo {
	background: url(../imgs/layout/sign2.jpg) no-repeat;
	width: 200px;
	height: 200px;
	position: relative;
	z-index:10;
}

/*********************
 nav
*********************/
#nav {
	background: #fcdd6f;
	width: 200px;
	min-height: 200px;
	padding: 20px 0;
}

#nav ul {
	margin: 0; padding: 0;
}

#nav li {
	xborder-top: 1px solid #fff;
}

#nav a {
	display: block;
	color: #76251b;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 10px 12px 30px;
	background: url(../imgs/layout/nissen.jpg) no-repeat left;
}

#nav a:hover {
	background: #76251b;
	color: #fff;
}

#middle {
	margin-left: 200px;
}

#bottom {
	clear: both;
}

#content_c {
	margin-right: 0px;
	background: #fff;
}

#content {
	xposition: relative;
	padding: 25px 50px 25px 50px;
	min-height: 500px;
	xwidth: 500px;
}

#footer {
	padding: 10px;
	font-size: 10px;
	clear: both;
}

#welcome {
	text-align: center;
	font-size: 12px;
}

.bar {
	height: 5px;
	background: url(../imgs/layout/bar.gif) repeat-x;
	line-height: 4px;
}