body, html
{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
font-family: Verdana;
font-size: 10px;
line-height: 1.4em;
}

body
{
	min-width: 820px;
}

#wrap
{
	background: #fff;
	margin: 0 auto;
	width: 1000px;
	background-color: #fff;
padding: 35px;

}

#main
{
    float: left;
	width: 1000px;
}

#main p
{
margin-top: 10px;
margin-bottom:10px;
margin-right: 0;
margin-left: 0;

}

#post
{
	margin-bottom: 70px;
}

#post img 
{
margin-right:15px;
}

#meny a:link {
	text-decoration: none;
	color: #FFF;
	background-color: #ff0000;
}
#meny a:visited {
	text-decoration: none;
	color: #FFF;
	background-color: #ff0000;
}
#meny a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #ff0000;
}
#meny a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #ff0000;

}


#sidebar
{
	float: right;
	width: 160px;
	margin-top: 0px;
}

#sidebar ul
{
	margin-bottom: 0;
}

#comments p
{
border-top: 1px solid #000;	
padding-top: 3px;
padding-bottom: 3px;
}

#comments 
{
width: 200px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #000;	

}


#footer
{
float: left;
width: 1000px;
}

#footer p
{
margin-bottom: 50px;
margin-right: 0;
margin-left: 0;
}

#footer a:link {
	text-decoration: none;
	color: #FFF;
	background-color: #ff0000;
}

#footer a:visited {
	text-decoration: none;
	color: #FFF;
	background-color: #ff0000;
}

#footer a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #ff0000;
}
#footer a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #ff0000;

}

img
{
	border: 0;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

a { color: #000;}

a:link { text-decoration:none; }

a:visited { text-decoration:none; }

a:hover { text-decoration:underline; }



#content hr
{
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
}

img.divider
{
	align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}