* {
	margin:0;
	padding:0;
	font: normal normal 15px "Arial", sans-serif;
	color: black;
	text-decoration:none;
}
body{
	background-color:white;
	
}
#container{
	margin:10px auto;
	margin-bottom:0;
	padding:0;
	width:1000px;
	height:560px;

}
#top{
	width:1000px;
	height:96px;
	background-image: url("/images/white/katja_nilsson.png");
	background-repeat:no-repeat;
	background-position:top right;
	float:right;
	margin-bottom:-100px;
}
#middle{
	width:1000px;
	height:539px;
	padding:0;
	margin:0;
	float:left;
	clear:both;
}
#middle_left{
	width:500px;
	height:539px;
	float:left;
}
#content{
	height:438px;
	font-size:16px;
	margin:100px 30px 0 60px;
	padding: 0 30px 0 0;
	text-align:justify;
	overflow:auto;
}
#middle_right{
	width:500px;
	height:539px;
	background-image: url("/images/white/katja_nilsson.png");
	background-repeat:no-repeat;
	background-position:top right;
	float:right;
}

#content h2{
	font-weight:bold;
	font-size:150%;
	padding-bottom: 0.25em;
	padding-right:20px;
}
#content ul.gallery_list{
}
#content h3, #content h3 a{
	font-weight:bold;
	font-style:italic;
	font-size:120%;
	padding-top:0.5em;
}
#content a{
	font-weight:bold;
	color:#A020F0;
}
#content a:hover{
	color:#AB82FF;/*#DBFF0C;*/
}


#menu_bar{
	height:44px;
	width:1020px;
	padding:0;
	margin:0;
	float:none;
	/*text-align:center;*/
}
#menu_bar a img{
	border:none;
}
ul#navbar{
	display: block;
	text-align: center;
	padding:0;
	margin:0;
	height:44px;
}
#navbar li {
	display:inline;
	padding:0;
	margin:0;
	height:44px;
}
#navbar a{
height:44px;
font-size:44px;
}
a#gallery{
height:47px;
font-size:47.5px;

}
a#gallery img{
	border:none;
}
a#home{
	background-image: url("/images/white/home.png");
	background-repeat:no-repeat;
	background-position:top;
	height:120px;
}
a#profile{
	background-image: url("/images/white/profile.png");
	background-repeat:no-repeat;
	background-position:top;
}
a#shining_light{
	background-image: url("/images/white/shining_light.png");
	background-repeat:no-repeat;
	background-position:top;
}
a#imagine_jewellery{
	background-image: url("/images/white/imagine_jewellery.png");
	background-repeat:no-repeat;
	background-position:top;
}
a#contacts{
	background-image: url("/images/white/contacts.png");
	background-repeat:no-repeat;
	background-position:top;
}
a#links {
	background-image: url("/images/white/links.png");
	background-repeat:no-repeat;
	background-position:top;
}
a#gallery {
	background-image: url("/images/white/gallery.png");
	background-repeat:no-repeat;
	background-position:top;
}
a#home:hover {
	background-image: url("/images/white/home.png");
	background-repeat:no-repeat;
	background-position:bottom;
}
a#profile:hover {
	background-image: url("/images/white/profile.png");
	background-repeat:no-repeat;
	background-position:bottom;
}
a#shining_light:hover {
	background-image: url("/images/white/shining_light.png");
	background-repeat:no-repeat;
	background-position:bottom;
}
a#imagine_jewellery:hover {
	background-image: url("/images/white/imagine_jewellery.png");
	background-repeat:no-repeat;
	background-position:bottom;
}
a#contacts:hover {
	background-image: url("/images/white/contacts.png");
	background-repeat:no-repeat;
	background-position:bottom;
}
a#links:hover {
	background-image: url("/images/white/links.png");
	background-repeat:no-repeat;
	background-position:bottom;
}
a#gallery:hover {
	background-image: url("/images/white/gallery.png");
	background-repeat:no-repeat;
	background-position:bottom;
}
ul.gallery{
clear:both;
}
.gallery li{
	padding:5px 5px;
	display:inline-block;
	min-height:125px;
}
.gallery img{
	background-color:#fff;
	padding:5px;
	border: 1px solid #AAAAAA;
}
.gallery a:hover img{
	background-color:#ffcc66;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}