body
{
	background: url(img/bg.jpg) repeat top center #AAA;
	font: 11px Arial, Helvetica, sans-serif;
	/* margin: 0px; */
        margin-top: 0;
        margin-left: 20px;
        margin-right: 20px;
	padding: 0px;
	/* text-align: center; */
}

hr
{
   border: 0;
   background-color: #666;
   margin-top: 14px;
   margin-bottom: 14px;
   height:5px;
}

a
{
	background-color: #FFB;
	border-bottom: 1px solid #BBB;
	color: #111;
	padding: 0 2px;
	text-decoration: none;
}

a:hover
{
	background-color: #FDB;
	border-bottom: 1px solid #888;
}

b
{
	font-size: 12px;
	letter-spacing: 0;
}

em,i
{
	/* color: #000; */
	font-family: Georgia,serif;
}

h1,h2,h3,h4,h5,h6
{
	border-bottom: 1px dotted #BBB;
	font-weight: normal;
	margin: 15px 40px -5px 40px;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 16px;
}

	/*
blockquote
{

        color: #888;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: -25px;
	padding-left: 80px;
	text-indent: -32px;
	width: 65%;
}
         */

blockquote .bq
{
	color: #CCC;
	font-size: 64px;
	left: -10px;
	line-height: 54px;
	position: relative;
	top: 30px;
}

blockquote .bqauthor
{
	color: #666;
	text-align: right;
}

ul
{
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18px;
	list-style-type: square;
	margin-left: 40px;
	padding-left: 40px;
}

#container
{
	border-left: 8px solid #666;
	border-right: 8px solid #666;
	/* color: #333; */
	color: black;
	height: 100%;
	margin: auto;
	/* width: 650px; */
	max-width: 750px;
	min-width: 550px;
}

#header
{
	/* background: url(img/burst.jpg) no-repeat top center #FFF; */
	/* background: url(img/burst.jpg) no-repeat top left #000; */
	background: url(img/wide-burst.jpg) no-repeat top left #000;
	height: 200px;
	margin: 0;
	position: relative;
	top: 0;
}
#header p.sitename
{
	background-color: #666;
	color: #FF0;
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: 8px;
	margin: 0 0 1px 0;
	padding: 5px 5px;
	text-align: left;
}
span:hover .hiddentitle
{
	visibility: visible;
}
.hiddentitle
{
	color: #FFF;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 0 0 2px 20px;
	visibility: hidden;
}
.hiddentitle a, .footlinks a
{
	background-color: transparent;
	border: 1px solid #CCC;
	color: #FFF;
	letter-spacing: 0;
	padding: 1px 3px;
}
.hiddentitle a:hover, .footlinks a:hover, .linktitle
{
	background-color: #CCC;
	border: 1px solid #CCC;
	color: #666;
	padding: 1px 3px;
}
#header p.nav
{
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: -5px 0 0 0;
	padding-top: 10px;
	text-align: right;
}
.hiddeninfo
{
	font-size: 11px;
	font-style: italic;
	padding-right: 20px;
	visibility: hidden;
}
.nav a
{
	background-color: transparent;
	border: 0;
	color: #FFF;
	padding: 5px 10px;
	text-decoration: none;
}
.current
{
	/* margin-right: -10px; */
	/* padding: 5px; */
	/* padding-right: 5px; */
	/* padding: 5px 10px; */
}
.nav a:hover,a:hover .hiddeninfo
{
	background-color: #666;
	border: 0;
	color: #FFF;
	visibility: visible;
}
.egenside
{
	background-color: transparent;
	border: 0;
	color: yellow;
	/* padding: 5px 10px; */
        padding-right: 10px;
	text-decoration: none;
}
#main
{
	background-color: #FFF;
	min-height: 550px;
	padding: 10px 0 20px 0;
	text-align: left;
	width: 100%;
}

#main p
{
	letter-spacing: 1px;
	line-height: 18px;
	margin: 10px 40px;
}

#footer
{
	background-color: #666;
	color: #FFF;
	font-size: 37px;
	height: 60px;
	margin-top: -10px;
	text-align: left;
}
#footer h5
{
	margin: 0;
	padding: 10px 10px 0 10px;
}
#footer p
{
	line-height: 10px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

