/* CSS Document by Minddesigns.dk */

html {
	background-color: black;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: white;
}

body {
	width: 700px;
	margin: 0 auto;
}

a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

#spacer {
	height: 10px;
}

#logo {
	width: inherit;
	height: 80px;
	background-image:url(img/logo.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#banner {
	width: inherit;
	height: 230px;
	background-image:url(img/banner.png);
	background-repeat: no-repeat;
}

#menu {
	width: inherit;
	height: 30px;
	background-image:url(img/menubg.png);
	background-repeat: repeat-x;
	text-align: center;	
	padding-top: 6px;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 1px 0 0 0;
}

#menu li {
	display: inline;
	margin: 0 5px 0 5px;
	padding: 0;
}

#menu li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
}

#images {
	width: inherit;
	height: 105px;
	background-image:url(img/images.png);
	background-repeat: no-repeat;
}


#main_content {
	overflow: hidden;
}

#main_content h3 {
	color: #cf1412;
	border-bottom: 1px solid gray;
	margin-bottom: 0;
	padding-bottom: 3px;
	font-size: 15px;
}

#main_content h4 {
	border-bottom: 1px solid #333333;
	margin-bottom: 0;
	padding-bottom: 3px;
}

#main_content h5 {
	color: white;
	font-size: 10px;
	margin: 0 0 15px 0;
	padding: 0;
}

#main_content p {
	text-align: justify;
}

#footer {
	width: inherit;
	height: 98px;
	background-image:url(img/footer_pattern.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #cf1412;
}

#redbox {
	width: 204px;
	height: inherit;
	padding: 12px;
}
