@charset "utf-8";
/* CSS Document 
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
----------------------------------------*/
body {
	margin:0;
	background:#8B9AB1;
}

/* #container
---------------------------------------- */
#container {
	width:902px;
	margin:0 auto;
	background: url(../gfx/bgcontainer.jpg) no-repeat top center #FFF;
	border:1px solid #CCC;
}
#innerContainer {
	width:900px;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
/* #header
---------------------------------------- */
#header {
	width:900px;
	height:105px;
	background:url(../gfx/topp.gif) 20px no-repeat;
	overflow:hidden;
}
/* #header .top_pic
---------------------------------------- */
#header .topPic {
	width:900px;
	height:85px;
	overflow:hidden;
}
/* #header .top_menu
---------------------------------------- */
#header .topMenu {
	width:900px;
	height:20px;
	overflow:hidden;
}
#header .topMenu ul {
	margin:0;
	padding:0;
}
#header .topMenu ul li.first {
	padding-left:95px;
}
#header .topMenu ul li {
	list-style:none;
	float:left;
	padding-left:15px;
	padding-right:15px;
}
#header .topMenu ul li a,
#header .topMenu ul li a:link,
#header .topMenu ul li a:visited {
	color:#666;
	font-size:0.82em;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#header .topMenu ul li a:hover,
#header .topMenu ul li a:active {
	color:#0099CC;
	text-decoration:underline;
}

/* #mainContent
---------------------------------------- */
#mainContent {
	width:700px;
	min-height:580px;
	height:auto !important;
	height:580px;
	margin:30px 100px 0 100px;
}

/* #footer
---------------------------------------- */
#footer {
	width:850px;
	padding:10px 25px 25px 25px;
	height:20px;
	overflow:hidden;
}

/* Credits
---------------------------------------- */
#credits {
	width:900px;
	margin:0 auto;
	font-size:0.91em;
	color: #FFF;
	text-align:center;
}
#credits a,
#credits a:link,
#credits a:visited {
	color:#FFF;
	text-decoration:none;
}
#credits a:hover,
#credits a:active {
	color:#003366;
	text-decoration:none;
}

/* Article Image
---------------------------------------- */
.article_image_wrap {
	float:right;
	padding:0 5px 0 10px;
}
.article_image {
	background:#EEE;
	width:164px;
}
.article_image img {
	border:2px solid #EEE;
	width:160px;
}
.article_image_txt {
	background:#EEE;
	width:250px;
	min-height:24px;
	height:auto !important;
	height:24px;
	padding:0px 10px 3px 10px;
	overflow:hidden;
}
