body {
	background-image: url(background.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #CCC;
	margin: 0;
	padding: 0;
	font-family: arial, georgia, times, serif;
}
td, p {
	font-family: georgia, times, serif;
	font-size: .9em;
	line-height: 1.7em;
}
#header {
	position: relative;
	display: block;
	left: 0;
	top: 0;
	padding-top: 125px;
	clear: both;	
}
#header h1 {
	position: absolute;
	z-index: 5;
	left: -9000px;
	top: -100px;
}
#header h2 {
	color: #fff;
	font-size: 1.4em;
	letter-spacing: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 360px;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar {
	text-align: right;
	position: relative;
	display: block;
	width: 350px;
	float: left;
	padding: 15px 10px 0 0;
}
#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#sidebar li {
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}

#main {
	position: relative;
	display: block;
	float: left;
	float: left;
	margin: 0;
	padding: 20px 0px;
	width: 400px;
	
}

#main h1 {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: #000;
	font-size: 1em;
}
#footer {
	position: relative;
	left: 350px;
	clear: both;
	width: 400px;
	background-color: #666;
	padding: 20px 0px 50px 5px;
}
#footer p {
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
	text-transform: uppercase;
	color: #ccc;
}

li {
	font-family: georgia, times, serif;
	font-size: 14px;
	line-height: 25px;
}

.title {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

blockquote {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.cap {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-transform: capitalize;
	font-weight: bold;
}

.smallcap {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #00C;
}

a:hover {
	text-decoration: none;
	color: #061783;
}

b {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

form {
	line-height: normal;
}

.picture {
	border: 10px solid #FFF;
	border-bottom: 30px solid #FFF;
}
.thumb {
	border: 1px solid #666;
}

#gremlinForm .lbl {
	float: left;
	text-align: right;
	width: 130px;
	padding-right: 5px;
	
}
#gremlinForm p {	
	clear: both;
}
#gremlinForm #buttons {
	padding-left: 130px;
	text-align: left;
}