body
{
    margin: 0;
	background-color: #160901;
	color: #fff;
	
	font: 10pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
	text-align: center;
}

a, a:hover, a:link, a:visited 
{
	text-decoration: none;
	color: #6CA6E5;
	font-size: 1.1em;
	font-weight: bold
}

a:hover 
{
	text-decoration: underline;
}

img 
{
	border-width: 0;
}

#wrap 
{
    margin: 0 auto;
	width: 800px;
	height: 900px;
	background: url(images/bg.gif);
}
#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;
	width: 100px;
	
	padding: 0 8px 8px 8px;
	
	/*border: 1px solid yellow;*/
}

#guest-wrap
{
	float: left;
}
.guest 
{
	width: 680px;
	height: 241px;
	
	border: 1px solid #62522D;
}
.guest .photo-left, .guest .photo-right
{
	float: left;
	width: 324px;
	
	padding: 8px;
}
.guest .photo-left 
{
	text-align: left;
}
.guest .photo-right
{
	text-align: right;
}
.guest .comment 
{
	float: left;
	width: 340px;
	height: 241px;
	background-color: #441C02;
	
	text-align: left;

}
