﻿body
{
	background-color: #593A00;
	background-image: url('img/bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
}
.bg
{
	background-color: #625346;
	background-image: url('img/bg.jpg');
	background-repeat: no-repeat;
}
.footer
{
	position: absolute;
	bottom: 0px;
}
.content
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
.transtop
{
	height: 16px;
	width: 384px;
	background-image: url('img/bg_trans_top.png');
	background-repeat: no-repeat;
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_trans_top.png',sizingMethod=scale);
	z-index: 1;
}
.transmiddle
{
	padding-left: 8px;
	padding-right: 8px;
	width: 368px;
	min-height: 54px;
	*height: 50px;
	*width: 384px;
	background-image: url('img/bg_trans_middle.png');
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_trans_middle.png',sizingMethod=scale);
	*z-index: 1;
}
.transbottom
{
	height: 16px;
	width: 384px;
	margin-bottom: 16px;
	background-image: url('img/bg_trans_bottom.png');
	background-repeat: no-repeat;
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_trans_bottom.png',sizingMethod=scale);
	z-index: 1;
}


.homemiddle
{
	padding-left: 8px;
	padding-right: 8px;
	width: 368px;
	min-height: 360px;
	*height: 356px;
	*width: 384px;
	background-image: url('img/bg_trans_middle.png');
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_trans_middle.png',sizingMethod=scale);
	*z-index: 1;
}
.contacttransmiddle
{
	padding-left: 8px;
	padding-right: 8px;
	width: 368px;
	min-height: 360px;
	*height: 356px;
	*width: 384px;
	background-image: url('img/bg_trans_middle.png');
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_trans_middle.png',sizingMethod=scale);
	*z-index: 1;
}
.contacttop
{
	height: 16px;
	width: 528px;
	background-image: url('img/bg_contact_top.png');
	background-repeat: no-repeat;
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_contact_top.png',sizingMethod=scale);
	z-index: 1;
}
.contactmiddle
{
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	width: 512px;
	min-height: 360px;
	*height: 356px;
	*width: 528px;
	background-image: url('img/bg_contact_middle.png');
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_contact_middle.png',sizingMethod=scale);
	*z-index: 1;
}
.contactbottom
{
	height: 16px;
	width: 528px;
	background-image: url('img/bg_contact_bottom.png');
	background-repeat: no-repeat;
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_contact_bottom.png',sizingMethod=scale);
	z-index: 1;
}

.newstop
{
	height: 16px;
	width: 592px;
	background-image: url('img/bg_news_top.png');
	background-repeat: no-repeat;
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_news_top.png',sizingMethod=scale);
	z-index: 1;
}
.newsmiddle
{
	padding-left: 8px;
	padding-right: 8px;
	width: 576px;
	min-height: 472px;
	*height: 472px;
	*width: 592px;
	background-image: url('img/bg_news_middle.png');
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_news_middle.png',sizingMethod=scale);
	*z-index: 1;
}
.newsbottom
{
	height: 16px;
	width: 592px;
	background-image: url('img/bg_news_bottom.png');
	background-repeat: no-repeat;
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_news_bottom.png',sizingMethod=scale);
	z-index: 1;
}

h1
{
	font-size: 28px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3
{
	font-size: 13px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
p
{
	margin: 0px;
	margin-top: 16px;
	padding: 0px;
	font-weight: normal;
}

a
{
	color: #930;
	font-weight: bold;
	text-decoration: none;
}

a .transmiddle
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a .transmiddle p
{
	margin: 0px;
}
a .content p
{
	margin: 0px;
	font-size: 15px;
	line-height: 26px;
	*line-height: 22px;
}

.main
{
	padding: 0px;
	margin: 0px;
	margin-top: 32px
}

.p8
{
	padding: 8px;
}
