body {
  font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: justify;
  margin: 0; 
  padding: 0;
  background: repeat url(http://www.speedkittendesign.com/images/pattern_aqua.gif);
}

a:link {
	color: #8adbff; 
	text-decoration: none;
	}

a:visited {
	color: #8adbff; 
	text-decoration: strikethrough;
	}
	
a:hover {
	color: #dddddd;
	text-decoration: overline;
	}

h1 {
  font: 22px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
  color:  #8adbff;
  background: url(http://www.speedkittendesign.com/images/skd_h1.gif) no-repeat 0 50%;
  padding-left: 25px;
  margin: 0;
  }

h2 {
  margin: 1em 0 .2em;
  font: 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
  color: #FFB21A;
  }

h3 {
  font: 13px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
  margin: 2px;
  font-style: italic;
  padding-left: 25px;
  color: #5a3d1b;
}

h3 a:link, h3 a:visited {
  text-decoration: none;
  color: #516a6c;
}

h4 {
  font: 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
  font-style: italic; 
  color: #5a3d1b;
  text-align: center;
  padding-top: .5em;
}

ul {
	list-style: square;
}


.para {
  font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em;
  text-align: justify;
} 


#container
{
	background-color: #ffffff;
	padding: 2em 2em 2em -2em;
	margin:  0 auto;
	width: 750px;
	min-height: 300px;
	}

#header
{
	background-color: #ffffff;
	background-image: url(http://www.speedkittendesign.com/images/newSKDheader.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	margin: 0;
	height: 190px;
}

#content
{
padding: 2em 2em 3em 3em;
background-color: #ffffff;	
}

#footer
{
clear: both;
background-color: #8adbff;
color: #ffffff;
text-align: right;
padding: .5em;
}

#footer a:link, #footer a:visited { 
    color: #ecf9ff;
    text-decoration: underline;
}

#footer a:hover { 
    color: #000;
    text-decoration: overline;
}


<!-- Top Navigation -->

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #c8beb3;
text-decoration: none;
}

#navlist li#active a
{
background-color: #5a3d1b;
color: #fff;
}

#navlist a:hover
{
color: #000;
background-color: #ecf9ff;
text-decoration: none;
}

