/* CSS Document */

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


body {
background-color: #6d6967;
text-align : center; /*For IE */
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
position: relative;
width: 800px;
height: 530px;
margin: 0 auto; /* to centre container in browser */
text-align: left;
background-image: url(images/background.jpg);
background-repeat: no-repeat;
}

#masthead {
position: absolute;
top: 0;
left: 0;
width: 385px;
height: 160px;
background-image: url(images/masthead.jpg);
background-repeat: no-repeat;
background-position: bottom right;
margin-right: 15px;
}

#detail {
position: absolute;
top: 160px;
left: 0;
width: 800px;
height: 370px;
}

	#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 320px;
	margin-left: 100px;
	margin-bottom: 40px;
	padding-top:10px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	#textarea {
	position: absolute;
	top: -160px;
	left: 400px;
	width: 270px;
	height: 380px;
	margin: 50px;
	margin-right: 70px;
	padding-right: 10px;
	overflow: auto;
	}

	#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 400px;
	height: 50px;
	}


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

a:link {text-decoration: none; color: #333333;}
a:visited {text-decoration: none; color: #333333;}
a:active {text-decoration: none; color: #333333;}
a:hover {text-decoration: none; color: #ED1C24;}


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

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11pt;
line-height: 12pt;
color: #ED1C24;
font-weight: bold;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 10pt;
color: #333333;
font-weight: normal;
}


#footer p {
font-size: 7pt;
color: #333333;
margin-left: 50px;
margin-top: 0;
}

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