/* 
- - - - - - - - - - - - - -

Title : finding felicity CSS
Author : Joshua Dudzek

Created : October 24, 2006
Modified : October 24, 2006

- - - - - - - - - - - - - -
*/

/* ----- CSS ----- */

body{
z-index: 6;
background-color: #87BBD9;
}

p {margin-top: 10px;
	  margin-left: 8px;
	  margin-right: 8px;
	  margin-bottom: 4px;
	  font-family: Garamond, halvetica;
	  font-size: 12pt;
	  color: #593700;
}

p.links {margin-top: 10px;
	  margin-left: 8px;
	  margin-right: 8px;
	  margin-bottom: 4px;
	  font-family: Garamond, halvetica;
	  font-size: 16pt;
	  color: #593700;
}

p.head {margin-top: 4px;
	  margin-left: 12px;
	  margin-right: 8px;
	  margin-bottom: 4px;
	  font-family: uptype, halvetica;
	  color: #593700;
	  font-size: 32pt;
}

p.indent {margin-top: 10px;
	  margin-left: 16px;
	  margin-right: 8px;
	  margin-bottom: 4px;
	  font-family: Garamond, halvetica;
	  font-size: 12pt;
	  color: #593700;
}

li {font-family: Garamond, halvetica;
	  font-size: 12pt;
	  color: #593700;
}

ul {font-family: Garamond, halvetica;
	  font-size: 12pt;
	  color: #593700;
}

h6 {margin-top: 6px;
	  margin-left: 12px;
	  margin-right: 8px;
	  margin-bottom: 6px;
	  font-family: uptype, sans-serif;
	  font-size: 11pt;
}

h5 {margin-top: 6px;
	  margin-left: 7px;
	  margin-right: 8px;
	  margin-bottom: 0px;
	  font-family: uptype, sans-serif;
	  font-size: 11pt;
}

span {margin-top: 10px;
	  margin-left: 10px;
	  margin-right: 8px;
	  margin-bottom: 4px;
	  font-family: Garamond, halvetica;
	  font-size: 12pt;
	  color: #593700;
}

span.title {margin-top: 13px;
	  margin-left: 8px;
	  margin-right: 8px;
	  margin-bottom: 4px;
	  font-family: Garamond, halvetica;
	  color: #593700;
	  font-size: 16pt;
}

p.special {margin-top: 0px;
	  margin-left: 8px;
	  margin-right: 8px;
	  margin-bottom: 8px;
	  font-family: Tahoma, sans-serif;
	  font-size: 8pt;
}

p.special1 {margin-top: 0px;
	  margin-left: 8px;
	  margin-right: 8px;
	  margin-bottom: 8px;
	  font-family: Tahoma, sans-serif;
	  font-size: 8pt;
}

a:link
{
        color: #A88A4F;
        text-decoration: none;
}
a:visited
{
        color: #A88A4F;
        text-decoration: none;
}
a:hover
{
        color: #593700;
        text-decoration: none;
}

#header{
z-index: 8;
background-image: url('header.gif');
background-repeat: no-repeat;
position: absolute;
height: 74px;
width: 95%;
left: 5%;
overflow: hidden;
}

#headertext{
z-index: 9;
background-image: url('headertext.gif');
background-repeat: no-repeat;
position: absolute;
height: 74px;
width: 284px;
left: 60%;
}

#main{
z-index: 8;
background-color: white;
height: 450px;
width: 45%;
position: absolute;
left: 441px;
top: 120px;
overflow: auto;
}

#mainimage{
z-index: 8;
background-color: #87BBD9;
height: 450px;
width: 361px;
position: absolute;
left: 80px;
top: 120px;
}

#nav{
z-index: 10;
height: 40px;
width: 90%;
position: absolute;
top: 570px;
left: 10%;
}

#copyright{
z-index: 11;
background-image: url('copyright.gif');
background-repeat: no-repeat;
height: 40px;
width: 258px;
position: absolute;
top: 610px;
left: 65%;
}
