@charset "utf-8";

body {
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	font-family:Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#414112;
	background-image:url('../images/page_bg.jpg');
	background-position:top;
	background-repeat:repeat-x;
}

a:link {color:#000000;text-decoration:underline;} 
a:visited {color:#000000;text-decoration:underline;} 
a:hover {color:#000000;text-decoration:none;}
a:active {color:#000000;text-decoration:underline;}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	color:#141212;
	font-weight:normal;
	padding:20px 0px 0px 0px;
	margin:0px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#141212;
	font-weight:normal;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	color:#414112;
	font-weight:normal;
}

td {
	vertical-align:top;
}

.light_grey {
	color:#474747;
}

#page_holder {
	width:1000px;
	margin:0px auto;
}

#header {
	width:1000px;
	height:117px;
}

#logo {
	float:left;
	padding-left:114px;
	padding-top:12px;
}

#header_info {
	float:right;
	padding-top:15px;
	font-family:"Times New Roman", Times, serif;
	color:#757603;
}

#header_title {
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:solid 1px #c8ca7b;
}

#header_title td {
	padding-right:40px;
	vertical-align:bottom;
}

.main_title {
	font-size:2.7em;

}

.main_tel_no {
	padding-bottom:5px;
	font-size:1.4em;
	font-weight:bold;
}

.open_hours {
	text-align:right;
	padding-right:40px;
	font-size:1.2em;
	font-weight:bold;
}

#main_content_holder {
	clear:left;
	float:left;
	width:900px;
	padding:13px 50px 25px 50px;
	background-image:url('../images/content_bg.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#content {
	float:left;
	padding-top:18px;	
}

#footer {
	float:left;
	width:900px;
	padding:5px 50px;
	background-color:#e7eae4;
	border-top:solid 1px #d2d3ac;
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	color:#757603;
}

#footer a:link {color:#757603;text-decoration:underline;} 
#footer a:visited {color:#757603;text-decoration:underline;} 
#footer a:hover {color:#757603;text-decoration:none;}
#footer a:active {color:#757603;text-decoration:underline;}

#footer_left {
	float:left;
	width:85%;
}

#footer_right {
	float:right;
	width:10%;
	text-align:right;
}

/************************Menu Set-Up******************************/
#menu {
	float:left;
	padding-left:5px;
}

.float_left {
	float:left;
}

/*ie6 uses background-image:url('../images/menu_bg.gif');*/
#menu ul {
	float:left;
	height:42px;
	padding:4px 0px 0px 0px;
	margin:0px;
	list-style:none;
	background-image:url('../images/menu_bg.png');
	background-repeat:repeat-x;
}

#menu li {
	float:left;
	padding:3px 15px;
	margin:0px;
	background-image:url('../images/menu_list_dots.gif');
	background-position:left 4px;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#594500;
	font-weight:bold;
}

#menu a:link {color:#594500;text-decoration:none;} 
#menu a:visited {color:#594500;text-decoration:none;} 
#menu a:hover {color:#a65f02;text-decoration:none;}
#menu a:active {color:#594500;text-decoration:none;}

/************************Homepage******************************/
#home_left {
	float:left;
	width:365px;
	padding-right:25px;
}

#home_right {
	float:left;
	width:510px;
	height:420px;
}

#anniversary {
	position:absolute;
	left:200px;
	top:-17px;
}

#highlight_boxes_holder {
	clear:left;
	float:left;
	width:900px;
	padding-top:20px;
}

.highlight_box {
	float:left;
	width:290px;
	padding-top:7px;
	margin-right:15px;
	background-image:url('../images/highlight_top.png');
	background-position:top;
	background-repeat:no-repeat;
}

.highlight_box a:link {color:#9e4402;text-decoration:underline;} 
.highlight_box a:visited {color:#9e4402;text-decoration:underline;} 
.highlight_box a:hover {color:#a3770d;text-decoration:none;}
.highlight_box a:active {color:#9e4402;text-decoration:underline;}

.highlight_box_content {
	width:274px;
	padding:0px 8px;
	background-image:url('../images/highlight_bg.png');
	background-repeat:repeat-y;
}

.highlight_box_content td {
	padding:3px;
	vertical-align:top;

}

.highlight_box_title {
	text-align:center;
}

.highlight_box_title h3 {
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#141212;
	font-weight:normal;
}

.highlight_box_base {
	width:290px;
	height:8px;
	background-image:url('../images/highlight_bottom.png');
	background-repeat:no-repeat;
	background-position:top;
}

#courses_tables td {
	vertical-align:top;
}

.courses {
	width:435px;
	/*background-image:url('../images/gh_logo_ghost.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#F1EFE0;*/
	border:2px solid #6e5103;
}

.courses td {
	padding:20px;
}

.enquiries_textfield {
	width:400px;
}

.align_right {
	text-align:right;
}

.jusify {
	text-align:justify;
}

.side_photo {
	position:absolute;
	border:solid 1px #6e5103;
}


