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

* {
margin:0px;
padding:0px;
}#wrapper {
	width: 980px;
	margin: 10px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 180px;
}
#headertext {
	padding-left: 435px;
	padding-top: 40px;
}
#headertext h1 {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}



#maincontent {
	width: 980px;
	background-color: #E5E5E5;
}
#rightcol {
	width: 250px;
	float: right;
	padding-right: 32px;
}
#rightcolcontent {
	float: left;
	width: 234px;
	background-color: #B2B2B2;
	padding: 0px 10px 0px 6px;
}
#rightcolcontent img {
	border: 4px solid #E5E5E5;
	float: left;

}

#breaker {
	width: 230px;
	height: 8px;
	float: left;
}


#rightcolfooter {
	background-image: url(images/rightcolfooter.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 250px;
}
#nav {
	width: 165px;
	height: 300px;
	float: left;
	background-image: url(images/navbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	text-align: center;
}
#nav  ul {
	list-style-type: none;
}
#nav li {
	width: 150px;
	display: block;
	padding-bottom: 20px;
}
#nav li a {
	text-decoration: none;
	font-size: 18px;
	color: #666666;
}
#nav li a:hover {
	color: #B2B2B2;
}




#content {
	width: 493px;
	float: left;
	padding: 10px 20px 0px 20px;
}
#content  h2 {
	font-size: 18px;
	color: #666666;
}
#content h3 {
	font-size: 16px;
	color: #666666;
}

#content p {
	font-size: 12px;
	color: #666666;
}


#footer {
	width: 980px;
	height: 33px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
#tag {
	width: 75px;
	float: right;
	padding-top: 10px;

}
#tag a {
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
#tag a:hover {
	color: #333333;
}


body#equino-chaps-home ul#menu li a.equino-chaps-home {color: #B2B2B2;}
body#equino-chaps-contact-us ul#menu li a.equino-chaps-contact-us {color: #B2B2B2;}
body#equino-chaps-events ul#menu li a.equino-chaps-events {color: #B2B2B2;}
body#equino-chaps-latest-news ul#menu li a.equino-chaps-latest-news {color: #B2B2B2;}
body#equino-chaps-prices ul#menu li a.equino-chaps-prices {color: #B2B2B2;}
