/* CSS Document */

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


body {
background-color: #ffffff;
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: 180px;
background-image: url(images/masthead.jpg);
background-repeat: no-repeat
}

#detail {
position: absolute;
top: 180px;
left: 1px;
width: 795px;
height: 390px;
}

	#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 178px;
	height: 390px;
	border-right: 1px solid #8e253a;
	background-image: url(images/menu-left-border.gif);
	background-repeat: repeat-y;
	}


	/* for text and image template */

	#textarea {
	position: absolute;
	top: 0px;
	left: 178px;
	width: 435px;
	height: 390px;
	}
	
	#inner-textarea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 295px;
	height: 350px;
	padding: 20px;
	overflow: auto;
	}

	#imagearea {
	position: absolute;
	top: -14px;
	left: 513px;
	width: 273px;
	height: 390px;
	}


	/* for small gallery template */
	
	#thumbnails {
	position: absolute;
	top: 0;
	left: 335px;
	width: 100px;
	height: 390px;
	}


	#imagearea2 {
	position: absolute;
	top: -14px;
	left: 613px;
	width: 173px;
	height: 390px;
	}
	
	
	/* for backend template */
	#textarea2 {
	position: absolute;
	top: 0px;
	left: 178px;
	width: 588px;
	height: 390px;
	margin-left: 20px;
	overflow: auto;
	}


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


}


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

a:link {text-decoration: underline; color: #333333;}
a:visited {text-decoration: underline; color: #333333;}
a:active {text-decoration: underline; color: #333333;}
a:hover {text-decoration: underline; color: #666666;}

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

p, li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 12pt;
color: #666666;
}


p.firstpara {
display: inline;
}

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

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

td, th, input, submit, select, textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 12pt;
color: #666666;
text-align: left;
}


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


a img {
border: none;
}