/***CSS by willr | Part of template 'Black.Blog' available free from OSWD.org 
and openwebdesign.org**/

body {
font-family: Verdana, Arial, sans-serif;
font-size: 80%;
background-color: #333333;
text-align: center/***Centering design - cancelled out by containers text-align: left***/
}

* {
margin: 0;
padding: 0;
}

a img {
border:0px;}

abbr, acronym {
border-bottom: 1px dotted #fff;
cursor: help;}

/***Header***/

#header {
display: block;
width: 600px;
margin: 8px auto 0 auto;
}
#header h1 {
text-align: right;
float: right;
background-color: inherit;
color: #fff;
font-size: 2em;
font-family: Tahoma, Verdana, Arial, sans-serif;}

#header p {
text-align: left;
margin-top: 17px;
margin-left: 5px;
background-color: inherit;
float: left;
color: #a0a0a0;}

/***Site Container***/

#content {
background: #606060;
clear: both;
width: 600px;
border: 4px solid #000;
margin: 30px auto;
text-align: left;
padding: 8px;}


#content h2 {
clear: both;
color: #fff;
font-size: 1.4em;
margin-left: 17px;
background-color: inherit;
padding-bottom: 6px;
border-bottom: 1px solid #b0b0b0;}

#content p {
margin: 8px;
color: #e0e0e0;
background-color: inherit;
line-height: 1.6em;
}

#content a{
color: #fff;
text-decoration: none;
background-color: inherit;
border-bottom: 2px solid #fff;}

#content a:hover {
color: #e0e0e0;
background-color: inherit;
border-bottom: 2px solid #e0e0e0;}


.right {
float: right;
padding: 3px;
border: 1px solid #b0b0b0;
margin: 5px;}

#content .info p{
color: #fff;
font-size: 0.9em;
margin-left: 17px;
padding-bottom: 4px;
background-color: inherit;
border-bottom:1px solid #b0b0b0;}

#content .info a{
border: none;
background-color: inherit;
text-decoration: none;}

/***Site Navigation***/

#nav {
width: 580px;
height: 350px;
margin: 0 auto 10px auto;
border: 4px solid #000;
background: #333;
overflow: auto; 
color: #fff;}

#nav h5 {
margin-left: 10px;
background-color: inherit;
margin-bottom: 10px;}

#nav .list1 {
margin-top: 8px;
background-color: inherit;
float: left;
width: 170px;
border-right: 1px solid #a0a0a0;
}
#nav .list2 {
margin-top: 8px;
margin-right: 5px;
background-color: inherit;
float: left;
width: 190px;
border-right: 1px solid #a0a0a0;
}
#nav .list3 {
margin-top: 8px;
background-color: inherit;
float: left;
width: 170px;}

#nav li{
	list-style:none;
	background-color: inherit;
	background-image:url(list.jpg);
	background-position: center left;
	background-repeat:no-repeat;
	font-size: 0.9em;
	text-transform: uppercase;
  margin-left: 20px;
	padding-left: 18px;
  margin-bottom: 5px;
  color: #f4f4f4;
  display: block;
  width: 140px;}

#nav ul{
margin-left: 4px;}

#nav a{
color: inherit;
background-color: inherit;
border: 0;
text-transform: inherit;}

#nav a:hover {
color: #c0c0c0;
border: 0;}

/***Footer Style***/

#footer{
text-align: center;
background-color: inherit;
margin-top: 8px;
color: #a0a0a0;
font-size: 0.8em;}

#footer a{
color: #a0a0a0;
background-color: inherit;
text-decoration: underline;}

#footer a:hover {
color: #fff;}

/***All good things have to come to a end.***/