/*Bjørnar Lintvedt - http://www.lintvedt.net*/

/*--------------------*/

body 
{
	background: #6b9bb7 url(img/bg.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

a 
{
	color: #306b8c;
	text-decoration: none; 
}

a:hover 
{
	color: #555555;
	text-decoration: none;
}

h1
{
	color: #1d2f38;
	font-size: 1.0em;
	font-weight: bold;
}

h2
{
	color: #1d2f38;
	font-size: 1.0em;
	font-weight: bold;
}

table
{
	padding: 0px 0px 0px 0px;
}

table#stall
{
	padding: 0px 0px 0px 0px;
	background-color: #f7f7f7;
}

/*--------------------*/

#Container {
	width: 600px;
	background: transparent;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*--------------------*/

#Header 
{
	background: transparent url(img/header.png);
	text-align: center;
	height: 150px;
}

/*--------------------*/

#Navigation 
{
	background: #ffffff;
	text-align: center;
	height: 50px;
	padding: 20px 20px 20px 10px;
}

#Navigation ul 
{
	list-style: none;
}

#Navigation li 
{
	display: inline;
	padding-right: 5px;
}

#Navigation li a 
{
	color: #1d2f38;
	font-size: 1.0em;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
 	border: none;
	border: 1px #fff solid;
}

#Navigation li a:hover 
{
	color: #E3CCA6;
	background-color: #3b5969;
	border: none;
	border: 1px #E3CCA6 solid;
}

/*--------------------*/

#Content 
{
	background: #ffffff;
	text-align: left;
	padding: 20px 90px 20px 90px;
	height: auto;
	color: #262626;
}

#Content a
{
	color: #306b8c;
	text-decoration: none; 
	font-weight: bold;
}

#Content a:hover 
{
	color: #E3CCA6;
	text-decoration: none;
	font-weight: bold;
}

/*--------------------*/

#Footer {
	background: transparent url(img/footer.png);
	text-align: center;
	color: #262626;
	height: 100px;
	padding: 20px 20px 20px 20px;
}