/* 	design by www.UnikGrafik.se 
	info @ unikgrafik.se  */
* { 
margin: 0;
padding: 0;
}

/*------ general items ------*/
html, body {
	background-color: #fff;
	background: url(img/bk_bg_be.jpg) no-repeat bottom left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #006060; 
}

h1 {
	font-size:  12px;
	font-weight: bold;
	margin: 5px 0 15px;
}

h2 {
	font-size:  12px;
	font-weight: bold;
	padding: 15px 0 10px 0;
}

a {
	color: #006060;
	text-decoration: none;
}

a:hover {
	color: #a8c000;
	text-decoration: none;
}

/*------ content boxes ------*/
#container {
	background: url(img/bk_bg.jpg) no-repeat;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 768px;
}

#top {
	width: 100%;
}

#main {
	width: 100%;
	height: 420px;
}

#main-left {
	float: left;
	width: 368px;
	height: 277px;
	margin-top: 120px;
	margin-left: 160px;
}

#main-right {
	background: url(img/note.jpg) no-repeat;
	float: right;
	width: 401px;
	height: 328px;
	margin-top: 20px;
	margin-right: 90px;
}

#main-right-text {
	margin-top: 80px;
	margin-left: 47px;
	width: 80%;
	line-height: 16px;
}

#main-right-text p {
	padding-bottom: 10px;
}

#main-center {
	float: left;
	width: 450px;
	min-height: 200px;
	margin-top: 60px;
	margin-left: 240px;
	border: dashed #d9f02e 3px;
	padding: 5px 15px 15px 15px;
}

#main-center p {
	padding-bottom: 10px;
}

.thumbnail-row {
	clear:left;
}

.thumbnail a img {
	border: 2px solid #3e9a9a;
	float: left;
	margin: 7px;
}

.thumbnail a:hover {
	color: #fff;
}

#footer {
	height: 40px;
	background: url(img/footer_bg.jpg) repeat-x;
	padding: 5px 0 0 0;
}

#footer p {
	color: #fff;
	text-align: right;
	font-weight: bold;
	margin: 0px 48px 5px 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #003300;
	text-decoration: none;
}

#author {
	text-align: right;
	color: #999999;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	font-size: 1em;
	padding-bottom: 20px;
}

#author a {
	color: #999999;
	text-decoration: none;
}

#author a:hover {
	color: #ee5ba1;
	font-weight: bold;
	text-decoration: none;
}

/*------ top meny ------*/
#nav {
	list-style: none;
	padding-top: 110px;
	padding-right: 195px;
}

#nav li {
	display: inline;
	font-weight: bold;
	font-size: 12px; 
	float: right;
	padding-right: 25px;
	
}

#nav li a {
	color: #a8c000;
	text-decoration: none;
}

#nav li a:hover {
	color: #67e5ff;
	text-decoration: none;
}

#nav li.current {
}

#nav li.current a {
	color: #ee5ba1; 
	text-decoration: none;
}

#nav li.current a:hover {
	color: #67e5ff;
	text-decoration: none;
}