html , body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #010101;
}

a {
	color: #a9a426;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

form {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

.fantom {
	clear: both;
}

.ulfix {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.ulfix li {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

.ulfix2 {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.ulfix2 li {
	float: left;
	vertical-align: bottom;
}

.MainOuter {
	width: 1210px;
	background-image:url(../_img/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.MainContainer {
	margin: 0px auto;
	width: 1101px;
	text-align: left;
}

.Hdr {
	position: relative;
	width: 876px;
	height: 118px;
}

.HomeBtn {
	display: block;
	width: 690px;
	height: 118px;
}

.LoginBtn {
	position: absolute;
	left: 729px;
	top: 86px;
	display: block;
	width: 144px;
	height: 30px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #f7c809;
	text-decoration: none;
	text-align: center;
}

a.LoginBtn:hover {
	color: #fff;
	text-decoration: underline;
}



.MainLeft {
	float: left;
	width: 583px;
	margin-right: 4px;
}

.MainMenu {
	height: 270px;
}

.MainMenu ul {
	float: left;
	margin-top: 19px;
	margin-left: 24px;
}

* html .MainMenu ul {
	margin-left: 12px;
}

.MainMenu li {
	margin-bottom: 1px;
}

.MainMenu ul a {
	display: block;
	width: 145px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../_img/main-btns.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.MainMenu ul a:hover {
	color:#FFFF99;
}

.MainMenu .selected {
	color: #fff882;
}

.MainMenu .Image {
	float: left;
	margin-left: 4px;
	margin-top: 19px;
	width: 386px;
	height: 248px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #555555;
}

.MainMenu .Image .Frame {
	width: 386px;
	height: 248px;
	background-image: url(../_img/main-pic-frame.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.PageContent {
	width: 583px;
	background: url(../_img/content_backg1.gif) left top repeat-y;
}

.PageContent .Content {
	background: url(../_img/content_backg2.gif) left top no-repeat;
}

.PageContent .Content2 {
	min-height: 300px;
	padding: 24px 42px 27px;
	background: url(../_img/content_backg3.gif) left bottom no-repeat;
}

* html .PageContent .Content2 {
	height: 300px;
}

.PageContent .ScrollingContent {
	padding-top: 0px;
	margin-top: 12px;
}

.Scroller {
	float: left;
	width: 11px;
	height: 234px;
	padding-left: 2px;
	margin-top: 21px;
}

.Scroller span {
	display: block;
	width: 11px;
	height: 59px;
	cursor: pointer;
	background-image: url(../_img/scrolling-btn.gif);
}

.CatsBlock li {
	padding: 5px;
	padding-bottom: 12px;
}

.NewsList ul {
	background-color: #1c1c1c;
	min-height: 73px;
}
* html .NewsList ul {
	height: 73px;
}

.NewsList ul li {
	min-height: 67px;
}

* html .NewsList ul li {
	height: 67px;
}

.NewsList .Date {
	text-align: right;
	width: 65px;
	padding-right: 7px;
	padding-top: 3px;
}

.NewsList .Desc {
	width: 392px;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
}

.NewsList .GoTo {
	text-align: right
}

.NewsList .GoTo a {
	color: #f4c708;
	font-weight: bold;
	text-decoration: none;
}

.NewsList .GoTo a:hover {
	text-decoration: underline;
}

.NewsList .Image {
	text-align: center;
	width: 79px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.Line01 {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 15px;
}

.LoginForm {
	width: 400px;
}

.LoginForm p {
	display: block;
	float: left;
	margin: 15px;
	padding: 0px;
}

* html .LoginForm p {
	margin-left: 7px;
}

.LoginForm .UserCell {
	width: 134px;
	height: 44px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../_img/login-cell.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.LoginForm .UserCell input {
	margin: 0px;
	width: 130px;
	padding: 2px;
	background: none;
	border-width: 0px;
	border: none;
	color: #a9a426;
}

.LoginForm .PassCell {
	width: 134px;
	height: 44px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../_img/pass-cell.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.LoginForm .PassCell input {
	margin: 0px;
	width: 130px;
	padding: 2px;
	background: none;
	border-width: 0px;
	border: none;
	color: #a9a426;
}

.MainRight {
	float: left;
	padding-left: 5px;
	width: 290px;
	height: 1200px;
}

.MainRight .BigBtns a {
	display: block;
	width: 280px;
	height: 135px;
	background-repeat: no-repeat;
	background-position: center center;
}

.roundedInfos {
	border: 3px solid #000;
	width: 283px;
	height: 137px;
		
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.MainRight .BigBtns .space {
	height: 3px;
}

.roundedInfos a:hover {
/*	border: 2px solid #fe0; */
}


.MainAds {
	float: left;
	width: 180px;
	padding-left: 20px;
}

.MainAds .banner {
	padding-bottom: 20px;
}

.Footer {
	height: 24px;
	line-height: 24px;
}

.Footer li {
	float: left;
	color: #c4c4c4;
	font-size: 10px;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
}

.Footer .Left {
	width: 580px;
}

.Footer .Center {
	text-align: right;
	width: 310px;
}

.Footer .Right {
	width: 180px;
	text-align: right;
}

.Footer .Right img {
	vertical-align: middle;
}

.Footer img {
	width: 80px;
	height: 24px;
}