/* zero all margins and padding */

*{
	margin: 0;
	padding: 0;
}

/* Global Styles */

html {
	font-size: 100%;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: url(../images/grassop.jpg) repeat;
	}

h1 {
	font-size:2.4em;
}

h2 {
	font-size:1.8em;
	font-weight:bold;
}

h3 {
	font-size:1.6em;
	font-weight:bold;
}

p {
	font-size:1.6em;
	}
	
ul {
	list-style: square inside;
	list-style: square;
	padding-left: 1.5em;
}

li {
	font-size:1.6em;
}	

img {
	border-style: none;
}
a {
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
	}
#footer a {
	color: #000000;
		height: 1em;
	background: #53CE00;
}
	
a:hover {
	color: #FFBA00;
}

.smiles #container {
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.smiles #header {
	height: 7em;
	background-color:#53CE00;
	padding: .5em 1em 1.5em;
}

.smiles #navigation {
	height: 3.0em;
	background-color:#0099CC;
}

.smiles #main {
	background: #FFFFFF;
	padding-top: 1em;
}

.smiles #side {
	float: left;
	width: 200px;
	font-size: 90%;
	height: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

.smiles #wide {
	margin-left: 225px;
	margin-right: 15px;
}

.smiles #footer {
	font-size: 70%;
	background: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 1em;
}
	
/* ID Styles */

#navigation a {
	color: #26354A;
	text-decoration: none;
	display:block;
	padding: 0.5em 1em 0px;
	border-right:1px solid #FF6600;
	width: 100px;
	float: left;
	font-size: 1.0em;
	height: 2.2em;
	}
	
#navigation a:hover {
	color:#F4F4F0;
	background: #FF6600;
	display: block;
	}


/* Class Styles */

.noborder_img {
	border-style: none;
}

.logo {
	font:2.4em Times New Roman, Times, serif;
	color: #FFBA00;
	letter-spacing:.3em;
	line-height:26px;
	}
	
.tagline {
	color: #CC00FF;
	font-size: 1.6em;
	}
	
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.smiles #container #header p {
	color: #CCFF33;
	font-size: 2.6em;
}

.smiles #container #navigation li {
	list-style: url(none);
}


#googlemapiframe {
	border: thin solid #000000;
	margin-right: 100px;
	margin-left: 100px;
		
}
.style17 {font-family: "Times New Roman", Times, serif}

.headlinecolour {color: #CC00FF;}

.leftmargin img {
	margin-left: 10px;
}
#publicmeeting {
	width:300px;
	height:320px;
	z-index:1;
	border: medium solid #000000;
	background: #66FF99;
	padding-right: 5px;
	padding-left: 5px;

}
#recipe {
	font-family: "Times New Roman", Times, serif !important;
	background: #CCCCCC;
	padding: 10px;
	font-weight: 400;
}
