@charset "utf-8";
/* CSS Document */


body {
	background-color: #FFD5E3;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
}
#header {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#mainbody {
	width: 1024px;
	background-image: url(marinaplants.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 1009px;
	background-image: url(marina.png);
	background-repeat: repeat-x;
	height: 42px;
	margin-left: 7px;
}
.maintext {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


.menunav {
	background-image: url(marina.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 44px;
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: -1em;
	margin-bottom: 0px;
	position: relative
	}
	
.menunav ul li{
	list-style: none;
	display: inline;
	height: 44px
}

.menunav ul {
	padding-left: 20px;
	margin-left: 0px;
	height: 44px;
	padding-top: 0px;
}

.menunav ul li a{
	text-decoration: none;
	float: left;
	color: #FFF;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 1em;
	height: 44px;
}

.menunav ul li a:hover{
	background-image: url(images/menu1.png);
	height:30px;
	color: #333;
}
#parent_div {
	width:1024px;
	background-image: url(images/back.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: -26px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	z-index: 200;
 }
#parent_div:after {
    content:'';
    display:block;
    clear:both;
 }
#left_child {
	display:inline; /*required by IE6*/
	width:630px;
	margin-top: -20px;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 15px;
	float: left;
	z-index: 100;
 }
#right_child {
	display:inline; /*required by IE6*/
	width:320px;
	margin-top: -20px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 3px;
	float: left;
	height: 400px;
 } 
#left_child p,#right_child p {
	text-align:justify;
	margin:4px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	float: left;
	position: relative;
	z-index: 100;
 }
.content-text-title {
	font-size: 1.3em;
	padding-right: 2em;
	padding-bottom: 1em;
	text-decoration: none;
	color: #C57A8B;
}
.content-text {
	padding-left: 10px;
	font-size: 0.9em;
	text-decoration: none;
}
.images {
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}
a img {
	border: 2px solid #F7AFC7;
}
a img hover {
	border: 2px solid #886BA3;
}
.content-text a {
	color: #000;
}
#maincont_div {
	margin-left: 20px;
}
.newforestonline {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 0.7em;
}
.newforestonline a {
	color: #999;
	text-decoration: none;
	padding-right: 10px;
}

