/* LINKS
----------------------------------------------- */

a, a img, a:hover img {
	border: 0;
}
a {
	color: #d7a010;
	text-decoration : none;
}
a:hover {
	color: #d7a010;
	text-decoration: underline;
}
#footer a {
	color: #efefef;
}
#footer a:hover {
	color: #d7a010;
}
/* TEXT
----------------------------------------------- */

p {
	line-height: 16px;
}
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 16px;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	padding: 8px 10px;
	color: #666D77;
	text-transform: uppercase;
	background:#FFFFFF url(../images/title_bg.gif) repeat-x;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	padding: 8px 0 8px 0;
	color: #568093;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	padding: 8px;
	color: #d7a010;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	padding: 8px;
	color: #343434;
}
h5 {
	font-size: 11px;
	font-weight: normal;
	color: #d7a010;
	padding: 0 10px -5px 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}