/* Generic Selectors */

body {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 20px;

color: #333333;

background-color: #F9F9F9;

}

p {

width: 90%;

}

li {

list-style-type: circle;

line-height: 150%;

}

h1 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 18px;

font-weight: bold;

color: #000000;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 22px;

font-weight: bold;

color: #000000;

border-bottom: 1px solid #C6EC8C;

}

 

/**************** Pseudo classes ****************/

:link {

color: #00CC00;

text-decoration: underline;

font-weight: bold;

}

li :link {

color: #FEA54B;

text-decoration: none;

font-weight: bold;

}

:visited {

color: #00CC00;

text-decoration: underline;

font-weight: bold;

}

li :visited {

color: #FEA54B;

text-decoration: none;

font-weight: bold;

}

:hover {

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

text-decoration: underline;

}

li :hover {

display: block;

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #C6EC8C;

}

:active {

color: rgb(255, 0, 102);

font-weight: bold;

}

/************************* ID's *************************/

#navigation {

position: absolute;

z-index: 25;

padding: 0 0 0 20px; /*top right bottom left*/

width: 205px;

height: 600px;

margin: 0;

margin-top: 230px;

font-weight: normal;

}

#centerDoc {

position: absolute;

z-index: 15;

line-height:25px;

letter-spacing:.1em;

padding: 140px 0 0 245px; /*top right bottom left*/

margin-top: 95px;

}

#Header {
	position: absolute;
	background-image: url(http://farm4.static.flickr.com/3042/3140765922_8764ac0143_o.jpg); background-repeat: no-repeat;
	z-index: 10;
	padding: 0 0 0 0; /*top right bottom left*/
	margin-top: 5px;
	left: 19px;
	width: 925px;
	height: 172px;

}

#Contact {
	font:18px georgia;
	background-image: url(http://farm4.static.flickr.com/3088/3140230111_7e7099e5ed_o.jpg); background-repeat: no-repeat;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.3em;
	position: absolute;
	z-index: 25;
	padding: 10px 0 0 640px; /*top right bottom left*/
	margin-top: 30px;
	margin-left: 640px;
	left: 19px;
	width: 280px;
	height: 200px;

}
