* { padding: 0; margin: 0; }

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

body {
 font-family: georgia, Helvetica, sans-serif;
 font-size: 11px;
 line-height:20px;
 background-image:url(gradient.png);
 background-repeat: repeat-x;
 background-color:#314158;
 background-attachment:fixed;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
 position: relative;
   top:-1.2em;
 border: 1px solid #374862;
min-height:100%;

}
#faux {
 background: url(tausta.jpg);
 margin-bottom: 0px;
 overflow: auto; 
 width: 100%
}
#header {
 color: #333;
 width: 880px;
 padding: 10px;
 height: 150px;
 margin: 10px 0px 0px 0px;
 background-image: url(mohh.jpg);

}
#leftcolumn { 
 display: inline;
 color: #333;
 margin:10px;
 padding:0;
 width: 200px;
 float: left;

}
#rightcolumn { 
 float: right;
 color: #333;
 margin:10px;
 padding:0;
 display: inline;
 width: 600px;
 position: relative;
   left:-4em;
}

p {
	padding: 11px;
        text-align:justify;
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #c8c8c8;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }

#menu {
   position:relative;
   left:-1.9em;
   top:-2em;
	width: 200px;
	margin: 10px;
	}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #414774;
	display: block;
	background: url(menu.gif);
	padding: 8px 0 0 30px;
	}

#menu li a:hover {
	color: #000;
	background: url(menuon.gif);
        cursor:default;
	}

a:link, a:visited {
	color: #414774;
	}

a:hover {
	color: #000;
        cursor:default;
	}
	
