@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}

body {
	font-family:Tahoma,Verdana,sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:14px;
	margin:50px 0;
	text-align:center;
	background-attachment: scroll;
	background-color: #8CBBCB;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#wrapper {
margin:0 auto;
position:relative;
text-align:left;
width:800px;
}

#header {
	height:73px;
	overflow:hidden;
	background-attachment: scroll;
	background-color: #018CBB;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat;
	background-position: 0 0;
}

#main-one ul {
	list-style-type: none;
	color: #3A5E6A;
}


#header h1 {
float:left;
padding:22px 0 0 33px;
}

#header images {
display:block;
}

#main {
	position:relative;
	background-attachment: scroll;
	background-image: url(../images/main-container-top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#main-one {
	margin:0;
	float:left;
	width:240px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#main-two {
	margin:0;
	min-height:389px;
	float:left;
	width:240px;
}

#main-three {
	margin:0;
	float:left;
	width:240px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#main-two #txt {
	margin-top: 20px;
}


#shadow {

background:transparent url(../images/main-shadow-bg.png) no-repeat scroll 0 0;
height:15px;
}


#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7E1F22;
	font-weight: bold;
}


.hygg-her {
	background-color: #912427;
	color: #FFF;
}
#main p {
	font-family: Verdana, Geneva, sans-serif;
	color: #3A5E6A;
	font-size: 1em;
	font-weight: normal;
}
ul li a {
	color: #3A5E6A;
}
.link {
	color: #3A5E6A;
}

