html, body{
    height:100%;
    padding:0px;
    margin:0px;
    background-color:#000000;
}

body, td{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}

a{
	-moz-outline-style: none;
}
a img{
	border:none;	
}

a:link, a:active, a:visited{
	color:#7a2e17;	
}
a:hover{
	text-decoration:none;	
}


/* Rollover */
a:hover .rollover{
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
}
._over{ /* Javascript triggered for large 2 peice Home button */
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
}

/* Wallpaper */
#wallpaper_left{background:url(../images/shell/wallpaper_main_left.jpg) top right repeat-x;}
#wallpaper_main{width:954px; background:url(../images/shell/wallpaper_main.jpg) top no-repeat; height:635px;}
#wallpaper_right{background:url(../images/shell/wallpaper_main_right.jpg) top left repeat-x;}

#footer{background:url(../images/shell/wallpaper_footer.jpg) no-repeat; width:954px; height:244px;}

#left_content{height:779px; position:relative; width:200px;}
#content{width:736px; border-left:2px solid #000000; border-right:2px solid #000000; background:url(../images/shell/paper_bg.jpg) top no-repeat; background-color:#CAB786;}
#right_content{}

.hobos{position:relative; top:50px; margin-left:150px; padding-right:30px; padding-bottom:50px; clear:both;}

