/*
Theme Name: Happy Days Events 2
Theme URI: http://www.webbuilt4u.co.uk
Description: A theme by <a href="http://www.webbuilt4u.co.uk">webbuilt4u</a>.
Version: 1
Author: Dominic Leonard
Author URI: http://www.webbuilt4u.co.uk

*/

html, body {
	margin: 0 auto;
	padding: 0 !important;
	min-height: 100%;
	height: 100%;
	text-align: center;
	}

body {
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-align: center;
	color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: auto;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #23A006;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FB4F03;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: black;
	color: #E6B933;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: black;
	color: #E4BB2A;
}
a.nav:link {color: #333333; text-decoration: none; }
a.nav:visited {color: #333333; text-decoration: none; }
a.nav:hover {
	color: #DEB522;
	text-decoration: underline;
}
a.nav:active {
	color: #DAAC31;
	text-decoration: none;
}

#container {

	margin: 0 auto;
	height: auto;
	width: 900px;
	text-align: center;
	}

* html #container {
height: 100%;
}

#grass {
	clear:both;
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;

}
#footer {
	width: 900px;
	margin: 0 auto;
	background-image: url(images/footer2_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 99px;
	}

#footer1 {
	width: 900px;
	margin: 0 auto;
	background-image: url(images/footer1_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 95px;
	}

#header {
	text-align: left;
	height: 186px;
	background-image: url(images/banner_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#content {
	text-align: center;
	}

#content_mini {

	margin-left: 260px;
	text-align: left;
	padding: 1px 0px 1px 10px;
	}
	

#links {
	float: left;
	background-image: url(images/link-bg.png);
	background-position: top;
	background-repeat: repeat-y;
	text-align: left;
	left: 0px;
	width: 250px;
	}

#link_content {
	margin-left: 40px;
	width: 200px;
}

#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 180px;
background-color: #ff7611;
border-bottom: 1px solid #ff8d39;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #ff1c11;
color: #fff;
}
