﻿#container {
	width: 700px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
	background-color: #918C6E;
	border-left-color:#666666; border-right-color:#666666; border-bottom-color:#666666
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/ld_background.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #90A19B;
}
#masthead {
	border: 1px solid #000000;
	text-align: center;
	width: 700px;
	padding: 0px;
	background-color: #5F6336;
	background-image: url('../images/svensktop.gif');
	background-repeat: repeat-x;
	height: 169px;
}
#masthead h1 {
	color: #000000;
	font-size: 48px;
	font-family: Aston-F1;
}
#masthead h3 {
	color: #000000;
	font-size: 20px;
	font-family: Corbel;
	font-style: italic;
}
#headlogo {
	margin: 5px;
	float: left;
}
#content {
	border: 1px solid #5A5F29;
	float: right;
	width: 550px;
	background-color: #E3E3E1; margin-left:10px; margin-right:0px; margin-top:10px; margin-bottom:10px
}
#content p {
	margin: 10px;
	font-family: verdana;
	font-size: 95%;
}
#content h1 {
	color: #292524;
	font-family: Verdana;
	font-size: x-large
}
#content h3 {
	color: #292524;
	font-size: large;
	font-family: Verdana;
	margin-left: 10px;
	margin-top: 10px
}
#content img {
	margin: 10px;
	padding: 2px;
	height: 245px;
	width: 300px;
	background-color: #5A5F29;
	text-align: center;
	float: right
}
#content li {
	list-style-type: square;
	color: #282423;
	display: list-item
}
.boldtext {
	font-weight: bold;
}
#content table {
	border: 1px dotted #000000;
	margin: 0px 10px 10px 10px;
	font-family: tahoma;
	font-size: small;
	text-decoration: none;
	color: #666666;
	width: 150px;
	float: left;
	background-color: #D3DAD7;
}
#content td {
	padding: 2px;
	text-decoration: none;
}

#content td a {
	font-family: tahoma;
	font-size: small;
	text-decoration: none;
	color: #333333;
}
#content td a:hover {
	font-family: tahoma;
	font-size: small;
	text-decoration: none;
	color: #FF0000;
}
.TableTop {
	background-color: #5A5F29;
	color: #000000
}
#tableleft {
	width: 165px;
	float: left;
}
#tableright {
	width: 165px;
	float: right;
}

#navigation {
	border: 1px dotted #000000;
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #000000;
}
/* Masthead Styles */
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #5A5F29;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #5A5F29;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #36391E;
}
#footer {
	text-align: center;
	clear: both;
	width: 700px;
	border: 1px solid #000000;
	background-color: #5A5F29;
	font-family: verdana;
	font-size: x-small;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px
}
#footer a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
/* Content Styles */
h2 {
	color: #000000;
}
/* Footer Styles */
h3 {
	color: #2B2728;
	font-size: large;
	font-family: Verdana;
}
h4 {
	color: #292524;
}
h5 {
	color: #503750;
}
h6 {
	color: #503750;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:active {
	color: #006600;
}
a:hover {
	color: #FF3300;
}
