/* CSS Document */

/*------------------ POSITIONING DIVS -----------------------*/


body {
text-align : center; /*For IE */
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url(image/background.jpg);
background-repeat: repeat;
}

#container {
position: relative;
width: 800px;
height: 600px;
margin: 0 auto; /* to centre container in browser */
text-align: left;
background-color: #8f9c46;
border: 2px solid #8f9c46;
}

#masthead {
position: absolute;
top: 0;
left: 0;
width: 800px;
height: 100px;
background-image: url(image/masthead.jpg);
background-repeat: no-repeat;
background-position: top left;
z-index: 500;
}

#detail {
position: absolute;
top: 100px;
left: 0;
width: 800px;
height: 480px;
background-color: #8f9c46;
background-image: url(image/content-background.jpg);
background-repeat: no-repeat;
background-position: top left;
z-index: 0;
}

	#imagearea {
	position: absolute;
	top: 290px;
	left: 5px;;
	width: 795px;
	height: 200px;
	z-index: 500;
	}
	
	#textarea {
	position: absolute;
	top: 30px;
	left: 100px;
	width: 680px;
	height: 400px;
	padding: 10px;
	background-color: #e9ebda;
	z-index: 0;
}
	
		#textarea-inner {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 670px;
		height: 240px;
		padding-right: 10px;
		overflow: auto;
		z-index: 0;
}


#footer {
position: absolute;
top: 580px;
left: 0;
width: 800px;
height: 20px;
}


/*------------------ TYPOGRAPHY -----------------------*/
a:link {text-decoration: underline; color: #666666;}
a:visited {text-decoration: underline; color: #666666;}
a:active {text-decoration: underline; color: #666666;}
a:hover {text-decoration: underline; color: #8f9c46;}


#footer a:link {text-decoration: none; color: #FFFFFF;}
#footer a:visited {text-decoration: none; color: #FFFFFF;}
#footer a:active {text-decoration: none; color: #FFFFFF;}
#footer a:hover {text-decoration: none; color: #c8ca91;}


p, li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 10pt;
color: #666666;
text-align:justify;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
line-height: 12pt;
color: #666666;
font-weight: bold;
}


h2 {
font-size: 11pt;
line-height: 12pt;
color: #8f9c46;
font-weight: normal;
}

#footer p {
font-size: 7pt;
color: #FFFFFF;
margin-top: 5px;
}


#imagearea img {
margin-left: 5px;
margin-right: 0px;
padding: 0px;
border: 2px solid #a9b371;
}

table {
border-collapse: collapse;
margin: 0px;
padding: 0px;
}

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 10pt;
color: #666666;
border: 1px solid #FFFFFF;
padding: 3px;
}

th {
font-size: 9pt;
line-height: 10pt;
color: #8f9c46;
background-color: #e4e0bb;
font-weight: normal;
border: 1px solid #FFFFFF;
padding: 3px;
}

