/* CSS Document */

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


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

#container {
position: relative;
width: 800px;
height: 600px;
margin: 0 auto; /* to centre container in browser */
text-align: left;
}

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

#detail {
position: absolute;
top: 103px;
left: 0;
width: 800px;
height: 475px;
background-image: url(Image/detail.jpg);
background-repeat: no-repeat;
}
	/* Template with image */
	
	#textarea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 490px;
	height: 475px;	
	}
	
	#textarea-inner {
	position: absolute;
	margin: 20px;
	padding-left: 10px;
	width: 440px;
	height: 435px;
	border-left: 1px solid #a9b58d;	
	overflow: auto;
	}
		
	#imagearea {
	position: absolute;
	top: 0;
	left: 490px;
	width: 310px;
	height: 475px;
	}

	/* Template with full page */

	#textarea2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 475px;	
	}
	
	#textarea-inner2 {
	position: absolute;
	margin: 20px;
	padding-left: 10px;
	width: 749px;
	height: 435px;
	border-left: 1px solid #a9b58d;	
	overflow: auto;
}
	/* Gallery template */
	
	#textarea3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 430px;
	height: 475px;	
	}
	
	#textarea-inner3 {
	position: absolute;
	margin: 20px;
	padding-left: 10px;
	width: 380px;
	height: 435px;
	border-left: 1px solid #a9b58d;	
	overflow: auto;
	}
		
	#imagearea3 {
	position: absolute;
	top: 0;
	left: 430px;
	width: 370px;
	height: 475px;
	}

	

#footer {
position: absolute;
top: 578px;
left: 0;
width: 800px;
height: 23px;
background-image: url(Image/footer.jpg);
background-repeat: no-repeat;

}


/*------------------ TYPOGRAPHY -----------------------*/

a:link {text-decoration: none; color: #710627;}
a:visited {text-decoration: none; color: #710627;}
a:active {text-decoration: none; color: #710627;}
a:hover {text-decoration: none; color: #bf546d;}

#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: #bf546d;}

p, li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 10pt;
color: #70132f;
margin-top: 0px;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
line-height: 11pt;
color: #70132f;
font-weight: normal;
}

h1.home{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 11pt;
color: #c38585;
font-weight: normal;
text-align: center;
letter-spacing: 0.1cm;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 11pt;
color: #70132f;
font-weight: bold;
margin-bottom: 2px;
}

#textarea-inner h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 11pt;
color: #70132f;
font-weight: normal;
border-bottom: 1px solid #af1b43;
margin-top: 0px;
margin-bottom: 12px;
}

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

table {
border-collapse: collapse;
}

td, input, submit, select {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 10pt;
color: #70132f;
}

th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 10pt;
color: #70132f;
text-align: left;
font-weight: bold;
}

