body, html {
	margin: 0px;
	padding: 0px;
	background: #77a053;
	height: 100%;
}

/* Header */

#header {
	width: 989px;
	min-height: 95%;
	margin: 0 auto;
	background-image: url(../image/home.jpg);
	background-repeat: no-repeat;
	background-position:top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-color: white;
}

/* Navigation */

#nav {
	margin: 0px;
	padding-top: 150px;
	padding-right: 50px;
	padding-left: 50px;
}

#navigation {
	width: 170px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navigation a{
font: 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: white;
text-decoration: none;
}

html>body #navigation a{ /*Non IE rule*/
width: auto;
}

#navigation a:hover{
background-color:green;
color: white;
}

/* weekly */
#weekly {
	font:13px Arial;
	height:50px;
	color: #4F2700;
	margin-top: 0px;
	margin-right: 480px;
	margin-bottom: 50px;
	margin-left: 50px;
}

/* over */
#over {
	position:absolute;
	visibility: visible;
	color: #4F2700;
	margin-top: 425px;
	margin-right: 20px;
	margin-bottom: 50px;
	margin-left: 748px;
	width: 195px;
	height: 59px;
}

#over h1 {
	color: #4F2700;
	font: 18px Arial;
}

#over h2 {
	color: #4F2700;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

#over a:active {
	color: #4F2700;
	text-decoration: underline;
}

#over a:visited {
	color: #4F2700;
	text-decoration: underline;
}

#over a:link {
	color: #4F2700;
	text-decoration: underline;
}

#over a:hover {
	color: green;
	text-decoration: underline;
}

/* Content */
#content {
	width: auto;
	height: auto;
	margin-top: 35px;
	margin-right: 50px;
	margin-left: 50px;
	padding-bottom: 30px;
}

#content h1 {
	color: #4F2700;
	font: 18px Arial;
}

#content h2 {
	text-align:justify;
	color: #4F2700;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

#content h3 {	
	text-align:justify;
	color: red;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

#content h4 {
	text-align:right;
	color: #4F2700;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}

#content a:link {
	color: #4F2700;
	text-decoration: underline;
}

#content a:active {
	color: #4F2700;
	text-decoration: underline;
}

#content a:visited {
	color: #4F2700;
	text-decoration: underline;
}

#content a:hover {
	color: green;
	text-decoration: underline;
}

/* Copyright */
#footer {
	margin:auto;
	height:30px;
	width: 989px;
	text-align: center;
	font: 70%/140% Arial;
	color: white;
	background-color: #4F2700;
	padding-top: 10px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#footer a:active {
	color: white;
	text-decoration: none;
}
#footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:link {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: green;
	text-decoration: none;
}

#expando{
	border: none;
	vertical-align: top;
}

