body {
	text-align:center;
    background-color: #E6FBEB;
    height: 100%;

}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width:800px;
	text-align:left;
    margin: 0 auto;
    border: medium groove #005800;
}

.float-l {
	float:left
}
.float-r {
	float:right
}
.clearfix {
	clear:both
}
/* header */
#header {
	background:url(images/header.jpg) no-repeat;
	height:200px
}
#header h1 {
	font-size:38px;
	padding-top: 50px;
	padding-left: 130px;
	color:#9cdbfb
}
#header div {
	font-size:14px;
	padding-left: 140px;
	color:#9cdbfb
}
ul#menu li a {
    margin-top: -20px;
	padding-left:5px
}
/* content */
#content {
	background:url(images/content.gif) no-repeat;
	height:370px
}
#content {
	padding:0px 55px 0 55px;
}
#content .left {
	width:400px
}
#content h2 {
	font-size:30px
}
#content p {
	padding:10px 0px;
}
#content .right {
	width: 243px;
}
#top {
	width: 200px;
	padding-left: 50px;
	padding-top: 100px;
}
#top li {
    list-style:url(images/arrow.gif) inside
}
#top a {
	color:#336633;
	line-height:20px
}
#inner {
	padding-top: 11px;
}
#img {
	background:url(images/imgbg.gif);
	height:83px
}
#img img {
	padding:8px
}
/* footer */
#footer {
	background:url(images/footer.gif) no-repeat;
	height:141px;
	text-align:center;
	width: 800px;
	float:left;
}
#ftlink {
	padding-top: 40px;
	width: 800px;
}
#ftlink, #copyright {
	padding-bottom:2px;
}

#blog {
  font-family: Arial, Helvetica, sans-serif;
}

.popUp {
    position: relative;
    width: 400px;
    height: 300px;
    background-color: white;
    border-color: green;
    border-style: groove;
    border: 2px;
}

.justify {
    text-align: justify;
}





