body
{
	font-family: Arial;
	font-size: 12px;
	background-color: #927e69;
	background-image: url(images/page/bg.png);
	background-position: top center;
	color: #000000;
}

.line1
{
	width: 645px;
	height: 2px;
	background-color: #ff8400;
}

.line2
{
	width: 645px;
	height: 3px;
	background-color: #87541d;
}

.line3
{
	width: 645px;
	height: 5px;
	background-image: url(images/page/line3.png);
}

#copy
{
	width: 590px;
	height: 27px;
	background-image: url(images/page/copy_bg.png);
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	padding: 6px 0px 0px 0px;
}

#copy a
{
	color: #ffffff;
	text-decoration: none;
}

#copy a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#header
{
	position: relative;
	width: 645px;
	height: 152px;
	background-image: url(images/page/header_bg.png);
}

#logo
{
	position: absolute;
	left: 409px;
	width: 236px;
	height: 152px;
	background-image: url(images/page/header.png);
}

#lastref
{
	position: absolute;
	top: 5px;
	left: 5px;
	color: #ffffff;
	font-size: 10px;
}

a
{
	color: #ff8400;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #ff8400;
	text-decoration: underline;
	font-weight: bold;
}

#menu
{
	width: 595px;
	height: 34px;
	background-image: url(images/page/menu_bg.png);
	text-align: left;
	padding: 0px 0px 0px 50px;
}

.menutl a
{
	padding: 11px 0px 11px 30px;
	position: relative;
	top: 11px;
	background-image: url(images/page/menu_bgtl.png);
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.menutl a:hover
{
	text-decoration: none;
	background-image: url(images/page/menu_bgtl2.png);
	font-weight: normal;
}

#content
{
	position: relative;
	text-align: justify;
	width: 435px;
	background-color: #f3f3f3;
	min-height: 185px;
	padding: 50px 200px 10px 10px;
}

#qcontact
{
	position: absolute;
	top: 0px;
	left: 422px;
	width: 170px;
	height: 183px;
	padding: 45px 10px 0px 43px;
	background-image: url(images/page/qcontact.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#qcontact1
{
	position: absolute;
	top: 13px;
	left: 512px;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

#title
{
	position: absolute;
	top: 0px;
	height: 15px;
	left: -6px;
	background-image: url(images/page/title.png);
	text-align: left;
	padding: 6px 2px 0px 26px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}