body {
	font: .9em "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: #090909 url(../images/Bkgd_Layout1.jpg) repeat-x center top;
	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: #CCCCCC;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	/*background: #DDDDDD;*/
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
}
#header {
	background-image: url(/flash/ToppBanner_00001.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#altContent {
	
	}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	border-top: 1px none #B13511;
	border-right: 1px none #B13511;
	border-bottom: 1px solid #B13511;
	border-left: 1px none #B13511;
	display: block;
	float: none;
}
.oneColFixCtrHdr #footer {
	padding: 0 50px 20;
	font-size: .75em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B13511;
	float: left;
	clear: left;
	position: static;
}
.oneColFixCtrHdr #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 */
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
.oneColFixCtrHdr #navBar {
	/*border-top: 2px none #B13511;*/
	border-right: 2px dashed #B13511;
	/*border-bottom: 2px dashed #B13511;*/
	border-left: 2px dashed #B13511;
	text-align: center;
	display: block;
	padding-left: 200px;
	
}
.Content {
	clear: none;
	float: left;
	padding: 0px;
	width: 724px;
	height: auto;
	position: absolute;
	z-index: 8;
	overflow: visible;
	visibility: visible;
}
/*.cont2 {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
*/
.imgLeft {
	margin: 0px 0px 10px0px;
	vertical-align: text-top;
	text-align: left;
}

#jobbTabell {
	width: 100%;
	display: table;
	}

.jobHead {
	background-color: #F90;
	color: #000;
	padding-left: 10px;
	text-align: left;
	height: 25px;
	}
.jobRow2 {
	background-color: #999;
	color: #000;
	padding-left: 10px;
	text-align: left;	
	}

.ByLine { font-size: 10px; }
