/* CSS Document */
/* layout */
body {
	background:#959f88 url(../pics/layout/back.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	}	

.border-1 {
	border:1px black solid;
	}
	
.border-5 {
	border:5px #ff9000 solid;
	}
	
#menu-p {
	position:absolute;
	left:20px;
	top:50px;
	z-index:2;
	}
	
	#menu-m {
		width:400px;
		height:20px;
		background-color:#8d9c7c;
		}
	
		#menu {
			padding:3px 10px 0 10px;
			text-transform:uppercase;
			}
	
#main-p {
	position:absolute;
	left:150px;
	top:200px;
	z-index:2;
	}
	
	#main-m {
		width:600px;
		height:250px;
		overflow:auto;
		background-color:#839173;
		}
		
		#main {
			padding:10px;
			}
			
#links-p {
	position:absolute;
	left:80px;
	top:480px;
	z-index:0;
	}
	
	#links-m {
		width:600px;
		height:20px;
		background-color:#8d9c7c;
		}
	
		#links {
			padding:3px 5px 0 0;
			text-align:right;
			}
			
#float1-p {
	position:absolute;
	left:250px;
	top:65px;
	z-index:3;
	background:#839173;
	}
	
	#float1-m {
		width:480px;
		height:100px;
		background:#839173 url(../pics/layout/title.png);
		}
		
		#float1 {
			padding:10px;
			}
	
#float2-p {
	position:absolute;
	left:40px;
	top:20px;
	z-index:1;
	background:#839173;
	}
	
	#float2-m {
		width:130px;
		height:460px;
		background:#8d9c7c url(../pics/layout/tree.jpg);
		}
		
		#float2 {
			padding:10px;
			}

.middle-box {
    position:absolute;
	text-align:center;
    top:25%;
    right:25%;
    bottom:25%;
    left:25%;
    padding:25px;
    margin:25px;
	}
/*styles*/

a {
	text-decoration:underline;
	color:#000000;
	}
	
a:hover {
	color:#38432b;
	}

p {
	margin:5px 0px 5px 0px;
	text-indent:0px;
	}

h1 {
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}
	
h2 {
	margin:0 0 4px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	}
	
	h2.mar {
		margin-left:10px;
	}
	
ul {
	margin:0px 0px 5px 38px;
	list-style-type:disc;
	list-style-image:url(../pics/layout/list.gif);
	list-style-position:outside;
	}

.wd {
	overflow:auto;
	margin-bottom:15px;
	width:500px;
	}
	
.image1 {
	float:left;
	margin:0px 10px 0px 10px;
	border:2px solid black;
	}
	
.image1:hover {
	float:left;
	margin:0px 10px 0px 10px;
	border:2px solid #38432b;
	}
