/* Generic Selectors */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #504c4c;		
	background-color: #e0f5dc;
	margin: 0 0 0 0; top right bottom left	
}

p {
	width: 90%;

}


h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: bold;
	color: #000000;
	margin-top: 30px;
	margin-left: 30px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom: 0px solid #000000;
	text-align: center;
	margin-top: 30px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: none;
	color: #000000;
	text-align: center;
}




/************************* Classes *************************/





/*************************  Pseudo classes *************************/

:link {
	color: #3c6b4b;
	text-decoration: none;
	font-weight: none;
}	

:visited { 
color: #3c6b4b;
text-decoration: none;
font-weight: none;
}



:hover {
color: #000000;
padding-bottom: 5px;
font-weight: none;
text-decoration: none;
}

  
:active { 
color: #000000;
font-weight: none; 
} 


/*************************  ID's *************************/



#centerDoc {
	position: absolute;	
	z-index: 1;	
	width: 760px;
	height: 1000px;
	border-right: 1px solid #000000;
	background-color: #97cc8c;
	
}

#navigation {
	position: absolute;	
	z-index: 2;	
	width: 150px;
	height: 809px;
	margin-left: 40px;
	margin-top: 190px;
	margin-bottom: 1px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;	
	background-color: #B5EAAA;
}

#links {
	position: absolute;	
	z-index: 2;	
	width: 109px;
	height: 175px;
	margin-left: 79px;
	margin-top: 270px;
	margin-bottom: 1px;
	background-color: #b5eaaa;
	text-align: left;
}

#header {
	position: absolute;	
	z-index: 2;	
	width: 660px;
	height: 100px;
	margin-left: 40px;
	margin-top: 40px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #B5EAAA;
	background-image:url('images/banner.jpg');
	
		
}


#write {
	position: absolute;	
	z-index: 2;	
	width: 460px;
	height: 809px;
	margin-left: 240px;
	margin-top: 190px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #e0f5dc;
	background-image:url('images/write.jpg');
	
		
}

#information {
	position: absolute;	
	z-index: 2;	
	width: 339px;
	height: 600px;
	margin-left: 360px;
	margin-top: 300px;
	background-color: #e0f5dc;
	
		
}

#status {
	position: absolute; 	
	z-index: 3;	
	width: 100px;
	height: 20px;
	margin-left: 601px;
	margin-top: 190px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #97cc8c;
	color: #000000;
	
		
}

hr {border: none 0;
border-top: 1px dashed #000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
text-align: right;/*this will align it for IE*/
margin: 0 0 0 auto; /*this will align it right for Mozilla*/
} 







