body,
html {
    font-family: sans-serif;
    }
body {
       background-color : #a7a775;
       background:url(tile.jpg);
}

h1 {
    font-family: "bembo", "georgia", sans-serif;
    font-size: 28px;
    font-weight: bold;
}

h2 {
    font-family: "zapfino", "Times", sans-serif;
    font-weight: bold;
}

a:visited {
	color: #0000ff;
}

a:hover{
	color: #a7a775;
}

#wrap {
    margin:20px;
    padding:0px;
    background-color: #e3eccf;
    border: solid 2px #e3eccf;
    display: block;
    width: 930px;
    height: auto;
}

#topNav{
	background: url(header.jpg) no-repeat;
	width: 829px;
	height: 100px;
        clear: left;
}

#topNavContent{
   text-color: black;
   text-align: center;
   top: 60px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   width: auto;
   height: 40px;
   clear: both;
   position: relative;
}

#header {
   text-color: black;
   text-align: center;
   top: 18px;
   clear: both;
   position: relative;
}


#main {
	background: url(content2.jpg) no-repeat;
	width: auto;
	height: 600px;
        clear: left;
 }

#mainWith {
	background: url(content.jpg) no-repeat;
	width: auto;
	height: 600px;
        clear: left;
 }

#mainContent{
   text-color: black;
   text-align: justify;
   top: 30px;
   left: 70px;
   margin: 10px 50px 0px 0px;
   padding: 15px 70px 0px 0;
   width: auto;
   height: 476px;
   clear: left;
   position: relative;
   overflow: auto;
}


#footer {
   text-color: black;
   text-align: center;
   top: 46px;
   clear: both;
   position: relative;
}

#footerLanding {
   text-color: black;
   text-align: center;
   top: 120px;
   clear: both;
   position: relative;
}


#navbar1 {
	background: url(bottomNavBar1.jpg) no-repeat;
	margin: 0px 0px 0px 0px;
	width: 700px;
	height: 225px;
	position: relative;
	clear: both;
}


#navbar2 {
	background: url(bottomNavBar2.jpg) no-repeat;
	margin: 0px 0px 0px 0px;
	width: 700px;
	height: 225px;
	position: relative;
	clear: both;
}


#navbar3 {
	background: url(bottomNavBar3.jpg) no-repeat;
	margin: 0px 0px 0px 0px;
	width: 700px;
	height: 225px;
	position: relative;
	clear: both;
}


#navbar4 {
	background: url(bottomNavBar4.jpg) no-repeat;
	margin: 0px 0px 0px 0px;
	width: 700px;
	height: 225px;
	position: relative;
	clear: both;
}
#navcontent {
   text-color: black;
   text-align: right;
   top: 10px;
   left: 140px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   width: 360px;
   height: 200px;
   clear: both;
   overflow: auto;
   position: relative;
}

#landing{
	background: url(landing2.jpg) no-repeat;
	margin: 104px 0px 0px 0px;
	width: 860px;
	height: 318px;
	position: relative;
	clear: both;
}

#landingContent{
   text-color: black;
   text-align: center;
   top: 40px;
   left: 170px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   width: auto;
   height: 200px;
   position: relative;
}	

<!-- TO CHANGE THE SITE BACKGROUND -->
<!-- 1) upload new content.jpg, content2.jpg, and tile.jpg files to 000webhost -->
<!-- 2) Change any background-color or color codes in this CBStyles file to match the background of content.jpg -->
<!-- For exmaple, the original blue code is 5574c7, and gold is a7a775 -->
<!-- You may also want to set the border to 0px under #wrap in this file -->

<!-- the following is for reference and not implemented in final product -->
 .footerOLD {
       background-image: url(background.jpg);
    background-repeat: no-repeat;
    /*background-position: bottom;*/
    margin-top: 0px;
    width: 100%;
    min-width:600px;
    height: 299px;
    float: left;
    filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.99);
	opacity: .99;
}
