/*#############################################################
Author: Viktor Persson
URL: http://templates.arcsin.se

 .sidenav {
	background: url('images/sidenav.gif') no-repeat right top;
	padding-top: 126px;
	float: right;
	width: 305px;
}


#############################################################*/

/* standard elements */


html {
min-height: 100%;
height: 100%;}

* {
	margin: 0;
	padding: 0;
}
img {
border:none;
}


a {color: #526375;
text-decoration:none;
outline:none;
}
a.addpages{color: #526375;
text-decoration:none;
outline:none;
font-family:Georgia;
}

a:hover {color: #9DB7C3;}

body {
	background: white url('images/background.jpg') no-repeat fixed center top;
	color: black;
	height: 100%;
	font: normal arial,sans-serif;

}

p,code,ul {padding-bottom: 13px;}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}


.main  {width:740px; margin:0 auto }

/* navigation */

ul#menu {
	list-style:none;
	padding-top:540px;
	overflow:hidden;
	margin-left:252px;
		
}
ul#menu li {
	display:inline;
		
}
ul#menu li a {
	display:block;
	
	height:30px;
    text-indent:-9000px;
	margin: 0 10px;
}
ul#menu li a.contact {
	background: url('images/contact.png') no-repeat top;
	width:220px;
}

ul#menu li a:hover {
	background-position:bottom;
}
 
 
.spacing {
	margin-bottom:10px;
}

