* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFC6;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #0000CC;
}

h1 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	}
	
h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
}

h3 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
}

a {
	text-decoration: none;
	color: #0000CC;
	font-size: 16px;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0px auto 0;
width: 1024px;
background: #fff;
}

#header {
	height: auto;
	background: #ffffc6;
}
#header h1 { 
font-size: 28px;
padding: 23px 0 0 20px;
color: #F58220;
}
#header h1 a { 
color: #F58220;
text-decoration: none;
font-weight: 100;

}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #111;
padding: 5px 0 0 20px;
font-weight: 100;
}

#menu {
	height: 30px;
	line-height: 30px;
	background: #657983;
}
#menu ul {
	list-style-type: none;
	padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #ccc;
}

#menu ul li p {
	padding: 0 20px 0 0;
	font-size: 14px;
	color: #FF0000;
	font-weight: bolder;
}
#menu ul li a:hover {
color: #fff;
text-decoration: none;
}

#content {
	background: #ffffc6;
	padding-bottom: 20px;
}

.left {
float: left;
width: 780px;
text-align: justify;
}


.left h1 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	}
	
.left h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
}

.left h3 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
}
.left h2 a {
text-decoration: none;
color: #4174B4;
}
.left h2 a:hover {
color: #111;
}

.right {
float: right;
width: 200px;
margin-top: 10px;
background: #657983;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
color: #fff;
font-size: 13px;
background: #3A454C;
}
.right ul {
padding: 10px 0 15px 20px;
list-style-type: square;
}
.right ul li a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}
.right ul li a:hover {
color: #fff;
font-weight: 600;
}

#footer {
height: 100px;
background: #ffffc6;
text-align: center;
font-size: 10px;
color: #fff;
}
#footer h2 {
	color: #009933;
	font-size: 14px;
	padding: 6px 0px 2px;
}

#footer a { color: #009933; }

#footer p {
	line-height: 13px;
	color: #666666;
}

.centred {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border:none;
}
.currentmenu {
	color: #CC0000;
}
.floatright {
	float: right;
}
.tableprices {
	font-size: 16px;
	margin-bottom: 10px;
	border: 2px solid #F58220;
}

.tableprices td{
	padding:3px;
	border: 1px solid #F58220;
}
.redtext {
	color: #FF0000;
}
.largertext {
	font-size: 18px;
	line-height: 25px;
}
.google {
	padding: 2px;
	border: none;
}
