﻿body 
{
	background-color:#000000;
	margin: 10px 0px 0px 0px;
}

#MainFrame
{
	width:999px;
	max-width:999px;
	margin-left: auto;
    margin-right: auto;
}

#HeaderContainer
{
	position:relative;
	width:100%;
	height:30px;
	z-index:1000;
}

#HeaderContainer .headerctrl
{
	float:right;
}

#SubHeader
{
	position:relative;
	display:block;	
	height:100px;
}

#LogoContainer
{
	position:absolute;
	left:0px;
	
}

#TopPublicityContainer
{
	position:absolute;
	top:0px;
	width:670px;
	height:90px;
	right:0px;
}

#MainTemplateContainer
{
	padding-top:10px;
}

#Footer
{
	padding:20px;	
}

.footer_hr ul
{
	list-style-type:none;
	padding:0px;
	vertical-align:bottom;
	white-space:nowrap;
	width:100%;	
	height:5px;
	min-height:5px;
	display:table;
	margin:0px;
	background-image:url(bk-separator-foot.jpg);
}

.footer_hr li
{
	margin:0px;
	padding:0px;
	height:5px;
	float: left;
	display:table-cell;
}

li.left-side
{
	width:130px;
	height:5px; /*21px;*/
	background-image:url(bk-foot-left-side.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}

li.right-side
{
	width:130px;
	height:5px;  /*21px;*/
	background-image:url(bk-foot-right-side.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:right;
}

#Copyrights
{
	padding-top:10px;
	font-family:Arial;
	font-size:14px;
	color:#c9a248;
	text-align:center;
}

#Copyrights a
{
	text-decoration:none;
	color:#bc9743; 
	font-weight:bolder;
}

.highlight
{
	background-color:#cba349;
	color:#000000;
}

#BULLETINS
{
    padding-top:10px;
	font-family:Arial;
	font-size:28px;
	color:#c9a248;
	text-align:center;
}
#BULLETINS li
{
    float: left;
    padding: 0 20px 0 20px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #c9a248;
}
#BULLETINS li a
{
    color: #C9A248;
    font-size: small;
    font-weight:bold;
    text-decoration: none;
}
#BULLETINS .last
{
    border:none;
}