body
{
    margin: 0;
	background-color: #160901;
	color: #A3916D;
	text-align: center;
	
	font: 10pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

img 
{
	border-width: 0;
}

#wrap 
{
    margin: 0 auto;
	width: 800px;
	height: 900px;
	background: url(images/bg.gif);
	
	/*border: 1px solid #8B7D6A;*/
}
#wrap-bg-bottom
{
	height: 100%;
	background: url(images/bg-bottom.gif) no-repeat right bottom;
}
#wrap-bg-statue 
{
	height: 100%;
	background: url(images/statue.gif) no-repeat right bottom;
}

#wrap-bg-banner 
{
	height: 100%;
	background: url(images/banner.gif) no-repeat;
}

#banner {
	height: 110px;
	padding-top: 8px;
}

#menu {
	border-bottom: 2px solid yellow;
}

#left 
{
	float: left;
	width: 84px;
	
	padding: 0 8px 8px 8px;
	
	/*border: 1px solid yellow;*/
}