body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}


#header {
	width: 853px;
	height: 90px;
	margin: 12px auto 0px auto;
	text-align: left;
}
#header1 {
	width: 460px;
	height: 90px;
	float: left;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 32px;
}
#header1 div {
	padding-top: 2px;
	padding-left: 80px;
	color: #374416;
}
#header1 span {
	display: block;
	color: #DC4C00;
	font-size: 38px;
}
#header2 {
	width: 300px;
	float: right;
}
#menu {
	width: 850px;
	margin: 0px auto 0px auto;
}
#menu div {
	text-align: right;
}
#menu a {
	display: block;
	text-align: center;
	float: right;
	width: 77px;
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.9em;
}
#menu a.a {
	background-image: url(img/active.gif);
	background-repeat: no-repeat;
	background-color: #E8EEBB;
}
#cont {
	width: 910px;
	margin: 0px auto 0px auto;
	background-color: #E8EEBB;
	padding-top: 10px;
}
#main {
	width: 850px;
	margin: 0px auto 0px auto;
}
#in1 {
	width: 600px;
	float: left;
	padding-bottom: 8px;
}
#in1 img {
	border: 5px solid #FFFFFF;
}
#in2 {
	width: 236px;
	float: right;
	padding-bottom: 8px;
	text-align: left;
	font-size: 1.25em;
	color: #DC4C00;
}
#in2 p {
	margin-top: 7px;
	margin-bottom: 7px;
	color: #DC4C00;
}
#in2 b, #in2 strong {
	color: #000000;
}
#line {
	clear: both;
	height: 28px;
	background-image: url(img/hline.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
}
#mcol {
	width: 600px;
	float: left;
	padding-bottom: 10px;
	text-align: left;
}
#rcol {
	width: 236px;
	float: right;
	padding-bottom: 10px;
}
#bline {
	clear: both;
	height: 5px;
	background-image: url(img/bline.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
}
#footer {
	margin-top: 8px;
	padding-bottom: 10px;
}
#footer div {
	text-align: center;
	color: #AAAAAA;
}
#footer a {
	color: #AAAAAA;
	text-decoration: none;
}

div.bt {
	width: 236px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
div.btx {
	text-align: left;
	margin: 0px auto 0px auto;
	width: 216px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.bta a {
	display: block;
	margin-bottom: 2px;
}
div.bta h2 {
	font-size: 1.1em;
}

table.gal {
	width: 100%;
	border: 0px;
}
table.gal td {
	padding-top: 7px;

	padding-bottom: 7px;
	width: 25%;
	text-align: center;
}
table.gal img {
	border: 1px solid #999999;
}

.clear {
	clear: both;
}
.break {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}

@media print {
 #header, #menu, #footer, #lcol, #sl, $sr {
	display: none;
 }
 #main, #cont, #mcont, #mcol {
	float: none;
	width: 100%;
 }
}

