/*
Design by Claude Whitmyer
http://www.claudewhitmyer.com
*/
body {
	background: none ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000; 
}

h1, h2, h3 {
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 162%;
	padding-bottom: 0;
}

h2 {
	letter-spacing: 1px;
	font-size: 132%;
	padding-bottom: 10px;
	line-height: 150%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: none;
}

ul {
	margin-left: 1em;
}

ol {
	margin-left: 1em;
}

a {
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}
.quickjump {
	text-transform: none;
	letter-spacing: 2px;
	font-size: 12px;
	font-style: none;
	line-height: 1.4em;
}
.tiny {
	text-transform: none;
	letter-spacing: 1px;
	font-size: 10px;
	font-style: none;
	line-height: 1.4em;
}
}
/* Wrapper */

#wrapper {
}

/* Header */

#header {
}

#header h1, #header h2 {
	text-align: left;
}

#header h1 {
	text-transform: none;
	letter-spacing: 5px;
	font-size: 32px;
	font-weight: bold;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	text-transform: lowercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-style: italic;
}

#header h2 a {
	color: #DDEEFF;
}

#header a {
	text-decoration: none;
}


/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 540px;
	background: #FFFFFF ;
	text-align: left;
	}


/* Footer */

#footer {
	clear: both;
	width: 540px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img06.gif) repeat-x 0px 1px;
	text-align: center;
	font-size: 85%;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}
