/* document 
css/html by genetrix.se
photos by henrik lagerberg*/

body {

 font-family: Verdana, sans-serif;
 font-style: normal;
 font-weight: normal;
 text-transform: none;
 letter-spacing: normal;
 line-height: 1.3em;

 color:#E0E0E0;
 background: #000;

 width: 750px; 
 margin: 2em auto; 

 font-size: 14px;

}


p {
 padding: 0px;
}

#wrapper { 
 margin: 0 auto;
 width: 100%;
}

#content { 
 float: left;
 width: 100%;
 display: inline;
 color:#E0E0E0;
 background: #000;
 font-size: 14px;
}

#header {
 width: 100%;
 float: left;
 height: 160px;
 color:#C8C8C8;
 background: #000;
 font-size: 14px;
}

#footer { 
 width: 100%;
 height: 45px;
 clear: both;
 color:#787878;
 background: #000;
 font-size:13px;
 padding:20px 0px 0px 0px;
}

#navigation {
 float: left;
 width: 100%;
 height: 45px;
 background: #000;
}


/* menu */

ul#menu {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:45px;
	color:#C8C8C8;
}

ul#menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	color:#C8C8C8;
}
	
ul#menu li a {
	display:block;
	float:left;
	color:#C8C8C8;
	text-decoration:none;
	padding:0px 20px 0px 0px;
	height:45px;
}
	
ul#menu li a:hover {	
	color:#787878;
}


/* image float */

.align-right { 
float:right; 
margin: 0 0 25px 15px;
}

.align-left { 
float:left;
margin: 0 25px 15px 0; 
}


/* link color */

a:link {
text-decoration: none;
color:#E0E0E0;
border:none;
}

a:visited {
text-decoration: none;
color:#E0E0E0;
border:none;
}

a:active {
text-decoration: none;
color:#E0E0E0;
border:none;
}

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