﻿  /* CSS layout */
body {
	background-color: #ffffff;
}

#wrapper {
	background-color: #ffffff;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/skugga.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#head {
	width: 1000px;
	height: 160px;
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
}

#top_nav {
	width: 1000px;
	height: 16px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #000000;
	margin-right: 40px;
	margin-left: 40px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 18px;
}

#top_nav a {
	text-decoration: none;
	color: #FFFFFF;
}
#top_nav a:hover {
	color: #008130;
}
#top_nav li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
} 
	
#left_col {
	float: left;
	height: 430px;
	width: 230px;
}

#page_content {
	width: 1000px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	min-height: 430px;
	[if lt IE 7]>
	height: 430px;
	<![endif]
}	
#right_col {
	width: 740px;
	color: #000000;
	float: right;
	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
 		
}
#right_col a {
	font-size:12px;
	text-decoration: none;
	color: #008130;
	font-weight: bold;
}
#right_col a:hover {
	font-size:12px;
	color: #008130;
	font-weight: bold;
	text-decoration: underline;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 1000px;
	height: 15px;
	text-align: left;
	color: #000000;
	padding-top: 15px;
}
#footer a {
	font-size:10px;
	color: #000000;
	text-decoration: none;

}
#footer a:hover {
	font-size:10px;
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 15px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	font-style: oblique;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}	

