/* CSS Document */

body {
	text-align: center; /*For IE */
	font-family: arial, helvetica, sans-serif;
	background-color:#7a753e;
}

/* ---------------- LAYOUT DIVS ----------------------*/

#wrapper {
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	margin: 0 auto; /* to centre container in browser */
	text-align: center;
	z-index:1;
	background-image:url(elements/feather.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}

#header {
	position:relative;
	width:950px;
	height:168px;
	margin: 0 auto; /* to centre container in browser */
	text-align: left;
	z-index:1;	
	background-image:url(elements/header.jpg);
	background-repeat:no-repeat;
	
}


#detail {
	position:relative;
	width:950px;
	margin: 0 auto; /* to centre container in browser */
	padding-top: 42px;
	text-align: left;
	min-height: 400px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 400px; /* this line for IE6 */
	background-image:url(elements/header-bottom.jpg);
	background-repeat:no-repeat;
	}



		#content {
		position:relative;
		float:left;
		width:369px;
		height:400px;
		padding-left: 50px;
		padding-right: 312px;
		padding-top: 50px;
		padding-bottom: 50px;
		z-index:2;
		min-height: 300px; height: auto !important; /*this line for firefox (and IE7) etc */
		height: 300px; /* this line for IE6 */
		background-image:url(elements/content-slice.png);
		background-repeat: repeat-y;
	
		}
	
			#image {
				position:absolute;
				top: 0;
				right: 85px;
				width: 177px;
				margin: 0;	
			}
	
	
#footer {
	position:relative;
	width:950px;
	margin: 0 auto; /* to centre container in browser */
	margin-top: -50px;
	text-align: left;
	height:220px;
	background-image:url(elements/footerlarge.png);
	background-position: bottom;
	background-repeat: no-repeat;
	

}

.clear { clear:both;}

.toggler2:hover{ cursor: pointer;}

/* ---------------- Typography ----------------------*/

h1 { font-size: 16px;
	color:#ffffff;
	font-weight: normal;
}

h2 { font-size: 12px;
	color:#ffffff;
	font-weight: bold;
}

em { color:#292726;
	}

p, li, td, th { font-size: 12px;
	color:#ffffff;
}

th {
text-align: left;
}

input, select {
	font-size: 11px;
	color: #817f4c;
}

a:link, a:active, a:visited { color:#cccccc; text-decoration:none; }
a:hover { color:#cccccc; text-decoration:underline; }


#footer p  { 
	padding-top: 205px;
	padding-left: 150px;
	text-align: center;
	font-size: 10px;
	color:#cccccc;
	text-decoration:none;
	margin: 0;
}


