body {
	font-size:14px;
        background: #FFFAF0;
        width: auto;
}

#wrapper {
	width:98%;
	margin:0px auto;
	border:1px solid #bbb;
	padding:1%;
	background: url(/clickety/pics/blue-dog-paw.jpg) fixed repeat;
}

#header {
	border:0px solid #bbb;
	height:120px;
	padding:1%;
        background: blue;
	background: url(/clickety/pics/blue-dog-paw.jpg) fixed repeat;
}
#navbar {
	border:1px solid blue;
	height:20px;
	padding:0px;
	background-color: blue;
}
#content {
	margin-top:1%;
	padding-bottom:1%;
}
#content div {
	padding:1%;
	border:0px solid #bbb;
	float:left;
}
#content-left {
	width:20%;
	background: url(/clickety/pics/blue-dog-paw.jpg) fixed repeat;
}

#content-left a:link {
        color: blue;
        text-decoration: underline
}

#content-left a:visited {
        color: #483D88;
        text-decoration: underline
}

#content-left a:hover {
        color: #00008B;
        text-decoration: underline
}

#content-main {
	margin-left:1%;
	width:50%;
        background: blue;
	color: #F5F5F5;
}

#content-main a:link {
	color: #FFFFFF;
	text-decoration: underline
}

#content-main a:visited {
        color: #D2B48C;
        text-decoration: underline
}

#content-main a:hover {
        color: #FFFFFF;
        text-decoration: underline
}

}
#content-right {
	margin-left:1%;
	width:21%;
	background: url(/clickety/pics/blue-dog-paw.jpg) fixed repeat;
}

#content-right a:link {
        color: blue;
        text-decoration: underline
}

#content-right a:visited {
        color: #483D88;
        text-decoration: underline
}

#content-right a:hover {
        color: #00008B;
        text-decoration: underline
}

#footer {
	float:left;
	margin-top:1%;
	margin-bottom:1%;
	padding:1%;
	border:1px solid #bbb;
	width:97%;
        background: blue;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: underline
}

#footer a:visited {
        color: #D2B48C;
        text-decoration: underline
}

#footer a:hover {
        color: #FFFFFF;
        text-decoration: underline
}

#bottom {
	clear:both;
	text-align:right;
}

.navBar {
  color: #ffffff;
  background-color: blue;
  margin: 0;
  padding-left: 25px;
  padding-top: 2px;
  border-bottom: 2px dotted blue;
}

.navBar span {
  color: #ffffff;
}

.navBar a {
  color: #ffffff;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 0 0.25ex 0 0;
}

.navBar a:hover {
  text-decoration: none;
}

.navBar a:visited {
  color: #ffffff;
}


.navBar {
  color: #ffffff;
  background-color: blue;
  margin: 0;
  padding-left: 25px;
  padding-top: 2px;
  border-bottom: 2px dotted blue;
}

.navBar span {
  color: #ffffff;
}

.navBar a {
  color: #ffffff;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 0 0.25ex 0 0;
}

.navBar a:hover {
  text-decoration: none;
}

.navBar a:visited {
  color: #ffffff;
}


