@charset "utf-8";
/* 	design by www.UnikGrafik.se 
	info @ unikgrafik.se  */
	
* { margin: 0; padding: 0; }
html, body {
	background-color: #fff;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #004652;
}
/*------ general items ------*/
h1 {
	font-size: 1em;
	font-weight: bold;
	padding: 0 25px 20px 30px;
	color: #f3a000;
}
h2 {
	font-size: 0.8em;
}
a {
	color: #004652;
	text-decoration: none;
}
a:hover {
	color: #004652;
	text-decoration: none;
}
img {
	border: none;
}
p {
	font-size: 1em;
	padding:5px;
}
ul {
	list-style: none;
}
li	{
	list-style: none;
}
.strong {
	font-weight: bold;
}
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.photoFrame { border:solid 1px #004652; }
.marR { margin-right:10px; }

/*------ content boxes ------*/
#container {
	background: url(img/bg.png) repeat-x bottom left;
	margin: 10px auto 0 auto;
	width: 100%;
}
#start {
	background: url(img/katarina_nelson.jpg) no-repeat;
	width: 820px;
	height: 573px;
	margin: 0 auto 0 auto;
}
#header {
	background: url(img/katarina_nelson2.jpg) no-repeat;
	width: 820px;
	height: 218px;
	margin: 0 auto 0 auto;
}
#main {
	height: 325px;
	width: 790px;
	margin: 0 auto 0 auto;
	padding-top: 30px;
}
#main p {
	font-size: 0.80em;
	padding: 0 30px 20px 30px;
}
#main a:hover {
	color: #f3a000;
}
#footer {
	background: url(img/footer.jpg) no-repeat;
	margin: 30px auto 0 auto;
	width: 1024px;
	height: 130px;
}
/*------ navigation ------*/
#navi {
	margin: 0 auto 0 auto;
	width: 330px;
	height: 20px;
	list-style: none;
	padding-top: 15px;
}

#navi li {
	display: inline;
	font-size: 0.8em;
}

#navi li a {
	color: #63aaa3;
	padding: 3px 10px 0 10px;
	text-decoration: none;
}

#navi li a:hover {
	color: #80c8c1;
	border-top:solid 2px #ffc555;
}

#navi li.current a {
	color: #ffc555;
}

#navi li.current a:hover {
	color: #ffc555;
}

/*------ author ------*/
#author {
	text-align: right;
	padding-right: 25px;
	padding-top: 80px;
	color: #80c8c1;
	font-size: 0.6em;
}
#author a {
	color: #80c8c1;
	text-decoration: none;
}
#author a:hover {
	color: #004652;
	font-weight: bold;
	text-decoration: none;
}
