/* Global Styles */

body {
	margin:0px;
	padding: 0px;
	background-color: #666666;
}
h4 {
	font-size:20px;
	color:#000066;
	font-weight: normal;
	letter-spacing: 0.2em;
}
a {
	color: #FFFF33;
	text-decoration:underline;
}	
a:hover {
	color: #FFFF33;
	text-decoration:none;
}
#wrapper {
	margin: 30px auto;
	height: 800px;
	position: relative;
	color: #FFFF00;
	width: 800px;
}

/* HEADER STYLES */		
#header {
	padding: 30px 10px;
	height: 55px;
}	
#logo {
	font:36px georgia;
	letter-spacing:0.4em;
	width: 600px;
	float: left;
	padding-left: 30px;
}
#tagline {
	font:16px georgia;
	float: left;
	clear: left;
	letter-spacing: 0.2em;
	padding-top: 1.1em;
	margin-top: 1px;
	width: 700px;
	padding-left: 100px;
}
	
/* NAVIGATION STYLES */
#navigation {
	display: block;
	float: left;
	padding: 5px 20px;
	width: 600px;
	clear: left;
	position: absolute;
	top: 120px;
	left: 80px;
}
#navigation a {
	font:16px Georgia;
	text-decoration: none;
	border-right: dotted #000000 1px;
	padding: 10px;
}
#navigation a:hover {
	border-right-width: 0px;
	border-left-width: 0px;
	color: #666666;
	background-color: #FFFF33;
}

.introduction/* CONTENT STYLES */
 {
	font:22px georgia;
	letter-spacing:0.1em;
	padding: 0px;
	width: 400px;
	position: absolute;
	top: 202px;
	left: 50px;
}
#bodyText {
	font-size: 18px;
	top: 240px;
	left: 40px;
	width: 480px;
	position: absolute;
}

/* RIGHT COLUMN STYLES */
.sidebar {
	margin: 50px 50px 0px 550px;
	width: 200px;
}
.smallText {
	font:10px arial;
}

/* FOOTER STYLES */
#lastPara {
	width: 360px;
	height: 200px;
	float: left;
	background-image: url(images/KITTENS4.gif);
	background-repeat: no-repeat;
	padding: 40px 0px 30px 280px;
	margin: 20px 30px 0px 10px;
	clear: left;
	background-position: 0px 40px;
	position: absolute;
	top: 552px;
	left: 5px;
}

#lastPara p {
	text-align:justify;
	font-size: 16px;
	padding-left: 30px;
}

#lastPara p em {
	font-size:18px;
}

#footer {
	clear: both;
	float: left;
	width: 700px;
	padding: 20px 20px 20px 20px;
	font-weight: bold;
	font-style: italic;
	border-top: double #000033 thin;
	margin: 0px;
	position:absolute;
	bottom:20px;
	left:40px;
}


#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	letter-spacing:0.2em;
	text-decoration:none;
	font-weight:bold;
}
	
#dateformat a:hover {
	color: #FF0000;
}
