body {
	background-color: #CCBB88;
	height: 100%;
	margin: 0px;
}
html {
	height: 100%;
}
a {
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
a img {
	border: none;
}

table#menubar {
	width: 100%;
	height: 100%;
}

div#navbar {
	background-color: rgb(0,0,0);
	color: #CCBB88;
	font-family: sans-serif;
	/*padding-top: .25em;*/
	text-align: center;
	width: 100%;
	/*height: 1.5em;*/
	padding: .25em 0px;
}

div#navbar a {
	color: rgb(255,255,255);
	font-weight: bold;
}

div#subnavbar {
	/*background-color: rgb(0,0,0);
	color: #CCBB88;*/
	font-family: sans-serif;
	padding-top: .25em;
	text-align: center;
	width: 95%;
	height: 1.5em;
	border-bottom: 2px solid black;
	margin-left: 2.5%;
}

div#subnavbar a {
	color: rgb(0,0,0);
	font-weight: bold;
}

div#footbar {
	clear: both;
	background-color: rgb(0,0,0);
	color: white;
	font-family: sans-serif;
	font-size: small;
	padding-top: .25em;
	text-align: center;
	width: 100%;
	height: 1.5em;
}

div#subfoot {
	font-family: sans-serif;
	font-size: small;
	text-align: center;
	width: 100%;
}

div#content {
	width: 80%;
	margin-left: 5%;
	padding: 10px 0px;
}


div.contact {
	float: left;
	margin: 10px;
	border: 1px dashed black;
	width: 350px;
	height: 150px;
}

div.contact img {
	float: left;
	border: 2px solid black;
	margin-right: 5px;
}

div.contact p {
	margin: 0px;
}

div.img-right, div.img-left {
	border: 2px solid black;
	padding: 3px;
	font-size: smaller;
	text-align: center;
}

div.img-right {
	float: right;
	margin-left: 5px;
}

div.img-left {
	float: left;
	margin-right: 5px;
}


