body {
	background: #000000;      
	color: #4AC9FF;
	font-family: Tahoma, Sans, Arial, Helvetica, sans-serif, Arial, Verdana;	
	background-image:url('http://www.carfaxabbey.net/images/darkwater.jpg');
	background-repeat:repeat-x; 
	background-attachment:fixed;
	text-align: center;
}

A:link {
	color: #00AAFF; 
	text-decoration: none;
}

A:visited {
	color: #00AAFF;
	text-decoration: none;
}

A:hover  {
	color: #FFFF33;
	text-decoration: overline underline;
}

/* Header */

.blackheader {
	background: #000000;
	color: #FFFFFF;
	width: 100%;
	font-size: 8pt;
	text-align: center;
}

.header_left {
  text-align: center;
  float: left;
  padding: 0px 10px 0px 0px;
  width: 190px;
  color: #ffffff;
  font-family: Tahoma, Sans, Arial, Helvetica, sans-serif, Arial, Verdana;
  font-weight: normal;
  font-size: 8pt;  
}

.header_middle {
  text-align: center;
  top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.header_right {
  text-align: center;
  float: right;
  padding: 0px 10px 0px 10px;
  width: 190px;
  color: #ffffff;
  font-family: Tahoma, Sans, Arial, Helvetica, sans-serif, Arial, Verdana;
  font-weight: normal;
  font-size: 8pt;  
} 

.heading {
  text-align: center;
}

/* Body */

.container {
	width: 960px;  
	/* Centering for IE6
	+ in strict mode,
	Firefox, and other modern browsers */
	margin: auto;
	/* Don't center every line of text -
	we inherited this setting from body */
	text-align: left;     
}

.container_black {
	width: 960px;  
  height: 220px;
	/* Centering for IE6
	+ in strict mode,
	Firefox, and other modern browsers */
	margin: auto;
	/* Don't center every line of text -
	we inherited this setting from body */
	text-align: left;  
	background: #000000;   
}

/* Search Tools */

.left_small {
  text-align: center;
  float: left;
  padding: 0px 10px 0px 0px;
  width: 240px;
  color: #ffffff;
  font-family: Tahoma, Sans, Arial, Helvetica, sans-serif, Arial, Verdana;
  font-weight: normal;
  font-size: 8pt;  
}

.middle_big {
  text-align: center;
  top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.right_small {
  text-align: center;
  float: right;
  padding: 0px 10px 0px 10px;
  width: 240px;
  color: #ffffff;
  font-family: Tahoma, Sans, Arial, Helvetica, sans-serif, Arial, Verdana;
  font-weight: normal;
  font-size: 8pt;  
} 

table.small {
  width: 100%;
  background: #000000; 
  height: 220px;     
}

table.search {
  background: #000000;
  height: 220px;
}

/* Link Blocks */

table.linkblock {
  width: 100%;
  /* height: 375px; */
  background: #000000;      
}

th.linkblock {
	text-align: center;
	background: #222244;
	color: yellow;
	font-weight: bold;
	font-size: 10pt;
	height: 1em;
}

td.tdheader {
	text-align: center;
	background: #222244;      
	color: yellow;
	font-weight: bold;
	font-size: 10pt;
	height: 1em;
}

td.linkblock {
	vertical-align: top;
  text-align: left;
  font-size: 10pt;
}

ul {
margin-left:-20px;
margin-right:0px;
list-style:circle;
} 

.small {
  color: #ffffff;
  font-family: Tahoma, Sans, Arial, Helvetica, sans-serif, Arial, Verdana;
  font-weight: normal;
  font-size: 8pt;
}

.giThumbnail {
  border: 0px;
}

img {
  border: 0px;
}

.gallery {
	text-align: center;
	border: 0px;
}
  
/* Three Column Layout */  
  
.left {
  float: left;
  padding: 0px 10px 0px 0px;
  width: 170px;
}

.middle {
  top: 10px;
  margin-left: 190px;
  margin-right: 190px;
}

.right {
  float: right;
  padding: 0px 10px 0px 10px;
  width: 170px;
}

/* Four column layout */

#container_left {
	float: left;
	width: 50%;
}

	#col1 {
		float: left;
		width: 50%;
	}

	#col2 {
		float: right;
		width: 50%;
	}	

#container_right {
	float: right;
	width: 50%
}

	#col3	{
		float: left;
		width: 50%;
	}
	
	#col4 {
		float: right;
		width: 50%;
	}


/* Footer */

.footer {
  padding-top: 20px;
  text-align: center;
  clear: both;
}
