html, body {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}
h1, h2 {
	color: #F0EE4C;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
p {
	font-size: 1.4em;
}
a {
	color: #FFFFFF;
}
a:link {
	color: #F0EE4C;
	text-decoration: underline;	
}
a:visited {
	color: #F0EE4C;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
ul {
	font-size: 1.4em;
}
ul ul {
	font-size: 1em;
}
#wrapper {
	width: 750px;
	margin: 0px auto;
	text-align: left;
}
#tagline {
	float: right;
	font-size: 1.4em;
	margin-top: -40px;
}
.badge {
	margin-left: 30px;
	clear: both;
}
#flames {
	background-image: url(../assets/images/largeflames.jpg);
	background-repeat: no-repeat;
	height: 100px;
	clear: both;
	width: 750px;
}
#footer {
	clear: both;
}
#footer p {
	font-size: 9px;
	text-align: right;
}
#leftcol {
	float: left;
	width: 185px;
}
#rightcol {
	width: 565px;
	float: right;
	margin-bottom: 20px;
}

#maintext {
	padding-top: 20px;
	width: 300px;
}
/* Style for page titles */
.replace {
	position: relative;
	margin: 0px;
	padding: 0px;
/* hide overflow:hidden from IE5/Mac \*/
overflow: hidden;
/* */
}
.replace span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /*for Opera 5 and 6 */
}
#trainingt, #defaultt, #eventcovert, #aboutust, #tvfilmsett, #contactust, #cymraegt, #usefullinkst, #sitemapt, #aviationt, #testimonialst, #smallboatfiresafetyt,
#trainingt span, #defaultt span, #eventcovert span, #aboutust span, #tvfilmsett span, #contactust span, #cymraegt span, #usefullinkst span, #sitemapt span, #aviationt span, #testimonialst span, #smallboatfiresafetyt span {
	height: 255px;
	width: 60px;
	float: left;
}
#trainingt, #trainingt span {
	background-image: url(../assets/images/training_title.jpg);
}
#default, #defaultt span {
	background-image: url(../assets/images/home_title.jpg);
}
#eventcovert, #eventcovert span {
	background-image: url(../assets/images/eventcover_title.jpg);
}
#aboutust, #aboutust span {
	background-image: url(../assets/images/aboutus_title.jpg);
}
#tvfilmsett, #tvfilmsett span {
	background-image: url(../assets/images/tvfilmset_title.jpg);
}
#contactust, #contactust span {
	background-image: url(../assets/images/contactus_title.jpg);
}
#cymraegt, #cymraegt span {
	background-image: url(../assets/images/cymraeg_title.jpg);
}
#usefullinkst, #usefullinkst span {
	background-image: url(../assets/images/usefullinks_title.jpg);
}
#sitemapt, #sitemapt span {
	background-image: url(../assets/images/sitemap_title.jpg);
}
#aviationt, #aviationt span {
	background-image: url(../assets/images/aviation_title.jpg);
}
#testimonialst, #testimonialst span {
	background-image: url(../assets/images/testimonials_title.jpg);
}
#smallboatfiresafetyt, #smallboatfiresafetyt span {
	background-image: url(../assets/images/smallboatfiresafety_title.jpg);
}
/* Style for contact form */
fieldset {
  margin-bottom: 10px;
  width: 350px;
    border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
legend {
	padding: 0 2px;
	color: #5D5432;

}
label {
/*  display: inline-block;*/
	float:left;
  line-height: 1.8;
  vertical-align: top;
  font-size: 1.4em;
}
fieldset ol {
  margin: 0;
  padding: 0;
}
fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#contactform em {
  font-weight: bold;
  font-style: normal;
  color: #5D5432;
}
label {
  width: 120px; /* Width of labels */
}
.submit 
{

}
input, textarea {
	background-color: #F6F6F6;
}
