body {
	padding: 0px; margin: 0px;
	background-color: black;
	font-family: arial;
	font-size: 10pt;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
}
.Header h1 {
	padding: 0px; margin: 0px;
	color: white;
	font-size: 28pt;
	font-weight: bold;
	font-family: arial;
}
.Header h2 {
	padding: 0px; margin: 0px;
	color: white;
	font-size: 14pt;
	font-weight: bold;
	font-family: arial;
}
a {
	text-decoration: none;
}

.Shell {
	width: 972px;
	position: absolute;
	left: -485px;
	margin-left: 50%;
}
.Header {
	width: 100%;
	height: 100px;
	background-image: url("images/head_bakim.jpg");
}
.TopNavigation {
	width: 100%;
	height: 40px;
	background-color: rgb(51,51,51);
}
.ContentShell {
	width: 100%;
	background: white;
}
.TopContentSplice {
	width: 100%;
	height: 20px;
	background-image: url("images/TopContentSplice.jpg");
}
.BottomContentSplice {
	width: 100%;
	height: 24px;
	background-image: url("images/BottomContentSplice.jpg");
}
.InnerContent {
	width: 100%;
	background-image: url("images/InnerContent.jpg");
}
.MainContent {
	margin: 0px 0px 0px 20px;padding: 0px;
	float: left;
	width: 625px;
}
.RightContent {
	margin: 0px 35px 0px 0px;padding: 0px;
	float: right;
	width: 255px;
}
.Logos {
	width: 100%;
	height: 60px;
	background-color: black;
}
.BottomNavigation {
	height: 25px;
	width: 100%;
	background-color: rgb(51,51,51);
}
.BottomNavigation a {
	color: #dfdfdf;
	text-decoration: none;
}
.LogoImg {
	width: 105px;
	height: 60px;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: right;
}
.Link {
	width: 157px; height: 40px;
	float: left;clear: right;
	color: white;
	font-family: arial;	font-size: 10pt; font-weight: bold;
	line-height: 40px; vertical-align: middle;
	text-align: center;
	background-color: transparent;
}
.Link:hover {
	color: #FF9900;
}
.LinkSeperator {
	height: 40px;
	float: left;
	clear: right;
	color: white;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
}
.BottomLinks {
	margin: 0px 0px 0px 35px;
	height: 25px;
	width: 600px;
	float: left;
	clear:right;
	background-color: transparent;
}
.BottomLink {
	height: 25px;
	width: 85px;
	float: left;
	clear:right;
	color: #dfdfdf;
	font-family: arial;
	font-size: 10px;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	background-color: transparent;
	font-weight: bold;
}
.BottomLink:hover {
	color: orange;
	font-weight: bold;
}
.SiteBy {
	height: 25px;
	width: 300px;
	font-family: arial;
	font-size: 10px;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	float: right;
	color: #dfdfdf;
}

