body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

div.header_container {
	background-color: #80B35C;
	background-image: url('header_bkg.gif');
	background-repeat: repeat-x;
	clear: both;
	float: left;
	width: 100%;
}

div.header {
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 205px;
}

div.header_photo {
	background:url('logo_photo.jpg') center center no-repeat;
	width: 100%;
	height: 205px;
	text-align: center;
}

div.logo_photo {
	background-image: url('logo_photo.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 422px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

div.logo_text {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

span.title {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 50px;
	color: white;
	text-shadow: black 2px 2px 0px;
}

span.name {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px;
	color: white;
	text-shadow: black 2px 2px 0px;
}

div.menu {
	background-color: orange;
	background-image: url('menu_bg2.gif');
	clear: both;
	width: 100%;
	height: 54px;
}

div.nav_unselected {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin: 0px;
	height: 44px;
	display: inline-block;
	line-height:3em;
}

a.link_unselected {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: white;
	text-shadow: #888 1px 1px 0px;
	text-decoration: none;
}

div.nav_selected {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin: 0px;
	height: 44px;
	display: inline-block;
	background-color: white;
	line-height:3em;
}

a.link_selected {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: black;
	text-decoration: none;
}

div.menu_divider {
	background-image: url('main_top.gif');
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div.big_container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url('leftcolumn_bkg.gif');
	background-repeat: repeat-y;
}

div.container_corner {
	width: 100%;
	background-image: url('leftcolumn_corner.gif');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0xp;
}

div.container {
	clear:both;
	width: 900px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

div.leftColumn {
	float: left;
	width: 320px;
}

div.facebookApplet {
	background-color: white; 
	width: 292; 
	margin: 0px; 
	padding: 0px; 
	position: relative; 
	left: 10px; 
	top: 10px;
}

div.main {
	float: left;
	position: relative;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif; 
	padding: 10px;
	background-color: white;
}

div.footer_divider {
	background-color: orange;
	background-image: url('menu_bg2.gif');
	clear: both;
	width: 100%;
	height: 10px;
}

div.footer {
	background-color: #407726;
	background-image: url('footer_l.jpg');
	background-repeat: no-repeat;
	clear:both;	
	width: 100%;
	height: 54px;
}

div.contact_outline {
background-color: #252;
}

div.contact {
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #fddcc3;
	clear: both;
	outline: 1px black solid;
	display: inline-block;
	margin: 20px;
	padding: 20px;
}
