/* CSS Document */

/* thegreenbandb.com - Site Colours and Styles */

body {
	/* IE Alignment */
	text-align:center;
	
	background:#FFFFCC;
	/* font:normal medium Georgia, "Times New Roman", Times, serif; */
	font:normal small Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color:#009966;
}

a:hover, a:active {
	color:#00CC33;
}

#main_content{color:inherit;}
#navigation {color:inherit;}

h2 {
	clear:both;
	text-align:center;
}

img {border:none;}

.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}

#container {
	clear:both;
	margin:auto;
	width:950px;
	border:#009966 solid 1px;
}

#banner {
	clear:both;
	text-align:center;
	height:175px;
	background:#FFFFCC url(../images/banner.gif) no-repeat center;
	border:#009966 solid 1px;
}

#nav {
	clear:both;
	padding:5px;
	font:normal small Georgia, "Times New Roman", Times, serif;
	color:#009966;
	border-top:#009966 solid 1px;
}

#navnext {
	clear:both;
	padding:5px;
	text-align:left;
	font:normal small Georgia, "Times New Roman", Times, serif;
	color:#009966;
}

#content {
	clear:both;
	padding:5px;
}

#main {
	text-align:left;
}

#footer {
	clear:both;
	padding:5px;
	text-align:center;
	font:normal x-small Georgia, "Times New Roman", Times, serif;
	color:#009966;
	border-top:#009966 solid 1px;
}

div.imgleft {
	float:left;
	width:325px;
	margin:5px 5px 5px 5px;
}

div.imgright {
	float:right;
	width:325px;
	margin:5px 5px 5px 5px;
}

div.imglefts {
	float:left;
	width:275px;
	margin:0px 10px 0px 10px;
}

div.imgrights {
	float:right;
	width:325px;
	margin:0px 5px 0px 5px;
}

div.caption {
	clear:both;
	margin:5px 5px 5px 5px;
	font:normal x-small Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
