@charset "utf-8";
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Stockholmsminnen.se Style Sheet

version: 1.0
skapare: krister nielsen
epost: info@wonderworks.se
webbsida: http://www.wonderworks.se/

outline:dashed thin #000000;
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

body, p, h1, h2, h3, h4, h5, h6, table, td, th, li, ul, ol, a, div, span {
	font:12px/15px Arial;
	font-weight:bold;
	text-decoration:none;
}

body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background-color:#222;
}

img {
	display:block;
	margin:4px 2px 0px 2px;
	border-width:2px;
	border-color:#666;
}

.spacer {
	clear:both;
	height:3px;
}

/* main_content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#main_content {
	width:1004px;
	color:#fff;
	text-align:center;
}

/* left_section
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#left_section {
	float:left;
	width:54px;
}

/* right_section
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#right_section {
	float:left;
	width:934px;
	background-color:#333;
}

#right_section img {
	display:block;
	margin:4px auto 10px auto;
	border-width:2px;
	border-color:#666;
}
