body {
  height: 100%;
  background:#CCCCFF;
  margin:0;
  padding:0;
  border:0;
  font:small Verdana,Sans-serif;
  text-align:left;
  color:#000;
  font-size:small;
  }

A 	{ color: #000; text-decoration: none; } 
A:link	{ color: #000; text-decoration: none; } 
A:visited	{ color: #222; text-decoration: none; } 
A:active	{ color: #444; } 
A:hover	{ color: #444; text-decoration: underline}

img	{ border: 0; padding: 0; margin: 0;}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

li {
	margin-left: -1em;
}

pre {
	margin: 0;
	border: 0;
	padding: 0;
}

h1 {
	margin: 0px;
	padding: 0px;
	color:#333;
	font-family:Kristen ITC, Copperplate Gothic Bold, arial;
	font-size:medium;
	font-weight:bold;
}

h2 {
	margin: 0px;
	padding: 0px;
	color:#333;
	font-family:Kristen ITC, Copperplate Gothic Bold, arial;
	font-size:x-small;
	font-weight:bold;
	text-transform:uppercase;
}

h3 {
	margin: 0px;
	padding: 0px;
	color:#666;
	font-family:Kristen ITC, Copperplate Gothic Bold, arial;
	font-size:x-small;
	font-weight:bold;
}
#banner {
  margin:0;
  padding:0;
  border:0;
  position: absolute;
  top:0px;
  left:0px;
  width:780;
  background:#8CB7C8;
  height=100%;
}
#title {
  text-align:center;
  background:#FFF;
  padding-left:7px;
  padding-right:7px;
  padding-bottom:12px;
  border-bottom:3px solid #339900;
  border-top:3px solid #339900;
}
#map {
  position: absolute;
  top:185px;
  left:10px;
  background:#FFF;
  width:741px;
  border-left:3px solid #339900;
  border-right:3px solid #339900;
  }
#blog {
  position: absolute;
  top:185px;
  left:10px;
  background:#FFF;
  width:494px;
  border-left:3px solid #339900;
  border-right:3px solid #339900;
  }

#blog A 	{ color: #000; text-decoration: underline; } 
#blog A:link	{ color: #000; text-decoration: underline; } 
#blog A:visited	{ color: #222; text-decoration: underline; } 
#blog A:active	{ color: #444; text-decoration: underline; } 
#blog A:hover	{ color: #444; text-decoration: underline; }

#navBar {
  position: absolute;
  top:185px;
  left:520px;
  background:#FFF;
  width:220px;
  border-left:3px solid #339900;
  border-right:3px solid #339900;
  border-bottom:3px solid #339900;
  border-top:3px solid #339900;
  padding-left:12px;
  padding-right:12px;
  }
.Bryan-post {
  padding:7px;
  background-image:url("/bryanweb.bmp");
  background-position: top right;
  background-repeat: no-repeat;
  border-bottom:3px solid #339900;
  }
.Chizzy-post {
  padding:7px;
  background-image:url("/chizzyweb.bmp");
  background-position: top right;
  background-repeat: no-repeat;
  border-bottom:3px solid #339900;
  }
.blogImage {
  margin-right:12px;
}
.floatLeft {
  float:left;
  margin:3px;
 }
.floatRight {
  float:right;
  margin:3px;
 }
.siteFooter {
 background:#8CB7C8;
 }