body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	text-align: center;
	font-size: x-small; /* IE5 Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
  	font-size: 76%;
}
html>body { /* be nice to Opera */
	font-size: 76%;
}


/*------------( a )------------*/
a {
	color: #e80f0f;
	text-decoration: none;
}
a:hover {
	color: #2a7ccf;
	text-decoration: underline;
}


/*------------( bender > wrapper class )------------*/
#bender {
	position: relative;
	margin: 0 auto;
	background: #fff url(img/bakgrunnur_peter.gif) repeat-y;
	font-size: 1em;
	text-align: left;
	width: 768px;
}


/*------------( head )------------*/
#head {
	width: auto;
	height: 100px;
	padding: 0;
	margin: 0 0 0 20px;
	background: #fff url(img/haus_peter.gif) no-repeat;
}


/*------------( navigation )------------*/
#nav {
	width: 728px;
	background: #fff;
	margin: 0 0 0 20px;
	line-height: 1.5em;
	border-bottom: 1px solid #000;
	font-weight: bold;
}
#nav a {
	margin-left: 15px;
}


/*------------( main body of page )------------*/
#main {
	float: left;
	width: 500px;
	clear: left;
	margin: 10px 0 0 35px;
	_margin: 10px 0 0 17px;
	overflow: hidden;
}
#main .blogbody {
	margin:0 0 20px 0;
}
#main h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1.5em;
	
	padding-bottom: 3px;
}
#main h3 {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	text-decoration: underline;
}
#main img {
	border: 2px solid #feff98;
	margin: 2px;
	padding: 2px;
	float: right;
}
#main a {
	color: #009fd7;
	text-decoration: none;
}
#main a:hover {
	color: #e80f0f;
	text-decoration: underline;
}

.blogbody {
	font-size: 0.9em;
	line-height: 1.2em;
}

.blogfoot {
	clear: right;
	color: #333;
	font-style: italic;
	border-top: 1px #333 dashed ;
}

/*------------( side panel )------------*/
#side {

	margin: 10px 0 10px 565px;
	width: 175px;
	_width: 170px;
	text-align: left;
	
}
#side h3 {
	margin: 0;
	font-size: 1.2em;
	text-decoration: underline;
}
#side a {
	color: #f9e62c;
	text-decoration: none;
}
#side a:hover {
	color: #fbc44f;
	text-decoration: underline;
}
#side img {
border: 1px #000 solid;
}


/*------------( footer of death )------------*/
#footer {
	border-top: 1px solid #000;
	margin: 0 0 0 20px;
	width: 728px;
	background: #fff;
	text-align: right;
	font-size: 0.8em;
	clear: both;
}


/*------------( for the weak minded )------------*/
.hide {
	display: none;
}


/*------------( common )------------*/
.centre {
	text-align: center;
}
.error {
	color: #ff0000;
}


/*------------( komment )------------*/
#komment {
	background: #fbc44f;
	margin: 5px;
	padding: 0;
	text-align: left;
	}
#komment h2 {
	text-decoration: underline;
}