* { padding: 0; margin: 0; }

body {
color:#fff;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 100;
background-image:url('images/planksBG.jpg');
background-repeat:repeat;
background-color:#000000;
}
#wrapper {
 width: 1000px;
}
#leftcolumn { 
 font-size: 12px;
 padding-left: 20px;
 height: 600px;
 width: 195px;
 float: left;
}
#rightcolumn { 
 float: left;
 height: 700px;
 width: 700px;
 display: inline;
 position: relative;
}

#footer { 
float: left;
margin-left:20px;
margin-top:20px;
padding-top:5px;
height:50px;
width: 915px;
font-size:12px;
border-top-style:solid;
border-top-color:#fff;
border-top-width:1px;
}

h1 {
 font-size: 24px;
 font-weight:normal;
 letter-spacing:1px;
 border-bottom-style:solid;
 border-bottom-color:#fff;
 border-bottom-width:1px;
 padding: 0;
 margin: 0;
}

#about{
padding:15px;
font-size: 24px;
font-weight: 100;
}

a {
 color:#fff;
 text-decoration: none;
}

a:hover {
background-color: #333;
color: #ff0000;
}

#accordion {
	list-style: none;
	padding: 0 0 0 0;
	width: 170px;
}
#accordion li{
	display: block;
	font-weight: bold;
	margin: 1px;
	cursor: pointer;
	padding: 5 5 5 7px;
}
#accordion ul {
	list-style: none;
	padding: 0 0 0 0;
	display: none;
}
#accordion ul li{
	font-weight: normal;
	cursor: auto;
	padding: 0 0 0 7px;
}
#accordion a {
    color:#fff;
	text-decoration: none;
}

#accordion a:hover {
    color:#ff0000;
	text-decoration: none;
}