body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
}
#page
{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#top
{
	width: 100%;
}
#content
{
    width: 730px;
	padding: 25px 35px;
	overflow: auto;
}
#footer
{
	height: 44px;
	background-color: #9f2d20;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 10px;
}
#spire
{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
}
#menu
{
	width: 100%;
	height: 38px;
	overflow: auto;
}
#menu a
{
	background-image: url('../Layout/btnOff_bg.jpg');
	background-repeat: repeat-x;	
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-left: 1px solid #9f2d20;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
#menu a:hover, a:active
{
	background-image: url('../Layout/btnOn_bg.jpg');
	background-repeat: repeat-x;	
}
h1
{
	color: #8B1C1A;
	font-size: 16px;
	margin-top: 0px;
	font-weight: normal;
}
#footer a
{
	text-decoration: none;
	color: #fff;
}
#footer a:hover
{
	text-decoration: underline;
}
img
{
    border: 0px;
}
a
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.galleryimage
{
	float: left;
	width: 146px;
	display: block;
	text-align: center;
}
.row
{
	overflow: auto; 
	width: 100%; 
	padding-bottom: 20px;
}
/* FORSIDE */
#articles
{
    float: left;
    width: 410px;
}
#article
{
    width: 410px;
    overflow: auto;
}
#flash
{
	display: block;
	width: 300px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}
.box
{
	width: 250px; 
	height: 130px; 
	display: block; 
	float: left; 
	border: 1px solid #9f2e20; 
	margin-left: 0px; 
	margin-right: 0px;
}
.boxheader
{
	display: block;
	width: 235px;
	height: 30px;
	line-height: 30px;
	background-color: #9f2e20;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 15px;
}
.boxcontent
{
	width: 235px;
	padding: 15px;
}
#articles div.article
{
    display: block;
    width: 410px;
    margin-bottom: 20px;
}
#articles a
{
    display: block;
    font-weight: bold;
    font-size: 14px;
}
#articles a.lesmer
{
    font-size: 11px;
}
#articles p
{
    margin: 5px 0 0 0;
}

#infobox
{
width: 200px;
float: right;
background-color: #9f2e20;
padding: 25px;
color: #fff;
margin-left: 30px;
height: 100%;
}
