// ------------------------------------------------- //
//                                                   //
//   Universal Style Data for Waterford Saddlebreds  //
//          using the Michael E Johnson              //
//          fancy CSS technbique library             //
//      (pat pending) as distorted by Tom            //
//                                                   //
// ------------------------------------------------- //


html {
		font-size: 71%;
	}
	
	body {
		background: url(images/grass40.jpg) #0B480B;
		font: normal 11px verdana, sans-serif;
	}
	
	
	a, a:link, a:visited, a:active {
		color: #695727;
		text-decoration: none;
 
	}
	
	a:hover {
		color: #ff6600;
		border-bottom: 1px dotted #ff6600;

	}
	
	A.imagelink:LINK { text-decoration: none; border-bottom: 0;}
	A.imagelink:ACTIVE { text-decoration: none;  border-bottom: 0;}
	A.imagelink:VISITED { text-decoration: none;  border-bottom: 0;}
	A.imagelink:HOVER { text-decoration: none;  border-bottom: 0;}
	
	a img {
	border: 0;
	}
	
	
	h1, h2, h3, ul, li {
		margin: 0;
		padding: 0;
	}
	
	p {
		margin: 0;
		padding: 30px 15px 0 0;
	}
	
	form {
		margin: 0;
		padding: 30px 15px 0 0;
	}
	
	#container {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	
	#header {
		height: 57px;
		background: url(images/header.gif) no-repeat;
	}
	
	#wrapper {
		border: 3px solid #FFF;
		padding: 3px;
	}
	
	#columns {
		background: url(images/bg.gif) #98BC65 repeat-y;
	}
	

	
	#columns { /* IE Win & Mac */
		height: 400px;
	}
	
	
	#columns { /* Mozilla, Safari */
		min-height: 400px;
	}
	
	#content {
		width: 419px;
		padding: 20px 0 0 38px;
		float: right;
		background: url(images/nook.gif) no-repeat;
		color: #FFF;
		min-height: 400px;
	}
	
	#nav {
		width: 262px;
		padding: 20px 0 0 19px;
		float: left;
		color: #98BC65;
	}
	
	
	#footer {
		clear: both;

	}
	
	#copyright {
		float: left;
	}
	
	#contact {
		float: right;
	}
	
	
	h2 {
		height: 24px;
		margin: 0 0 29px 0;
	}
	
	#footer ul, #nav ul {
		list-style-type: none;
	}
	
	#footer a {
		color: #FFF;
	}
	