/* 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:765px;
	border: solid #CCC 1px;
	background-color: #FFFFFF;
	/*background-image:   url("hobo.gif");
	background-repeat: no-repeat;
	background-position: -680px 0;*/

}
#layer2 {
	background:#FFF;
	color:#5E6E66;
	font-size:0.9em;
	height:20px;
	left:35%;
	position:absolute;
	text-align:left;
	/*top:20%;*/
	width:460px;
	z-index:1;
}
#images{
	left:65px;
	position:absolute;
	top:75px;
}
#images img{border: 4px solid #EEE; margin: 0 0 10px 0;}