body	{
    background-color: #e4ded1;
	font-family: "Gill Sans MT", Arial, sans-serif;
	margin: 0;}
	
#all	{
    background-color: #e4ded1;
	width: 1180px;
	height: 100%;
	margin: auto;
	}
/*START HEADER*/
header	{
	top: 0;
	position: fixed;
    height: 80px;}

img#logo{
    width: 215px;
	height: 67px;
	position: absolute;
	top: 0px;
	z-index: 2;}

img#headerbackground{
    border-bottom: 2px solid #BE3226;
    width: 1180px;
	height: 85px;
	position: absolute;
	top: 0px;
	z-index: 1;}
	
h1#headertext	{
    position: relative;
	top: 26px;
	left: 500px;
	color: #BE3226;
	font-size: 18px;
	font-style: italic;
	z-index: 5;}
/*END HEADER*/	

/*START NAV*/
nav		{
	top: 77px;
	position: fixed;
	padding-top: 10px;
	width: 200px;
	height: 100%;
	/* float: left; */}
	
ul#nav {
	background: #a9a59e;
	float: left;
	list-style-type: none;
	margin-top: 0;
	border-right: 2px solid #BE3226;
	padding: 0;
	width: 200px;
	min-height: 100%;
}

ul#nav li {
	background: #e4ded1;
	border: 1px solid #a9a59e;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	padding: .25rem 0;
	margin-top: 0.25rem;}

ul#nav li:last-child {
	margin-bottom: 0.25rem;}

ul#nav li a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 0 0.25rem;}

ul#nav li:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
/*END NAV*/

/*START SECTION#BODY*/
#body	{
    background:  #e4ded1;
    background-image: url(earth24.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 87%;
	margin-left: 202px;
	overflow: auto;
	padding: 10px 5px 5px 5px;
	position: fixed;
	top: 86px;
	width: 970px;}

.center {
	margin-left: auto;
	margin-right: auto;
	padding-right: 50px;
	padding-left: 50px;
}

hr {
	color: #BE3226;}

span.tekfont {
	color: #cc0000;}
    
img#home1 {
    float: left;
	height: 180px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 50px;
	padding-left: 0px;
	width: 200px;}

img#home2 {
    float: right;
    height: 140px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 200px;
	width: 200px;}

.bq2 {	
	font-size: 90%;
	font-style: italic;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 250px;
	width: 250px;}

#bq3 {
	width: 500px;
	height: 190px;
}

#bq4 {
	width: 400px;
	height: 190px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}
div#wrap {
	height: 250px;
	width: 640px;
}
div#brochure {
	width: 300px;
	height: 250px;
	float: left;
}

div#address {
	height: 250px;
	width: 300px;
	float: left;
	margin-left: 25px;
}

li.bul {
list-style-image: url('bullet.png');
} 