body {
	margin:0; 
	padding:0; 
	background:url(images/legacy-main-background.png) top left repeat-x; 
	background-color:RGB(25,33,52); 
	width:100%; 
	height:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

#main_container {
	width:960px; 
	height:auto; 
	margin:0 auto 0 auto; 
	padding:0; 
	background-color:#FFF;
}

#main_container #kwBlock {
	width:940px; 
	height:20px; 
	background-color:RGB(25,33,52);  
	overflow:hidden; 
	padding:0 10px;
}

#main_container #kwBlock h1 {
	color:RGB(2254,225,225); 
	font-size:10px; 
	line-height:18px;
	margin:0;
	padding:0;
}

#main_container #headWrapper {
	width:960px; 
	height:50px; 
	background-image:url(images/legacyHeader001.jpg); 
	background-repeat:no-repeat; 
	overflow:hidden;
	padding-top:400px;
}

#main_container #headWrapper .navWrap {
	width:960px; 
	height:50px; 
	overflow:hidden;
}

#main_container #headWrapper .navWrap a {
	display:block;
	height:50px;
	border:none;
	float:left;
}

#main_container #headWrapper .navWrap a.gnHome {
	width:70px;
}

#main_container #headWrapper .navWrap a.gnConky {
	width:215px;
}

#main_container #headWrapper .navWrap a.gnHorses {
	width:225px;
}

#main_container #headWrapper .navWrap a.gnResults {
	width:138px;
}

#main_container #headWrapper .navWrap a.gnAbout {
	width:192px;
}

#main_container #headWrapper .navWrap a.gnContact {
	width:120px;
}


#main_container #left {
	width:310px; 
	height:auto; 
	overflow:hidden; 
	float:left;
}

#main_container #left #left_content {
	width:auto; 
	padding-left:20px;
}

#main_container #left #left_content a.logo {
	display:block; 
	border:none; 
	width:290px; 
	height:132px; 
	background-image:url(images/legacyfarmslogo.png); 
	background-repeat:no-repeat;
	margin-left:0;
}

#main_container #left a.logo {
	display:block; 
	border:none; 
	width:290px; 
	height:132px; 
	background-image:url(images/legacyfarmslogo.png); 
	background-repeat:no-repeat;
	margin-left:20px;
}

#main_container #right {
	width:650px; 
	height:auto; 
	overflow:hidden; 
	float:right;
	margin-bottom:20px;
}


#right p {
  margin-right:10px;
}

#right #right_content {
	width:640px; 
	height:auto; 
	padding-left:10px; 
	overflow:hidden;
}

#footer {
	background-color:RGB(32,42,65); 
	padding:20px; 
	color:RGB(86,114,180);
	font-size:11px;
}

#footer a {
	color:RGB(86,114,180);
}

#footer .secTitle {
	font-weight:bold;
	border-bottom:1px solid RGB(86,114,180);
	margin-top:0;
	line-height:22px;
}

#footer div.secBlock {
	width:300px; 
	float:left;
}

h1 {
  font-size:18px;
}

h2 {
  font-size:16px;
}

div.horse_row {
	width:auto; 
	height:auto; 
	margin-bottom:10px;
}

div.horse_row .horse_pic {
	width:250px; 
	height:150px; 
	float:left; 
	overflow:hidden;
}

div.horse_row .horse_pic img {
	width:250px;
	height:150px;
	border:none;
}

div.horse_row .horse_content {
	width:370px; 
	height:150px; 
	float:right; 
	overflow:hidden; 
	padding-right:10px;
}

div.horse_row .horse_content h2 {
	margin:0; 
	color:RGB(242,47,37);
}

#left_content h2 {
	color:RGB(242,47,37);
}

/* --- page galleries --- */
ul.pagegallery {
	list-style:none; 
	height:82px; 
	width:640px;
	margin:0 0 10px 0;
	padding:0;
	overflow:hidden;
}

ul.pagegallery li {
	display:block; 
	float:left; 
	width:115px; 
	height:80px; 
	overflow:hidden; 
	margin-right:10px;
	border:1px solid RGB(21,26,37);
}
	
ul.pagegallery li.last {
	display:block; 
	float:left; 
	width:115px; 
	height:80px; 
	overflow:hidden; 
}	

ul.pagegallery a {
	display:block;
	width:115px;
	height:80px;
	border:none;
	overflow:hidden;
}

a.outside_link {
	background:url(images/outside-link.png) left center no-repeat; 
	padding-left:14px;
}

.nou {
	text-decoration:none;
}

div.photocopy {
	clear:both; 
	width:auto; 
	height:auto; 
	font-size:12px; 
	color:#999; 
	margin-bottom:10px;
}

p.pdf {
  height:34px; 
  width:auto; 
  padding-left:44px; 
  line-height:34px; 
  background:url(PDF_icon.png) no-repeat;
}

.ntm {
	margin-top:0;
}

.nbm {
	margin-bottom:0;
}