/* CSS Document */

body {
	position: relative;
	width: 950px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -380px;
	left: 42%;
	top: 0px;
	background-color: #9A0000;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
	z-index: 1;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	padding: 0px;
	background-position: center;
}
#wraper {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	margin: 0px;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(images/pagebg.jpg);
	padding: 0px;
}
#header {
	position:relative;
	
}


/* Border and link colours */
#nav {
	width: 300px;
	height: 270px;
	float: right;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #9A0000;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 70px;
	margin: 1px;
	

}
#prices li {
	padding-bottom: 10px;
	padding-top: 5px;

}

#nav li {
	padding-top: 0px;
	padding-bottom: 0px;

}

#nav ul {
	margin: 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: none;
	text-decoration: none;
	color: #04045B;
	line-height: 18px;
}
#nav a:link {
	color: #010066;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: normal;
	text-decoration: none;
	font-weight: bolder;
}
#nav a:visited {
	color: #020167;
	background-color: transparent;
	line-height: normal;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bolder;
}
#nav a:hover, a:active {
	text-decoration: none;
	color: #9A0000;
	background-color: transparent;
	font-size: 20px;
	font-weight: bolder;
}
#map a:link {
	color: #010066;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: normal;
	text-decoration: none;
	font-weight: bolder;
}
#map a:visited {
	color: #020167;
	background-color: transparent;
	line-height: normal;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bolder;
}
#map a:hover, a:active {
	text-decoration: none;
	color: #9A0000;
	background-color: transparent;
	font-size: 20px;
	font-weight: bolder;
}
#footer a:link {
	color: #000099;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	text-decoration: none;
	font-weight: bolder;
}


#footer a:visited {
	color: #000099;
	background-color: transparent;
	line-height: normal;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bolder;
}
#footer a:hover, a:active {
	text-decoration: none;
	color: #9A0000;
	background-color: transparent;
	font-size: 14px;
	font-weight: bolder;
}

#content {
	width:900px;
	z-index:2;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	position: relative;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}

#footer {
	width:950px;
	z-index:5;
	visibility: visible;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}


/* sidebar */

#sidebar {
	width:1px;
	z-index:10;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
		
}

#rose {
	z-index:12;
	float: left;
	margin-top: 0px;
	width: auto;
}

#wraper #content img {
	position: relative;
	padding: 25px;
	float: right;
}
#wraper #content #courseimg {
	float: right;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
}



/* classes and headings */
h1 {
	color: #000099;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bolder;
}
h2 {
	color: #000099;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	text-align: left;
}
h3 {
	color: #00005F;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	font-weight: bolder;
	}
.sidecentre {
	color: #333333;
	text-align: center;
	padding-right: 30px;
	font-weight: bold;
}
.smallbold {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	padding-left: 2px;
}

.bold {
	color: #000000;
	font-weight: bold;
}
.boldcentre {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.centre {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #9A0000;
	text-align: center;
}
.left {
	text-align: left;
}
.blue {
	color: #000099;
}
