body {
	font-family: Georgia;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 767px;
}

#top_wrapper {
	background-color: #FFFFFF;
	height: 66px;
	width: 100%;
	margin-top: 13px;
}

#content_wrapper {
	margin-top: 7px;
	background-color: #FFFFFF;
	width: 100%;
}

#content {
	padding: 12px;
	min-height: 366px;
}

#bottom_wrapper {
	width: 100%;
	height: 63px;
}

#footer_wrapper {
	width: 504px;
	background: #FFFFFF url('../images/design/bottom_left.jpg') repeat-x;
	height: 63px;
	float:left;
}

#footer {
	height: 63px;
	color: white;
	margin-top: 43px;
	font-size: 10px;
}

#logo {
	float: right;
	height: 63px;
	width: 263px;
}

/* MENU */
#menu {
	padding-top: 44px;
	float: right;
	margin-right: 8px;
	font-family: Georgia;
	font-size: 13px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-left: 22px;
}

#menu li {
	float: left;
	height: 22px;
	padding: 3px 10px 0px 5px;
	margin-left: 5px;
	color: black;
	background-image: url('../images/design/menu_spacer.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

#menu li a {
	color: black;
	text-decoration: none;
}

#menu li.no_spacer {
	background-image: none;
	padding-right:5px;
}

#menu li.last {
	padding-right:10px;
	background-image: none;
}

#menu li.tabbed {
	background-color: black;
	color: white;
	background-image: none;
	padding-left: 10px;
}

#menu li.tabbed a {
	background-color: black;
	color: white;
	text-decoration: none;
}



/* KOLLEKTION */

#collections {
	padding-top: 34px;
	float: left;
	font-family: Georgia;
	font-size: 15px;
	text-transform: uppercase;
}

#collections ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 10px;
}

#collections li {
	float: left;
	height: 22px;
	padding: 10px 10px 0px 10px;
	margin-left: 7px;
	background-color: black;
}

#collections li a {
	color: white;
	text-decoration: none;
}


#collections li.tabbed {
	background-color: white;
}

#collections li.tabbed a {
	color: black;
	text-decoration: none;
}
