body {
	font-family:Tahoma, Verdana, Helvetica;
	font-size:12px; 
	color:#000; 
	margin-top:14px;
}

h1	{
	font-size:18px;color:#000
}

DIV#document {
	width: 975px; 
	margin-left: auto; 
	margin-right:auto; 
	border-bottom:1px solid black;
}


DIV#header	{
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

DIV#mann {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}

DIV#contactform {
	width: 400px; 
	margin-left:50px; 
	float:right
}

DIV#clr {clear:both}

a:link 					{text-decoration: none;color:#000}
a:visited 				{text-decoration: none;color:#000}
a:hover 				{color: #000;text-decoration:none;color:silver}

a.navlinks:link 		{text-decoration: none;color:#000;font-weight:bold}
a.navlinks:visited		{text-decoration: none;color:#000;font-weight:bold}
a.navlinks:hover 		{text-decoration:none;color:#fff;font-weight:bold}

input, textarea, select	{
						background-color: #e9e9e9;
						font-family:Tahoma, Verdana,Helvetica;	
						font-size:10px;
						color:#2A0C1C;
						}

ul	{
	margin-top: 10px;
	margin-bottom: 20px;
}

ul.news {
	margin-top: 10px;
	margin-bottom: -14px;
}

DIV#forum	{
	margin-left: auto;
	margin-right: auto;
	padding:5px;
	color:#000;
	clear:both;
}

DIV#pre-footer	{
	width: 975px;
	height:14px;
	margin-left: auto;
	margin-right: auto;
	padding-top:5px;
	padding-bottom:5px;
	color:#000;
	clear:both;
}

.photograhy-neil-white	{
	font-size:9px;
	font-weight:normal;
}

DIV#footer	{
	width: 975px;
	height:14px;
	margin-left: auto;
	margin-right: auto;
	padding-top:5px;
	padding-top:5px;
	color:#000;
	font-size:10px;
	clear:both;
}

DIV#footerlinks	{
	align:center;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  color:#33CC00;
  }

div.row span.ffield {
  float: left;
  width: 330px;
  padding-left:14px
  } 

/* CSS DROP DOWN CODE */
/* CSS DROP DOWN CODE */
/* CSS DROP DOWN CODE */
/* CSS DROP DOWN CODE */
/* CSS DROP DOWN CODE */

DIV#nav	{
	width:940px;
	margin-top: 0px;
	padding-bottom: 30px;
	margin-left:100px;
}

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
font-size:14px
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
background-color: #ccc;
border: 1px solid black;
margin:1px ;
}

.mainitems a{
margin-left: 14px;
margin-right: 14px;
text-decoration: none;
}

.subuls{
display: none;
width: 220px;
position: absolute;
top: 17px;
left: -1px;
background-color: #e9e9e9;
border-bottom: 1px solid black;
border-right: 1px solid black;
border-top: 1px solid black;
border-left: 1px solid black;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing lhe containing li, rather than bottom left */
top: 100%;
left: -1;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

.tblheader {background-color:#e9e9e9;font-size:12px;font-weight:bold}
.tblrow {border-bottom:1px solid #e9e9e9;border-right:1px solid #e9e9e9;font-size:12px;font-weight:bold}

