@charset "utf-8";
/* CSS Document */
img, div  { 
	behavior: url("iepngfix.htc");
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	background-color: #000000;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
h1 {
	font-family: Tahoma;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
h2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
a:link, a:visited {
	color: #9E8A3A;
}
a:hover {
	color: #D5BD60;
}
/* button styles */
.button a {
	color: #000000;
	padding-right: 20px;
	height: 36px;
	float: left;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	line-height: 36px;
	margin-right: 20px;
}
.button a:visited {
	color: #000000;
}
.button a:hover {
	color: #745F0C;
	line-height: 36px;
	height: 36px;
}
.button_current a{
	color: #FFFFFF;
	padding-left: 20px;
	height: 36px;
	float: left;
	display: block;
	text-decoration: none;
	background-image: url(pics/navi_button_a.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 20px;
}
.button_current a span{
	color: #FFFFFF;
	padding-right: 20px;
	text-decoration: none;
	background-image: url(pics/navi_button_span.png);
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 36px;
	display: block;
}
 
/* BANNER FRAMES */
#bannerFrame{
	behavior: none;
	height: 158px;
	width: 100%;
	background-image: url(pics/banner_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#banner{
	height: 158px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#logoFlash{
	width: 1024px;
	height: 112px;
	float: left;
}
#bannerLine{
	width: 1024px;
	background-image: url(pics/topline.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 10px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#naviFrame{
	width: 1024px;
	height: 36px;
	float: left;
	padding-top: 10px;
	background-image: url(pics/topline.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#navigation {
	width: 842px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
}

/* CONTENT FRAMES */
#contentFrame{
	width: 100%;
	float: left;
	background-image: url(pics/topcontent_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	background-color: #fffef5;
}
#content {
	width: 950px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 74px;
	padding-bottom: 20px;
}
#mainBlock{
	float: left;
	width: 560px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#rightBlock{
	float: left;
	width: 220px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

/* FOOTER FRAMES */
#footerFrame{
	width: 100%;
	height: 200px;
	background-image: url(pics/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}
