 
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 932px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header {
	padding: 0px 0px 0px 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #930;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 0px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*padding: 0px 10px 10px 5px;*/ /* padding keeps the content of the div away from the edges */
	margin: 0px;
	border: 0px solid green;
}
.thrColFixHdr #mainContent {
	margin: 0px 205px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. 
	No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want 
	the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid red;
	
} 

.thrColFixHdr #mainGallery {
	/*margin: 0px 20px;*/ 
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid red;
	float: left;
	width: 700px;
	padding-left: 20px;
} 

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	margin-left: 300px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/************* #globalNav styles **************/

#globalNav{
	position: relative;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color:#5E1424;
	width: 725px;
	left: 165px;
	margin: 0px 0px 0px 0px;
	color: #999;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav a {
	font-size: 13px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}

#globalNav a:link, #globalNav a:visited {
	color: #FFF;
}

#globalNav a:hover {
	color: #999;
}


#globalNavBack {
	background-color: #5E1424;
	border: 0px solid green;
}

#galleryNav{
	position: relative;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color:#333;
	width: 763px;
	left: 165px;
	margin: 1px 0px 0px 00px;
	color: #999;
	border: 0px solid green;

}

#galleryNav a:link, #galleryNav a:visited {
	color: #FFF;
	text-decoration: none;
}

#galleryNav a:hover {
	color: #999;
}

#linksNav a:link, #linksNav a:visited {
	color: #069;
	text-decoration: none;
}

#linksNav a:hover {
	color: #999;
}



#links a:link, #links a:visited {
	color: #069;
	text-decoration: none;
}

#links a:hover {
	color: #999;
}

h2 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border: solid 0px blue;
	clear: left;
	float: left;
	margin: 10px 0;
	width: 100%;
}

h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top:5px;
}


h4 {
	font-size: 12px;
	font-style: normal;
	border: solid 0px blue;
	clear: left;
	float: left;
	margin: 5px 0 0;
	white-space: nowrap;
	font-weight: normal;
	width: 80%;
}


h5 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 10px;
	border: 0px solid gray;
	padding: 15px 0 px;
	margin-top: 55px;
	margin-bottom:10px;
}

h6 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border: 0px solid gray;
	padding: 0px 0 px;
	margin-top: 0px;
	margin-bottom:0px;
}

.news { border: 0px solid red; float:left; margin: 0 0 20px; clear: left; width: 100%; }
.bread { border: 0px solid red; float:left; width: 450px; float:left; margin: 10px 0 10px; }


.pic0 {
	float:left; 
	clear:left; 
	border: 0px dotted blue; 
	width: 500px; 
	margin-top: 20px; 
}

.pic1  {
	float:left; 
	padding-bottom: 20px;
	width: 220px; 
	border: 0px dotted blue;
}

.pic1 img { float: left; width: 200px; }

.pic2 img { width: 300px;
			margin: 0px 0px 0px 0px;
			border: 0px dotted blue;
}

.pic3 img { width: 400px;
			margin: 0px 0px 0px 0px;
			border: 0px dotted red;
}

.pic4 {
	float: left; 
	border: 0px dotted red; 
}

.pic4 img { 
			border: 0px dotted red;
			/*padding-bottom: 2px;*/
}

.pic5 {
   margin-top: 10px;
   margin-bottom: 0px;
   margin-left: 0px;
	float: left; 
}


.cl { clear: left; }

.pic0 .right {	/*anv för texten till höger om bilderna på om oss */
   border: 0px dotted black;
   float: left;
   width: 240px;
   margin: 0 0 4px;
}

.under {
	font: 11px verdana;
	border: 0px dotted lime;
	clear: left;
	font-style: italic;
	margin: 2px 0 0px; /* marginal bildtexter på de flesta sidorna */
} 


#sidebar2 img {
	border: 0px solid red;
	margin: 5px 0;
	padding: 0;
}

.copyright_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
}

.counter_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.picRow {
	clear:left;
	border: 0px solid green;
}

li { margin-top: 10px; }
