@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px; padding: 0px;
	background: #774f38;
	text-align: center;
	
	}
	

#container {
	width: 830px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;

	
}
#top {
	background: transparent url("Images/header.jpg") no-repeat;
	width: 830px; height: 108px;
	text-align: center;
	

}
#navigation {
	height: 95px;
	
}
#navigation div, #navigation a {
	display:block;
	float: left;
	height: 95px;
	background-repeat: no-repeat;
}
#navigation a:hover {
	background-position: 0 -95px;
}
#navigation a span { display: none; }
#nav_0 { background-image: url("Images/nav/equine.jpg"); width: 92px; }
#nav_1 { background-image: url("Images/nav/port.jpg"); width: 102px; }
#nav_2 { background-image: url("Images/nav/weddings.jpg"); width: 232px; }
#nav_3 { background-image: url("Images/nav/sports.jpg"); width: 82px; }
#nav_4 { background-image: url("Images/nav/about.jpg"); width: 74px; }
#nav_5 { background-image: url("Images/nav/proofs.jpg"); width: 82px; }
#nav_6 { background-image: url("Images/nav/contact.jpg"); width: 91px; }
#nav_7 { background-image: url("Images/nav/home.jpg"); width: 75px; }


#inside {
	width: 830px; 
	
	}
	
	
#bottom {
	width: 830px; 
	float: left;

}
a {
	color: #f1e6e0;
	text-decoration: underline;
	font-weight:bold;
	
}
a:hover {
	color: #c5e0dc;
	text-decoration: underline;
	font-weight:bold;
}
a#rm {
	margin: 34px 0 0 376px;
	width: 100px;
	height: 16px;
}
.hide {
	display: none;
}
#content p {
	margin: 10px 15px 5px 15px;
	line-height: 2em;
}
#content img {
	margin: 0px 0px 0px 0px !important;
}
#content td img {
	margin: 0px !important;
}
#content table {
	margin: 0 0 0 0px !important;
}

h1 {
	margin: 0px 0px 5px 0px;
	color: #c5e0dc;
	font-family: "times new roman", arial, verdana;
	font-size: 22px;
	font-style: italic;
	
	}

h2 {
	margin: 0px 0px 0px 0px;
	color: #eadfd9;
	font-family: "times new roman", arial, verdana;
	font-size: 16px;
	font-style: italic;

}
a img {
	border: 0px;
	
}