html, body{
	font-family:Arial, Helvetica, sans-serif;
	background:#CCC;
	height:100%;
	margin:0;
	padding:0;
	}
	
#content{
	position:relative;
	min-height:100%;
	width:630px;
	margin:0 auto;
	padding:10px 10px;
	background:#fff;
	font-size:.8em;
	}

#body{
	padding: 1em 0 80px;
	min-height:100%;
	}

hr{
	display:none;
	}

#right{
	float:right;
	width:200px;
	font-size:.9em;
	}

#right ul{
	margin:1em 0 0;
	padding:0 20px;
	}

#right ul li{
	/*list-style:circle;*/
	list-style:disc;
	margin:0 0 .5em;
	font-size:1.1em;
	color:#1BAACC;
	}
	
#right ul li a{
	text-decoration:none;
	}
#right ul li a:hover{
	text-decoration:underline;
	}
	
#right img{
	float:left;
	margin:0 .5em .5em 0;
	}

#right .omoss{
	margin:20px 0 0;
	}

#left{
	float:left;
	width:410px;
	}
	
#menu{
	position:absolute;
	top:40px;
	background:url(/images/trekant_fronthill.gif) no-repeat;
	background-color:#1BAACC;
	height:70px;
	width:630px;
	color:#FFFFFF;
	}

#menu ul{
	float:right;
	font-size:.8em;
	margin:0;
	font-size:14px;
	}
	
.lank{
	position:relative;
	top:50px;
	}
	
#menu ul li{
	display:inline;
	margin:0;
	padding:0 .5em 0 0;
	list-style:none;
	border-right:solid #FFF 1px;
	}
	
#menu a{
	color:#FFF;
	text-decoration:none;
	}

#menu a:hover{
	text-decoration:underline;
	}
	
#menu ul li.last{
	border-right:none;
	}
	
#spacer{
	width:550px;
	height:90px;
	}

#footspace{
	height:100px;
	clear:both;
	}
	
#footer {
	position:absolute;
	bottom:2em;
	width:630px;
	clear:both;
	font-size:.8em;
	color:#666;
	text-align:center;
	padding:1em 0 0 ;
	}
	
#footer a{
	color:#666;
	}

h1{
	margin-top:0;
	font-weight:normal;
	}

a{
	color:#000;
	}
	
.bla{
	color:#1baacc;
	}