body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/backgrond.jpg);
	background-repeat: repeat-x;
	background-color: #ffd6a9;
}
#Container {
	margin: auto;
	width: 978px;
	position:relative;
}
#TextHeading {
	position: absolute;
	z-index: 1;
	top: 256px;
	right: 66px;
	width: 152px;
}
#TextContainer {
	background-image: url(../images/text-bckgrnd.jpg);
	background-repeat:repeat-y;
	padding:40px 66px 40px 0px;
}

#LeftNav {
	float:left;
	width:200px;
	border:#ffffff solid 1px;
	margin: 10px 0px 0px 10px;
	background-color:#8e4600;
}

#LeftNav a { 
	color:#FFFFFF; 
	display:block; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:11px; 
	font-weight:bold; 
	padding:8px 6px 10px 20px; 
	text-decoration:none; 
	border-top: 1px solid #ffffff;
}

#LeftNav a:hover { 
	background-color:#FFFFFF; 
	color:#812942; 
}

#Text {
	width: 650px;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #3e1900;
	text-align: justify;
}

#TextWidth {
	width: 850px;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #3e1900;
	text-align: justify;
}

.Cleaner {
	clear: both;
}
#LeftPicture {
	float: left;
	width: 300px;
}

h1 {
	font-size:14px;
	font-weight:bold;
}

/*-------- Contact Us page ----------*/
.Address {
	width:700px;
	height:220px;
	margin:50px auto;
}
.AddressInternal {
	padding:25px 15px 0px 0px;
	width:370px;
	height:115px;
	border:1px solid #8e4600;
	margin: 40px auto;
}
.Left {
	width:70px;
	margin:0px 10px;
	float:left;
	text-align:right;
}
.Right {
	font-weight:bold;
}
