/* Park Lane Stylesheet */
/* design © perfect-picture.co.uk */
/* please use only for referance */
body {
	padding: 0px;
	text-align: center;
	background-color: #18345F;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 60px;
	margin-right: 10px;
	margin-bottom: 60px;
	margin-left: 10px;
}
#container {
	position: relative;
	width: 770px;
	border: 1px solid #FFFFFF;
	margin: 0px auto;
	padding: 0px;
}
#header {
	width: 770px;
	background-image: url(../layout/images/bkgrnd_01.jpg);
	height: 276px;
	position: relative;
}
#logo {
	background-image: url(../layout/logo3.gif);
	height: 138px;
	width: 405px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right: 0px;
	margin-left: auto;
	z-index: 5;
	background-repeat: no-repeat;
}
#navigation {
	height: 174px;
	width: 181px;
	position: absolute;
	right: 0px;
	top: 71px;
	left: 589px;
	z-index: 60000;
	background-repeat: no-repeat;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 5px;
}
#navigation a {
	color: #AAC2E8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
}
#navigation a:hover {
	color: #FFFFFF;
}

#navigation p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#titles {
	height: 10px;
	width: 200px;
	margin-right: 0px;
	margin-left: auto;
	right: 0px;
	top: 69px;
	z-index: 20;
	position: absolute;
	left: 561px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#maincontent {
	text-align: left;
	position: relative;
	width: 770px;
	overflow: auto;
	background-color: #2B60AD;
	background-image: url(../layout/images/mainbackground.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-bottom: 20px;
}
h1 {
	font-size: 2.5em;
	color: #FFFFFF;
	font-weight: lighter;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 20px;
	margin-left: 20px;
}
p {
	font-size: 1em;
	color: #FFFFFF;
	text-align: justify;
	margin-right: 25px;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
li {
	font-size: 1em;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #9BB4D9;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

p span {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 1.4em;
}
#trotter {
	position: relative;
	height: 100px;
	width: 770px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.floatleft {
	float: left;
	margin: 5px;
}
.floatright {
	float: right;
	margin: 5px;
}
.clearboth {
	clear: both;
	float: none;
}
#nav {
	position: absolute;
	width: 414px;
	z-index: 1000;
	left: 353px;
	top: 70px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 200px;
}


#nav a {
	display: block;
	float: right;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #FFFFFF;
}
#nav p {
	font-size: .7em;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#nav #home {
	position: absolute;
	left: 120px;
	top: 66px;
}
#nav #lessons {
	position: absolute;
	left: 143px;
	top: 54px;
}
#nav #Holidays {
	position: absolute;
	left: 160px;
	top: 41px;
}
#nav #corporate {
	position: absolute;
	left: 173px;
	top: 26px;
}
#nav #ponies {
	position: absolute;
	left: 182px;
	top: 13px;
}
#nav #directions {
	position: absolute;
	left: 191px;
	top: -2px;
}
#nav #contact {
	position: absolute;
	left: 201px;
	top: -16px;
}

