body{
	color:#1D4883;
	background-color:#d2d6d3;
}

h1{
	color: #7FC095;
}

img{
	border:none;
}

#imgCenter{
	margin-left:auto;
	margin-right:auto;
	display:block;	
}

#header{
	background-image:url('images/headerStrip.jpg');
	background-repeat:repeat-x;	
	width:100%;
	color: inherit;
	background-color: #1e3c29;
	background-attachment: scroll;

}


#menu {
	position: absolute;
	top: 185px;
	width:100%;
	border:none;
	text-align:left;
	color: #40614B;
	
	font-family: Georgia;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: .05em;
	line-height: 1.2em;
	font-size: 1.2em;
}

#menuContents{

	width:800px;
	height:232px;
	margin-left:auto;
	margin-right:auto;
}

#menu a:link, #menu a:visited{
	color: #7FC095;	
}

#footerMenu {
	position: relative;
	top: -40px;
	width:100%;
	border:none;
	color: #40614B;
}

#grass{
	position: absolute;
	bottom: 0;
	width: 100%; 
	height:106px;
	z-index:-10;
	background-image:url('images/grass.jpg');
	background-repeat:repeat-x;		
}

#headerLogo{

	width:880px;
	height:232px;
	margin-left:auto;
	margin-right:auto;
}

#headerLogo a:link, #headerLogo a:visited {
  color: #587297;
  background-color: inherit;
}

#menuContainer{
	width:880px;
	height:7px;
	margin-left:auto;
	margin-right:auto;
}

#menuContainer img{
	float: left;
	border: 0;
}

#menuContainer a{
	text-decoration: none;
}

#contentArea {
	position: relative;
	background-image:url('images/content.jpg');
	background-repeat:repeat;
	width:880px;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
	font-family: Georgia;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: .05em;
	line-height: 1.2em;
	font-size: 1em;
}

#contentArea a:link, #contentArea a:visited {
  color: #587297;
  background-color: inherit;
}
	
#contentArea h1{
	font-family: Georgia;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1em;
	margin-left: 20px;
	color:#333333;
}

#contentArea p{
	margin-left:5px;
	margin-right:5px;
	text-indent: 1.5em;
	text-align : justify;
	text-justify: auto; 
}

#content {
	width:840px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}

#footer{
	width:880px;
	height:43px;
	margin-left:auto;
	margin-right:auto;
}

/* loging page */
#loginForm label{
	margin-left: 170px;
	width: 140px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}