body, td, tr {
	font-family: Arial, Garamond, Verdana, Georgia, Times New Roman, Courier,     sans-serif;
	font-size: 13px;
	color: #C0C0C0;
	background-color: #000000;
 	letter-spacing: 1px;
}

body {
	/*margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px; */
	margin-left: 70px;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 0px;
}

#container {
    width: 1000px;
	height: 10000px;
/*  margin: auto;  not sure what this doing so switched it off for timebeing*/
    
}


/* these are the click on titles which i've now padded a bit to space them */
#title {
    width:  325px;
    padding-left: 45px;
    padding-top: 15px;   
}


div {
	margin-top: 0px;
	margin-left: 0px;
	}

div.subtopic {
	position: 11px;
	width: 1000px;
	margin-top: auto
}

div.topic {
	padding-right: : 4px;
}

/*  don't think this is relevant
table {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 6px;
}  */

a:link, a:visited, a:active {
	font-size:11px;
	color:#CCCCCC;
	text-decoration: none;
	font-weight:normal;
}

a:hover, {
	color: #CCCCCC;
	background-color: #FFCC00;
}

img {
	border: 0;
	padding-right: 6px; 
	padding-top: 6px; 

}


h1, h3 {
	font-weight:normal;
}

/*

h1 {
	font-size:30px;
	margin-bottom:7px;
	margin-top:14px;
	line-height:24px;
}
h1:hover {
	font-size: 30px;
	line-height: 24px;
}

h2, h2:active {
	text-transform: uppercase;
	font-size: 14px;
	color:#333333;
	font-weight: bold;
	line-height: 14px;
	margin-bottom:10px;
	margin-top:10px;
	letter-spacing: 1px;
}

h2:hover {
	font-size: 14px;
}

*/

h3, h3:active, h3:hover {
	font-size: 15px;
	line-height:12px;
	margin-top: 6px;
	margin-bottom: 6px;
	letter-spacing: 1px;
}


h4, h4:active {
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	margin-bottom: 0px;
	margin-top: 11px;
	text-indent: 0px;
}

h1:active, h2:active, h3:active {
	color: #FFF;
}

/*

hr {
  background: #000000; 
  color: #000000;
  clear: both; 
  float: none; 
  width: 65%; 
  height: .1em;
  margin: 0 500 1.45em;
  border: none; 
}

hr.space {
  background: #000000;
  color: #000000;
}

*/


.text {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 20px;
	width: 700px;
}
