@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bwds.new.background6.jpg);
	background-repeat: no-repeat;
	background-color: #0A130E;
	background-position:center;
	font-family:"Verdana" ;
	font-size:65%; /* Sets default font size to 10px */
	color:#9DAD40;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.5em;
	}

a {
	text-decoration:none;
	color:#9DAD40;
	}
a:hover {
	text-decoration:none;
	color:#86B4FF;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:804px;
	height:592px;
	background-image:url(images/bwds.new.centre.png);
	background-position:top center;
	font-size:10px;
	}
#header {
	height:180px;
	margin:0;
	padding:0;
	border:0;
	}
#menu {
	height:35px;
	line-height:35px;
	margin:0;
	padding:0;
	padding-top:112px;
	border:0;
	}
#content1 {
	clear:both;
	float:left;
	width:480px;
	margin-left:6px;
	min-height:450px;
	}
#content2 {
	float:left;
	width:270px;
	margin-left:35px;
	min-height:400px;
	padding-top:20px;
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry a {
	color: #9DAD40;
	text-decoration: none;
	}
.entry a:hover {
	color: #86B4FF;
	text-decoration: underline;
	font-weight: bold;
	}	
.entry-title {
	font-size:1.9em;
	font-weight:normal;
	padding-top:10px;
	letter-spacing:1px;
	color: #86B4FF;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}

/* Menu */

#menu ul {
	list-style-type:none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
#menu li {
	float:left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#86B4FF;
	margin-right:2px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
#menu li a:hover {
	color:#9DAD40;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:35px;
	cursor:default;
	color:#9DAD40;
	}

/* Heading's */

h1 {
	font-size:10px;
	font-weight:bold;
	cursor:default;
	position:relative;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:normal;
	text-decoration: none;
	visibility: visible;
	top: 55px;
	left: 17px;
	width: 450px;
	}
