html
{
	background-color:#d5d6d7;	
}
body
{
	margin-top: 1px;
	position: absolute; 
	left: 50%;
	margin-left: -400px;
	width: 800px;
	color: #515151;
}
img
{
	border: 0px;
}
a
{
    color: #3126FF;
}
#ContentWrapper
{ 
	background-color: white;
	width: 788px;
	padding: 10px 0px 10px 10px;
	border: 1px solid #6C6C6C;
	border-top: none;
}
#Top
{
	width: 800px; 
	height: 138px;
	background: url('./images/topgfx.jpg');
}

#Content
{
	background: url('./images/mainbg.gif');
	position: relative;
	float: right;
	margin-right: 5px;
	min-height: 100px;
	width: 595px;
	font-family: verdana, helvetica, arial, sans-serif;
	padding: 35px 10px 30px 10px;
}
#ContentTopBorder
{
	width: 615px;
	height: 28px;
	background: url('./images/maintop-samlet.gif');
	position: absolute;
	left: 0px;
	top: 0px;
}
#ContentBottomBorder
{
	width: 615px;
	height: 3px;
	font-size: 3px;
	background: url('./images/mainbtm.gif');
	position: absolute; 
	left: 0px;
	bottom: 0px;
}
#Menu
{
	background: url('./images/menubg.gif');
	position: relative;
	padding: 0px 0px 30px 0px;
	height: auto; 
	width: 153px;
	margin-bottom: 20px;
}
#Menu ul
{
	list-style-type: none;
	margin: 10px 0px 0px 20px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px; 
	padding: 0px 0px 0px 0px;
	line-height: 16px;
}
#Menu ul li
{
	padding-bottom: 10px;
}
#Menu ul ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	font-size: 12px;
}
#Menu ul ul li
{
	padding: 0px 0px 0px 0px;
}
#Menu a
{
	font-size: 10px;
	color: blue;
}
#Menu a:hover
{
	font-weight: bold;
}
#MenuTopBorder
{
	width: 153px; 
	height: 28px;
	background: url('./images/menutop-samlet.gif');
}
#MenuBottomBorder
{
	position: absolute; 
	bottom: 0px;
	width: 153px; 
	height: 3px; 
	font-size: 3px; 
	background: url('./images/menubtm.gif');
}
#Links img
{
	border: 0px;
}
#Links ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#Links li
{
	margin-bottom: 15px;
	text-align: center;
}
.BlogBody
{
	font-size: 13px;
	padding-bottom: 20px;
	border-bottom: 1px dotted;
	margin-bottom: 20px;
}
.BlogHeadline
{
	padding-bottom: 5px;
}
.BlogDate
{
	padding-bottom: 5px;
}

