/* CSS Coments */

	body {
		background: #668014;
		font-family: helvetica;
		}
	

#content {
		width: 500;
		height: 500;
		background: #FFFAF0;
		margin: auto;
		}
	
		
		
	
#topline {
		width: 500;
		height: 70;
		background: #D2691E;
		margin: auto;
		}

		
.banner {
		position: absolute;
		margin-top: 7px;
		margin-left: 75px;
		font-size: 49px;
		font-family: helvetica;
		color: #2F2F4F;
		font-weight: 600;
		vertical-align: bottom;
		}
		
.image {
		position: absolute;
		padding: 5px;
		background: white;
		vertical-align: bottom;
		}
		
#contenttext {
	width: 300;
		height: 397;
		margin: auto;
	color: black;
    font-family: helvetica;
    font-size: small;
    padding: 5px;
    text-align: left;
		}
		
		#contenttextabout {
	width: 300;
		height: 397;
		margin: auto;
	color: black;
    font-family: helvetica;
    font-size: small;
    padding: 5px;
    text-align: left;
    margin-top: 100px;
		}

#footer {
	width: 500;
		margin: auto;
		padding-top: 20px;
		text-align: center;
		font-size: 6pt;
	}


/* Top Navbar */
		

.toplink {
    color: white;
     font-weight: bold;
    font-family: helvetica;
    font-size: 12pt;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

.toplink:hover {
	color: #4F4F2F;
}


.toolbar {
		background: #E3A869;
		text-align: right;
		padding: 3px;
    }
	

/* Bottom Navbar */

#bottomline{
		width: 500;
		height: 20;
		background: #D2691E;
		margin: auto;
		}

		
.bmenu {
    color: #2F2F4F;
    font-family: helvetica;
    font-size: 8pt;
    text-decoration: none;
    padding-top: 4px;
    margin-top: 30px;
     padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
}

.bmenu:hover {
color: white;
    background-color: #E3A869;
}

.bottomtoolbar {
	padding-top: 4px;
    }
	
	
	