img {
	border: none;
}
body {
	font-family: "Arial";
	background : #2d2b2b url(resorces/img/bg2.gif) repeat-y center;
	margin: 0;
	font-size: 9.5px;
}
a:link {
	color: #777;
	text-decoration: underline;
}
a:visited {	
	color: #777;
	text-decoration: underline;
}
a:hover {
	color: #880000;
	text-decoration: none;
}

/* start shadows border*/

/* border 1*/

#shadowed-border {
  	width: 830px;
  	margin: 1% auto 10px auto;
}

#shadowed-border .sb-inner {
  	background:#fff;
}

#shadowed-border .sb-border {
  	background:#880000;
}

/*border 2*/

#shadowed-border2 {
  	width: 300px;
  	margin: auto;
	padding: 8px 0 13px 0; 
	
}

#shadowed-border2 .sb-inner {
  	background: #fff;
}

#shadowed-border2 .sb-border {
  	background: #880000;
}	
/* End Shadows border*/

/* Start main content*/

#content{
	padding: 15px 110px;
	margin: 0;
}
#loggo{
	margin-top: 0;
	text-align: center;
}
#me{
	margin: 8px 12px 12px 0;
	padding: 1px;
	border: 1px solid #880000;
	width: 250px;
	float: left;
}
.desc{
	text-align:left;
	padding: 5px;
	margin: 0 auto;
}

.list{
	text-align: left;
	list-style: none inside url(resorces/img/arrow.gif);
	margin: 0;	
}
.list .year{
	list-style: none inside url();
	color: #880000;

}
/*allt under detta används inte*/

#nav{
	display: none;
	left: 0;
	position: absolute;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0; 
	width: 150px;
}
#nav ul{
	font-size: 11px;
	font-weight: normal;
	list-style-type: none;
	text-align: right;
	margin-bottom: 5px;
}
#nav li{
	border-top: thin dotted #880000;
}
#nav a{
	text-decoration: none;
}
#flashcontent{
	float: right;
	width: auto;
}

/*till hit*/

#contact {
	border-top: 1px dotted #880000;
	padding-top: 10px;
	margin: 0 auto;		
	line-height: 1.6;
	font-size: 1.2em;
	width: 600px;
	text-align: center;
	clear: both;
}

/*End main content*/

#footer {		
	text-align: center;
	font-size: 9px;
	color: #777;
	text-transform: uppercase;
	line-height: 1.5;
}


#fox {
	margin: 10px auto;
	text-align: center;
}
