/* Bridlington Golf Festival CSS Document */

html {
	font-size: small;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.3em;
}

h1 {
	margin: 10px auto 0 auto;
	width: 760px;
	height: 181px;
	font-size: 140%;
	text-indent: -9999px;
	background: url(../images/title.jpg) no-repeat;
}

h2 {
	width: 378px;
	height: 139px;
	font-size: 120%;
	text-indent: -9999px;
	background: url(../images/golf_on_the_east_coast.gif) no-repeat;
}

#content {
	width: 738px;
	margin: 0 auto;
	padding: 20px 10px 35px 10px;
	border: 1px solid #5d968a;
	border-top: none;
	background: url(../images/grass.gif) no-repeat bottom;
}

#contentwrapper {
	float: left;
	width: 100%;
}

#leftcol {
	float: left;
	width: 378px;
	margin: 10px 0 0 -738px;	
}

#rightcol {
	margin-left: 388px;
}

a {
	color: #004e42;
	font-weight: bold;
}

a:hover {
	color: black;
}

#offer {
	margin: 0;
	padding: 0;
	width: 378px;
	height: 110px;
	background: url(../images/golfertop.jpg) no-repeat right;
}

#inline_image {
	width: 378px;
	height: 200px;
	margin: -2px 0 0 0;
	padding: 0;
	background: url(../images/golferbottom.jpg) no-repeat top right;
}

.slim {
	margin: 0;
	padding: 10px 120px 0 0;
}

.feature {
	background: #026b5a;
	margin-top: 30px;
}

h3 {
	width: 320px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/feature_title.gif) no-repeat;
}

h3.accommodation {
	background: url(../images/accommodation_title.gif) no-repeat;
}

h3.hotel {
	background: url(../images/hotel_title.gif) no-repeat;
}

.feature p {
	background: url(../images/feature_bottom.gif) no-repeat bottom;
	color: white;
	margin: 0;
	padding: 0 20px 20px 20px;
}

.feature a {
	color: #7ebc44;
}

#terms {
	font-size: 80%;
}

.club {
	margin: 10px 0;
	background: #069d34 url(../images/bottom-left.gif) no-repeat bottom left;
	width: 350px;
	color: white;
}

dl {
	margin: 0;
	padding: 0;
	background: url(../images/top-right.gif) no-repeat top right;
}

dt {
	margin: 0;
	padding: 0;
	height: 50px;
	width: 300px;
	text-indent: -9999px;
	font-size: 140%;	
}

#t_belv {
	background: url(../images/title_belvedere.gif) no-repeat;
}
#t_flam {
	background: url(../images/title_flamborough.gif) no-repeat;
}
#t_link {
	background: url(../images/title_links.gif) no-repeat;
}
#t_filey {
	background: url(../images/title_filey.gif) no-repeat;
}

dd {
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../images/bottom-right.gif) no-repeat bottom right;
}

dd img {
	margin: 0;
	padding: 0 0 10px 0;
}

dd p {
	margin: 10px;
	padding: 0;
}

#footer {
	clear: both;
	width: 100%;
	height: 10px;
}

