Body{
	background-color: #d1b254;
	text-color: #000;
}



#Headerlogo{
	background-image: url(images/topback.gif);
	background-repeat: no-repeat;
	top: 2%;
	height: 92px;
	position: fixed;
	width: 98%;
}

#Headerlogo #call{
	text-align: right;
	position: fixed;
	top: 2%;
	right: 2%;
	font-weight: bold;
}

#Headerlogo #call a{
color: #000;
text-decoration: none;
}

#Content{
	background-image: url(images/jmback2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 98%;
	height: 100%;
	bottom: 2%;
	top: 105px;
	position: fixed;
}

#Content #Menu{
	position: fixed;
	height: 50px;
	width: 700px;
	font-size: 14px;
	background-size: cover;
}

#Content #Menu ul{
	list-type: none;
}

#Content #Menu li a{
	width: 150px;
	height: 50px;
	text-decoration: none;
	color: #000;
	background-image: url(images/linkhover.jpg);
}

#Content #Menu li a:hover{
	background-image: url(images/menuhover.jpg);
	color: #FFF;
}

#Content #Menu ul li{
	width: 150px;
	height: 50px;
	display: block;
	float: left;
}

#Content #textbox{
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 145px;
	bottom:5%;
}

#Content #textbox a{
color: #000;
text-decoration: none;
}

