body{font-family: arial; background: url('/images/bg.gif');}
img{border: none;}

h1{
	font-family: arial;
	padding-top: 5px;
	font-size: 18px;
}

div#container{
	position: relative;
	width: 719px;
	border: solid 2px #fff;
	background: #EDE8D8;
	text-align: left;
}

td.nav{
	background: url('/images/shade.gif');
	background-repeat: repeat-x;
	overflow: hidden;
}

div.text{
	position: relative;
	width: 450px;
	padding: 0px 5px 10px 20px;
	font-size: 12px;
	float: left;
}

div#imgfiller{
	position: relative;
	float: left;
	width: 1px;
	height: 165px;
}

div#imgcontainer{
	position: relative;
	float: left;
	clear: left;
	top: 10px;
	left: -20px;
	width: 220px;
	height: 190px;
	margin-top: 10px;
}

div.textimg{
	position: absolute;
	float: left;
}
div#imgback{display: none;}

img.textimg{
	position: relative;
	float: left;
	left: 0px;
}
div.snipe{
	position: relative;
	float: right;
	padding-top: 2px;
	z-index: 5;
}

img.snipe{
    position: relative;
	padding-bottom: 2px;
	padding-right: 0px;
	z-index: 5;
}




#advert{
	position: absolute;
	top: 50px;
	left: -600px;
	border: solid 1px #000;
	z-index: 10;
}

#advert a, #advert a:hover, #advert a:visited{
	color: #000;
	text-decoration: none;
}

#closeadvert{
	position: absolute;
	float: right;
	right: 0px;
	width: 50px;
	padding-top: 2px;
	border: solid #000;
	border-width: 0 0 1px 1px;
	background: #5D5A57;
	color: #fff;
}




/* YUI Menubar Formatting */
    div.yuimenubar { 
        background: #5D5A57;
        height: 30px;
    }
    div.yuimenubar li.yuimenubaritem { 
        padding: 8px 10px 8px 20px;
        border: none;
        background: #84817F url(/images/menu_bg.png) no-repeat;
    }
    div.yuimenubar li.hassubmenu em.submenuindicator {display: none; }
    div.yuimenubar li.yuimenubaritem.selected { background: #5A5957 url(/images/menu_bg.png) no-repeat 0 -29px;}
    div.yuimenubar li.selected { background: #5A5957; }
    div.yuimenubar li a { color: #fff; }
    div.yuimenubar div.yuimenu { 
        background: #000;
        opacity: .9;
	    filter: alpha(opacity=90);
	    border: none;
    };
/* End YUI Menubar Formatting */