/*
ackworth css
*/
html {
background:;
}
*{
padding:0;
margin:0;

}
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color:black;
  color:white;
  line-height: 125%;
  padding: 0;
  margin: 0;
  text-align:center;
    }	
#wrapper {
margin:auto;
width:900px;
max-width:900px;
text-align:left;
position:relative;
border:;
}
  
li {
list-style-type: none;
}
a {
font-weight: bold;
color:#912D2D;
}
a:link {
color:#0fff67;
text-decoration: none;
}
a:visited {
color:#0fff67;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: white;
background-color: #;
}
a:active {
color: aqua;
background-color: navy;
}
#header, #sitebranding, #tagline, #navigation, #bodycontent{
padding: px;
margin-bottom: ;
}
#navigation, #bodycontent, #header {
position: absolute;
}
#navigation, #bodycontent{
top:158px;
}
#header {
     width: 100%;  
	 }
#bodycontent {
	 padding-top:20px;
	 padding-left:20px;
	 width:690px;

}	 
	 
#sitebranding h1 {
  font-family: pristina;
  width:%;
  font-size: 400%;
  background-color:black;
  color:white;
  background-repeat:repeat-x;
  background-position:bottom;
  padding-top: 1.48em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
  background-attachment:;
  background-position: top right;
  border-bottom:#0fff67 1px solid;
}

#navigation {
	 background-color:black;
	 padding-left:px;
	 padding-right:15px;
	 padding-top:10px;
	 right:1px;
	 height: 550px;
	 font-size:90%;
}
	 /*
	 border-left:#0fff67 1px solid;
	 border-bottom:#0fff67 1px solid;
*/
	 
#tagline p {
     font-style: italic;
     font-family: georgia, times, serif;
     padding-top: .2em;
     padding-bottom: .2em;
     padding-left: 1.8em;
     margin: 0;
	 color:white;
     background-color:black;
	 border-bottom:#0fff67 1px solid;
}
