@charset "UTF-8";
/* CSS Document */

html {
	height: 101%;
}
body {
	background-color: #ecca4b;
	margin: 0px;
	padding: 0px;
	background-image: url(images/summertime_bg_colour.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#blend {
	padding: 0px;
	background-image: url(images/summertime_bg_blend.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
	margin: 0px;
}
#container {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	background-color: #FFFFFF;
}#navigation {
	background-image: url(images/summertime_navigation.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 30px;
	font-size: 11px;
	line-height: 17px;
	color: #666;
	text-transform: uppercase;
	text-align: left;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#navigation a {
	color: #666;
	text-decoration: none;
}
#navigation a:hover {
	color: #000;
	text-decoration: underline;
}
.navigationBullet {
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer {
	font-size: 10px;
	line-height: 16px;
	color: #999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #cc9933;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
p {
	font-size: 11px;
	line-height: 17px;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul {
	font-size: 11px;
	line-height: 17px;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
}
a {
	color: #cc9933;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
