@charset "utf-8";
html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #EFC892;
}
#container {
	font-family: Helvetica, Arial, sans-serif;
	min-height:100%;
	min-width: 800px;
	position:relative;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}

#header #logo {
	float: left;
	font-size: 48px;
	font-family: "Monotype Corsiva";
}
#header {
	margin-top: 2px;
	padding-right: 12px;
	padding-left: 12px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #EFC892;
}

#content {
	clear: both;
	min-width: 800px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 12px;
}
#footer {
	position:absolute;
	bottom:0;
	width: 100%;
	height:20px;   /* Height of the footer */
	clear: both;
	font-size: 12px;
}


#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #EFC892;
}

#navigation li
{
	float: left;
	//margin: 0 0.15em;
	background-color: #EFC892;
}

#navigation li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 100px;
	display: block;
	border: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
#navigation #last
{
	height: 2em;
	line-height: 2em;
	float: right;
	width: 100px;
	display: block;
	border: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-left: 20px;
}
#navigation li a:hover
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 100px;
	display: block;
	border: none;
	color: #000000;
	text-decoration: underline;
	text-align: center;
} 
/* End hide */

#navigation
{
	min-width: 760px;
	height: 2em;
	position: relative;
	float: none;
	clear: both;
	background-color: #EFC892;
	font-size: 12px;
	margin-top: 6px;
	margin-right: 20px;
	margin-left: 20px;
} 

#weather {
	float: right;
}
#info {
	font-size: smaller;
	height: 100px;
	padding-left: 280px;
}

#temp {
	font-size: x-large;
}

#phone {
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	font-size: 14px;
}
