/* CSS Stylesheet created by Shaun Anderson 2006 (anderson.shaun @ gmail.com)

/*   ****************************************/


body 						
{
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: Arial, Verdana, sans-serif;
	background-color: #EBEBEB;
}

img
{
	display: block;
	border: 0;
}

.clearme
{
}


p
{
	color: #666666;
	line-height: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}


h1, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666;
	background: transparent;
	text-transform: lowercase;
	font-weight: normal;
	text-align: left;
	line-height: 48px;

}


h2
{
	font-size: 1.5em;
	color: #FF0000;
	background: transparent;
	font-weight: normal;
	text-align: left;
	padding-top: 15px;
}
a:link
{
	color: #333333;
	background: transparent;
	text-decoration: underline;
	padding: 1px;

}

a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

#shonzo {
	position: absolute;
	left: -385px;
	top: -240px;
	width: 100%;
	height: 100%;
}
#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 770px;
	height: 480px;
	border: solid #CCC 1px;
	background-color: #FFFFFF;
	background-image:   url("hobo.gif");
	background-repeat: no-repeat;
	background-position: -680px 0;

}
#layer2 {
	width:400px;
	height:20px;
	z-index:1;
	left: 35%;
	top: 46%;
	text-align: left;
	color: #5E6E66;
	background: transparent;
	font-size: 0.9em;
	position: absolute;
}
/* footerlinks */
#footerlinks {
	position:absolute;
	width:720px;
	height:25px;
	z-index:1;
	left: 56px;
	top: 480px;
	font-size: 0.8em;
	text-align: right;
}

/* - Hyperlinks */
#footerlinks a:link, #header a:link {
	color: #000000;
	text-decoration: underline;
	margin-top: 0px;
}
#footerlinks a:visited, #header a:visited {
	color: #333333;
	text-decoration: none;
}
#footerlinks a:hover, #footerlinks a:active, #footerlinks a:focus, #header a:hover, #header a:active, #header a:focus {
	color: #666633;
	text-decoration: underline;
}
#footerlinks p {
 margin: .5em 0;
 padding: 0;
}
/* - List */
#footerlinks ul {
 margin: .5em 0;
 padding: 0;
 list-style-type: none;
}
#footerlinks li {
 display: inline;
 padding: 0 .5em 0 .7em;
 border-left: .12em solid #000;
}
#footerlinks li.first {
 padding-left: 0;
 border: 0;
}
.style16 {
	color: #999999;
	font-size: 0.8em;
}
