/* CSS DOCUMENT */

body {
background-color:	#696969;
}

#container {
width:			950px;
height:			800px;
margin-top:		10px;
margin-left:		auto;
margin-right:		auto;
padding: 		0px;
border:			1px solid white ;
background-color:	grey;
position:		relative;
}

#background {
z-index:		1;
position:		absolute;
}

#header {
position:		absolute;
left:			0px;
top:			0px;
z-index:		2;
}

#l_image {
position:		absolute;
left:			0px;
top:			150px;
z-index:		2;
}

#header_text {
position:		absolute;
left:			650px;
top:			50px;
z-index:		3;
font-family:		Times New Roman;
font-size:		15px;
color:			#58225C;
}

#HLinks {
position:		absolute;
left:			280px;
top:			160px;
z-index:		3;
}

#header_divide {
position:		absolute;
left:			25px;
top:			125px;
z-index:		4;
}

#Hlinks_Divide {
position:		absolute;
left:			275px;
top:			180px;
z-index:		4;
}

#pagename {
position:		absolute;
left:			280px;
top:			215px;
z-index:		5;
Font-Family:		Times New Roman;
Font-Size:		24px;
Font-Weight:		normal;
color:			#95A48F;
}

#pagecontent {
position:		absolute;
left:			280px;
top:			250px;
margin-right:		225px;
z-index:		5;
Font-Family:		times new roman;
Font-Size:		14px;
Font-Weight:		normal;
Text-align:		justify;
color:			#696969;
}

#pagecontext {
position:		absolute;
left:			280px;
top:			275px;
margin-right:		225px;
z-index:		5;
Font-Family:		times new roman;
Font-Size:		14px;
Font-Weight:		normal;
Text-align:		justify;
color:			#696969;
}

#EndText {
position:		absolute;
left:			280px;
top:			575px;
margin-right:		275px;
z-index:		5;
Font-Family:		times new roman;
Font-Size:		17px;
Font-Weight:		normal;
Text-align:		left;
color:			#58225C;
}


a:link {
text-decoration:	none;
color:			#58225C;	
}

a:visited {
text-decoration:	none;
color:			#58225C;
}

a:active {
text-decoration:	none;
color:			#58225C;
}

a:hover {
text-decoration:	none;
color:			#8A9996;
}