/* @override http://castleandersen.dk/style.css */

body{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    background: #fff;
    margin-top: 0px;
}

a {
    text-decoration: none;
    color: maroon;
    border:  none;
}

img{
    border: none;
}

/* Header begins */

#header {
	text-align: center;
	padding-top: 0;
	margin-top: 40px;
}

/* Tabs begins */

#tabnav
	{
		height: 20px;
		margin: 0;
		margin-top:  10px;
		padding-left: 10px;
		border-bottom:  solid #eee 1px;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #eee;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
		border-bottom: solid white 2px;	
	}

#tabnav a:hover
	{
		background: #fff;
	}

/* Tabs ends */

#content{
    width: 947px;
    min-height: 400px;
    background: #fff;
    margin: 15px auto auto;
}

#block-container {
	width:  650px;
	margin-right: auto;
	margin-left: auto;
}

.block-image {
	float: left;
	width: 250px;
	clear: left;
	margin-bottom: 20px;
}

.block-image img {
	float: left;
	width: 250px;
	clear: left;
	margin-bottom: 20px;
}

.block-image iframe {
	float: left;
	width: 251px;
	clear: left;
	margin-bottom: 20px;
}


.block-text {
	width:  375px;
	display: block;
	float: right;
}

.block-title {
	text-transform: uppercase;
	padding-bottom: 5px;
	font-weight: bold;
}

.block-desc {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
}

.news-date {
}

#footer{
    width: 890px;
    height: 70px;
    border-top: 1px solid #CCCCCC;
    font: 11px "Helvetica", "Arial", sans-serif;
    color: #AAAAAA;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
}

/

