/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #001446;
	/*font-style: italic;*/
	font-size: 80%;
	font-family: arial, verdana, sans;
	color: #6189DA;
}

i {
	display: none;
}

#pageBlock {
	margin: 0px auto;
	text-align: left;
	width: 809px;
	padding-left: 16px;
	background: url(../img/layout/pageBlock.jpg) repeat-y;
}

#header {
	height: 106px;
	background: url(../img/layout/header.jpg) no-repeat top left;
}

#navigation {
	margin: 0px;
	padding: 0px;
	width: 779px;
	height: 37px;
	padding-left: 84px;
	background: url(../img/layout/navBG.jpg) no-repeat top left;
}
#navigation a {
	margin-bottom: 4px;
}
#topBanner {
	margin: 0px;
	padding: 0px;
	height: 70px;
	margin-bottom: 12px;
	background: url(../img/layout/welcome.jpg) no-repeat top left;
}


.hr {
	clear: both;
  	border: 0px;
	width: 732px;
	margin: 8px 0px 4px 20px;
	height: 1px;
	background: url(../img/layout/HR.jpg) no-repeat top center;
}
.hr hr {
  display: none;
}

#heading {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 754px;
	height: 47px;
}

h1 {
	height: 1px;
	margin: 0px;
	padding: 0px;
	text-indent: -700em;
}

h3 {
	margin-bottom: 4px;
	padding-bottom: 0px;
	margin-left: 30px;
}

#bodyTop {
	margin: 0px;
	padding: 0px;
	width: 754px;
	height: 10px;
	background: url(../img/layout/body_top.jpg) no-repeat top left;
}

#bodyFill {
	margin: 0px;
	margin-left: 12px;
	padding: 0px;
	width: 754px;
	background: url(../img/layout/body_fill.jpg) repeat-y top left;
}
#vikenFill {
	margin: 0px;
	margin-left: 12px;
	padding: 0px;
	width: 754px;
	height: 480px;
	background: url(../img/layout/vikenBG.jpg) no-repeat bottom left;
}
#bodyFill img {
	margin-right: 6px;
}
#bodyFooter {
	margin: 0px;
	padding: 0px;
	margin-left: 12px;
	width: 754px;
	height: 17px;
	background: url(../img/layout/body_bottom.jpg) no-repeat top left;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	margin-left: -16px;
	width: 809px;
	height: 120px;
	background: url(../img/layout/footer.gif) no-repeat top left;
}
#toTop {
	width: 11px;
	height: 8px;
	margin-left: 755px;
	padding-top: 25px;
}
#copyRight a {
	text-decoration: none;
}
#copyRight {
	padding-top: 35px;
	text-align: center;
	font-size: 11px;
	color: #6189DA;
}

/* Contact */

#contactAddress {
	width: 739px;
	height: 124px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	background: url(../img/layout/contactAddress.jpg) repeat-x;
	margin-left: 7px;
}

/* About */

#aboutLinks {
	width: 739px;
	height: 91px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../img/layout/aboutLinks.jpg) repeat-x;
	margin-left: 7px;
}

#aboutBlock {
	padding-left: 150px;
}

#aboutThumb {
	height: 121px;
	width: 157px;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* Gallery */

#galleryBlock {
	padding-left: 40px;
}

#galleryThumb {
	height: 158px;
	width: 157px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

/* Buy Viken */

#buyViken {
	margin-left: 7px;
}

/* TYPOGRAPHY */

a {
	color: #6189DA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	/* margin: 0px; */
	margin-bottom: 5px;
	margin-top: 3px;
	padding: 0px 20px 0px 20px;
}
.news {
	margin-top: 0px;
}
p img {
	/*margin-left: 30px;*/
}
.center {
	text-align: center;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.red {
	color: #AC0303;
}

.yellow {
	color: #FEC900;
	text-decoration: none;
}
.link {
 color: #0679BA;
}

.more {
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
	font-weight: bold;
}
.more a {
	color: #AC0303;
}

