#container {
	width: 800px;
	height: 600px;
	background: url('design/bg.jpg') no-repeat;
}

#main {
	position: absolute;
	top: 180px;
	left: 240px;
	width: 500px;
	padding-bottom: 50px;
}

#menu1 {
	position: absolute;
	top: 84px;
	left: 405px;
}

#menu2 {
	position: absolute;
	top: 141px;
	left: 470px;
}

#IEsucks {
	background: url('design/kryssedull.jpg');
	width: 40px;
	height: 33px;
	position: absolute;
	top: 105px;
	left: 375px;
}

#IEsucks:hover {
	background: url('design/kryssedullhover.jpg');
}

#IEsucks a {
	width: 40px;
	height: 33px;
}

#IEsucks a:hover {
	background: url('design/kryssedullhover.jpg');
}

#menu a {
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #ABABAB;
	text-decoration: none;
}

#menu a:hover {
	color: #848383;
}

li {
	display: inline;
	margin-right: 12px;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 13px;
	text-align: justify;	

}

p {
	clear:both;
}


// GALLERI

.caption {
	text-align: center;
	margin:0px;
	padding:0px;
	margin-bottom: 10px;
	font-size: 10pt;
	font-family: verdana;
	line-height: 19px;
	color: #888;
}

.galleryimg {
	float: left;
	margin: 10px;
	height: 170px;
	width: 140px;
	border: 1px solid #646464;
}

.clearboth { 
	clear: both; 
}


.galleryimg img {
	margin: 10px;
	border: 0px solid #333;

}


.gallery {
	display: block;
	white-space: nowrap;
	text-align: center;
}
