body {
	margin:0 auto;
	padding:0;
	width:800;
	text-align:center;
	background-color: #D4C7BB;
}
#container {
	width : 800px;
	margin-left : auto;
	margin-right : auto;
	padding : 0;
	background: url('images/leftbk.jpg');
	border-right: 1px solid #370B00;	
}

/* TOP PART OF LAYOUT - EVERYTHING TO THE BOTTOM ON THE CONTENT BOX */

#topall {
	background: url('images/leftandtop3.jpg'); 
	background-repeat: no-repeat;	
}
#top {
	height: 22px;
	width: 590px;
	margin-left: 210px;
	text-align: center;
	padding-top: 85px;
	font-family: DIN-Medium, Trebuchet MS;
	font-size: .9em;
	color: #D4C7BB;
}
#top a {
	font-family: DIN-Medium, Trebuchet MS;
	color: #D4C7BB;
	text-decoration: none;
}
#top a:hover {
	color: #D4C7BB;
	text-decoration: underline;
}
#content {
	text-align: left;
	width: 596px;
	margin: 0px 0px 0px 204px;
	padding: 10px 0px 0px 0px;
	background-color: #D4C7BB;
	font-family: Helvetica Neue Light, Helvetica;
	font-size: .71em;
	color: #370B00;
}
#heading {
	font-size: 1.2em;
	font-weight: bold;
}
#content a {
	color: #370B00;
}
#content img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.textarea {
	padding: 0px 0px 10px 8px;
}

/* BOTTOM PART OF LAYOUT, WITH THE BULL IN THE BOTTOM LEFT AND THE FOOTER */

#allbottom {
	position: relative;
	display: block;
	margin: 0 auto;
	top: -161px;
	width: 800px;
	height: 256px;
	border-right: 1px solid #370B00;
}
#bottomleft {
	display: inline;
	float: left;
	width: 204px;
	height: 256px;
}
#bottomlefttop {
	margin: 0px 0px 0px 100px; 
	width: 104px; 
	height: 50px; 
	background: url('images/bottomleft1.jpg'); 
	background-repeat: no-repeat;	
}
#bottomleftbottom {
	margin: 0px 0px 0px 0px; 
	width: 204px; 
	height: 205px; 
	background: url('images/bottomleft2.jpg'); 
	background-repeat: no-repeat;	
}
#bottomright {
	display: inline;
	float: left;
	text-align: left;
	width: 596px;
	height: 256px;
	background: url('images/bottomright2.gif');
	background-repeat: no-repeat;
	color: #D4C7BB;
	font-family: Helvetica Neue Light, Helvetica;
	font-size: .75em;
	font-weight: lighter;
}
#bottominfo {
	margin: 195px 0px 0px 50px;
	line-height: 100%;
}
#bottominfo h1 {
	font-size: 1.20em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 60%;
}

