html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;

}
h1 img {
	display: block;
}
img {
	border: 0px;
}
img#portfolio {
	border: 2px solid #000000;
}

h6 { font-family:Arial, Helvetica, sans-serif; font-size:80%;}

a {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {

	background: #0D0D0D;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #989898;
	scrollbar-base-color: #333333;
	scrollbar-arrow-color: #000000;

}
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	background: #181818;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#body {
	position: relative;
	margin-left: 4px;

}
#head {
	top: 0px;
	left: 401px;
	width: 770px;
	height: 166px;/*266 */
	background: url(images/header.jpg) no-repeat;
}
#topnav {
	position: absolute;
	top: 41px;
	left: 22px;
}
#topnav a {
	font-weight: normal;
	color: #989898;
}
#topnav a:hover {
	color: white;
}
#left-box {
	/*position: absolute;*/
	float:left;
	top: 610px;
	left: 485px;
	width: 285px;
	height: 255px;
	background: #131212 url(images/left_bg.jpg) repeat-x;
}
#left-box .inner {
	padding: 20px 0px 0px 8px;
}
#left-box h2 {
	margin: 10px 0px 0px 0px;
}
#left-box p.date {
	font-weight: bold;
}
#left-box p {
	margin: 3px 2.5em 1em 1.3em;
}
#nav {
	/*position: relative;*/
	/*top: 167px;*/
	left: 0px;
	width: 770px;
	background: url(images/nav_bak.gif) repeat-x;
	height:37px; /* utan height försvinner bakgrundsbilden */


}
#nav img {
	float: right;
}
#nav ul {float: right; margin:0; padding: 0; }
#nav ul li {float: left; display: inline; margin-right: 0; padding: 0;}
#nav ul a {text-decoration: none; padding: 0; margin:0;}
#nav ul li.crew {float:right;}


#content {
	float:left;
	left: 0px;
	width: 770px;
	/*height: 254px;*/
	background:#1E1E1E url(images/body_bg.gif) repeat-x scroll center top;
	border-bottom:1px dotted #000000;
	margin-top:10px;
}
#content-bot {
	/*height: 254px;*/
	margin-left: 1px;
	overflow: auto;
	width: 510px;/* 505 */
	float:left;
}
#content .inner {
	padding: 10px 27px;
	border-right:1px dotted #000000;
}
#content .date {
	margin-top: 0.8em;

}
#content p {
	/*margin: 0.9em;*/
}
#newswrapper {
width:257px;
float:left;
margin-top:10px;
/*background:top left url(images/right_shadow.jpg) no-repeat;*/
background-color:#1E1E1E;
}
#newswrapper .inner{
padding: 0px 25px;
border: none;
}
#tray {

	border: 1px solid #181818;
	width:770px;
	_height: 180px;
	min-height: 180px;
	
}
#tray .redbox {
	float: left;
	width: 217px;
	_height: 180px;
	min-height: 180px;
	background: #000000 url(images/grey_bg.gif) repeat-x;
	margin-left: 11px;
	padding-top: 19px;
	padding-left: 16px;
	padding-right: 16px;
	color: #CFCFCF;
}
#tray .first {
	margin-left: 0px;
	margin-right:1px;


}
#tray .last {
	margin-right: 0px;

}
#tray p {
	margin-top: 1em;
	margin-bottom: 1.4em;
	padding-left: 2px;
}
/*ul {
	margin: 0px 1em 0px 2em;
	padding: 0px;
}
li {
	padding: 0px;
	margin: 1em 0px;
}*/
.divider {
	background: bottom url(images/footer_bg.gif) repeat-x;
	height: 26px;
	margin-right: 5px;
	position: relative;
	display:none;
}
#details {
	margin-top: -1.4em;
	margin-bottom: -4em;
	float: right;
}
#footer {
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 15px 15px;
}

input, select, textarea {border:1px solid #000000; background-color:#333333; color:#FFFFFF;}
textarea {width:310px}

table#portfolio h1 {font-size: 12px; font-weight: bold; color: #FFFFFF}
table#portfolio a h1 {font-size: 12px; font-weight: bold; color: #FF7F00;}
table#portfolio a:hover h1 {font-size: 12px; font-weight: bold; color: #FFA405;}
table#portfolio tr td {border-bottom: 1px dotted #000000;}
table#portfolio tr#odd td {background-color: #181818;}
