html{
	position: absolute;
	text-align: center;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	min-height: 100%;
	background-color: #EACB87;
}


body{
	position: relative;
	text-align: left;
	background-color: rgb(112,9,10);
	width: 862px;
	margin: 0px auto;
	font-family: verdana;
	color: white;
	padding: 0px 0px;
	font-size: 12px ;
        min-height: 100%;
}

#header{
	height: 110px;
	padding: 29px;
	background-image: url(images/shadowTop.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

#header ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header li{
	margin: 0px 0px 7px 0px;
}

#header #selected{
	font-weight: bold;
}

#header #contact{
float: right;
font-size: 14px;
font-weight: bold;
}

#imageBar{
	height: 163px;
	background-image: url(images/imageBar.jpg);
	background-color: white;
}

#copyArea{
	padding: 39px 29px;
	background-image: url(images/shadowBottom.png);
	background-position:top;
	background-repeat:repeat-x;}

#copyArea h1{
	font-size: 13px;
}

#copyArea p{
	line-height: 24px;
	padding: 0px 220px 8px 0px;
	margin: 0xp 0px 100px 0px;
}

#logo{
	position: absolute;
	top: 136px;
}


a,a:link,a:visited{
	color: white;
	text-decoration: none;
}

a:hover{
	color: white;
}

#selected a:hover{
	color: red;
}

#copyArea a{
	color: red;
}

.location{
margin: 0px 0px 0px 0px;
}

.location h2{
font-size: 12px;
}

.location h2 div{
float: right;
margin: 0px 58px 0px 0px;
}

.location img{
float: right;
}

.location div img{
float: none;
vertical-align: middle;
}

.location div{
height: 26px;
width: auto;
line-height: 26px
}


#sideBar{
float: right;
width: 580px;
text-align: justified;
font-family: arial;
position: absolute;
top: 75px;
left: 250px;
}

#sideBar p{
width: 580px;
margin: 0px;
padding: 0px;
line-height: 18px;
font-weight: normal;
font-style: italic;
}

#testimonials{
margin: 40px 0px 0px 0px;
}

#testimonials p span,
#sideBar p span{
display: block;
margin: 0px 0px 0px 0px;
font-style: normal;
text-align: right;
}

#testimonials p span span,
#sideBar p span span{
margin: 0px;
font-weight: bold;
font-size: 14px;
}

form div{
height: 40px;
}

form #Comment{
height: 60px;
}

form #Comment textarea{
vertical-align: top;
width: 400px;
height: 50px;
}
