html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 85%;
}

#menu-banner {
	width: 100%;
	height: 28px;
	background-color: #333333;
}

#menu {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 870px;
	padding: 0 0 15px 0;
}

#head {
	height: 90px; 
	position: relative;
	}

.logo {
	margin: 5px 0 0 0;
	}

#information {
	position:absolute; 
	right: 0; 
	bottom: 7px;
	}

#information img {
	float: right;
}

#information p {
	float: right;
	margin: 3px 0 0 0;
}

#border {
	text-align: center;
	width: 870px;
	padding: 7px 0 5px 0;
	background: #FFFFFF;
	border: 1px solid #000000;
}

#header img.header {
	border: 1px solid #000000;
}

#content-wrapper {
	width: 900px;
	margin: 0 auto;
	}

/* ================== custom styling ========== */

img { border: 0; margin: 0; padding: 0; }
a { color: blue; text-decoration: none; margin: 0; padding: 0; }
a:hover { color: blue; text-decoration: underline; margin: 0; padding: 0; }
h1 { margin: 0; font-size: 115%; font-weight: bold; color: #006633; }
h2 { font-size: 120%; font-weight: bold; margin: 3px 0 0 0;}
h3 { font-size: 120%; font-weight: bold; margin: 3px 0 0 0; text-decoration: underline;}
ul { margin: 10px auto; padding: 0; width: auto; clear: both; }
ul li {list-style-type: none; margin-left:15px; margin-bottom:10px; float:left;}
ul li a img { border: 1px solid #713800; }
ul li a:hover img { border: 1px solid #B5928C; }
.left { text-align: left; display: inline; }
.right { text-align: right; display: inline; }
.right p { width: 450px; } 

img.img-left { 
	float: left;
	border: 1px solid #000000;
	padding: 5px;
	background: #FFFFFF;
	margin: 5px 10px 0 0;
	}

img.img-right { 
	float: right;
	border: 1px solid #000000;
	background: #FFFFFF;
	padding: 5px;
	margin: 5px 0 0 5px;
	}


/* ======== column styles =======*/
#content {
	width: 870px;
	padding: 0 20px 10px 20px;
	background: #EDEFD1;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#top .gallery { 
	text-align: center;
	}

/* === top ==== */

#top {
	width: 870px;
	float: left;
	}

p {
	margin: 5px 0 0 0;
	line-height: 1.2em;
}

/* === left === */
#col-left {
	float: left;
	width: 415px;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
}

/*\*/
*html #col-left {
	height: 400px;
	}
/**/

.get-here {
	border: none;
	}

/* ==== right ==== */
#col-right {
	float: left;
	width: 425px;
	border-left: 1px solid black;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}

/*\*/
*html #col-right {
	height: 400px;
	}
/**/


/* ==== bottom ==== */

#bottom {
	clear: both;
	width: 870px;
	border-top: 1px solid black;
	padding: 10px 0;
	margin: 10px 0 0 0;
}

/* ======e-mail styling============*/

#text
{
	font-size: 110%;
	color: #bbb; 
}

/* ====== Footer ======= */

#footer {
	clear: both;
	margin: 4px 0 20px 0;
	float: right;
	display: inline;
	}

#footer a {
	padding: 0 0 0 100px;
}

/* === Blue square tag styling === */

#b2 {
	text-align: right;
	width: 870px;
	}

#b2 a {
	color: #006;
	text-decoration: none;
	}

#b2 a:hover {
	text-decoration: underline;
	}

#competition {
	width: 280px;
	float: right;
	padding: 10px;
	border: 1px solid black;
	margin: 0 0 10px 10px;
}

#top span {
	font-size: 1.1em;
	color: #333; 
	font-style: italic;
	}