﻿body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #C8C6C4;
}
.standard {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#today {
	text-align: center;
}
#container {
	width: 950px;
	/* height: 800px; */
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
  	border-width: 1px;
  	border-color: black;
  	border-style: solid;

}
#header {
	/* height: 150px; */
}
#skyBorder {
	border-width: 1px;
  	border-color: black;
  	border-bottom-style: solid;
	padding: 0px;
	margin: 0px;
}

#logo {
	position: relative;
	top: 10px;
	width: 350px;
}

#slogan {
	position: relative;
	float: right;
	width: 400px;
	left: 386px;
	top: -56px;
}

#contact {
	position: relative;
	float: right;
	width: 400px;
	left: -538px;
	top: -5px;

}

#menu {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	/* background-color: #C8C6C4; */
	overflow: hidden;
}
#menu ul {
	list-style-type: none;
	width: 100%; 
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	/* color: #000; */
	color: #A0512F;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
	display: block;
	/* border: 1px solid #d3d3d3; */
}
#menu a:hover {
	/* background-color: #f2f2f2; */
	/*border: 1px solid #f2f2f2; */
}

#content {
	/* width: 935px; */
	padding: 5px;
	/* height: 300px; */
}
#footer {
	text-align: center;
	font-size: small;
	color: #A0512F;
	font-family: Calibri;
	overflow: hidden;
	/* height: 50px; */
	border-width: 1px;
  	border-color: black;
  	border-top-style: solid;

}
#leftColumn {

	font-family: Calibri;
	position: relative;
	float: left;
	width: 940px;
}
#rightColumn {
	width: 150px;
	/* height: 132px; */
	left: 0px;
	float: right;
	position: relative;
	top: -16px;
}

