/**
 * linda barker stylesheet
 * @author Peter Edwards <tec@e-2.org>
 */
html, body, div {
  margin:0;
	padding:0;
	border:0;
}
html {
  height:100%;
}
body {
  font-size:76%;
	font-family:verdana,arial,sans-serif;
	text-align:center;
	height:100%;
	/*background:#718993 url(../images/bg/dandelion.gif) no-repeat right 250px;*/
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.1em;
}
p {
  font-size:1em;
}
a img {
  border:0;
}
a {
  text-decoration:none;
}
a:hover, a:visited:hover {
}
ul {
  list-style:none;
}
#container {
  position:relative;
  text-align:left;
	width:800px;
	margin:0 auto;
	padding:40px 0 0 0;
	height:100%;
}
/* logo */
#logo {
  position:absolute;
	left:0;
	top:0;
	width:90px;
	height:80px;
}
#logo a {
  display:block;
	width:90px;
	height:80px;
}	
/* navigation */
.navigation {
  clear:both;
  padding:0 0 0 90px;
}
.navigation ul {
  margin:0;
	padding:0;
	text-align:center;
}
.navigation ul li {
  display:inline;
  list-style-type:none;
	margin:0;
}
.navigation ul li a {
  display:block;
	float:left;
  width:118px;
}
.cleaner {
  clear:both;
  height:1px;
	font-size:1px;
}
#content {
  clear:both;
	padding:20px;
}
.imgleft {
  float:left;
	margin:1em 2em 1em 0;
}

/* blue 699
   light blue b6d7d7
	 v.light blue d7ebeb
	 */
body {
  background:#fff url(../images/bg/tranquil-blue.gif) repeat-y center 0;
	color:#5ba2a2;
	background-color:#699;
}
h1 {
  color:#699;
}
h2 {
  color:#e974f8;
}
a {
	color:#699;
}
a:hover, a:visited:hover {
  color:#e33af9;
}

#container {
  background:#fff url(../images/bg/tranquil-vlight-blue.gif) repeat-y center 0;
	border-right:1px solid #a8d4d0;
	border-left:1px solid #a8d4d0;
	border-bottom:1px solid #a8d4d0;
}
#logo {
  background:#699 url(../images/logos/blue.gif) no-repeat 0 0;
}
.navigation {
	border-bottom:1px solid #a8d4d0;
	border-top:1px solid #a8d4d0;
}
.navigation li a:hover {
	background-color:#eaf9f8;
}
