body,html{
	margin: 0;
	padding: 0;
	font-family: Georgia;
	background-color: #4C4C4C;
	color: #999;
}

a,img{
	border: 0;
}
a{
	outline: none;
}

.viewport{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.header{
	background: url(../img/headerBG.png) repeat-x bottom left;
	height: 100px;
	line-height: 100px;
}

.header .logo{
	background: url(../img/logo.png) no-repeat center bottom;
	width: 380px;
}

.header .navigation{
	vertical-align: bottom;
	text-align: left;
}

.header .navigation .navTbl{
	margin-left: auto;
	margin-right: auto;
}

.header .navigation .navLink{
	text-decoration: none;
}

.header .navigation .navBtn{
	background: url(../img/navBtnBG.png) no-repeat center bottom;
	width: 110px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 14pt;
	color: #DDD;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
}
.header .navigation .cNav,.header .navigation .navBtn:hover{
	background: url(../img/navBtnBG-mover.png) no-repeat center bottom;
	color: #FFF;
}
.headerViewport{
	border-bottom: 2px solid #333;
	height: 99px;
	background: url(../img/iHeaderBG.png) repeat-x center center;
}
.bodyViewport, .headerViewport, .footerViewport{
	background-color: #171717;
	border-left: 1px solid #A33;
	border-right: 1px solid #A33;
}

.bodyViewport{
	padding-top: 5px;
	padding-bottom: 5px;
}

.footerViewport{
	border-top: 1px solid #833;
	text-align: center;
	color: #666;
	font-size: 10pt;
	height: 80px;
}
.footerViewport a{
	color: #888;
	vertical-align: middle;
	margin-left: 5px;
}
.footerViewport img{
	vertical-align: middle;
}
.footerViewport a:hover{
	color: #AAA;
}

.imgPreloader{
	display: none;
}

.friendSite{
	margin-left: auto;
	margin-right: auto;
	height: 41px;
}
.friendSite .desc{
	padding-right: 10px;
}
.friendSite .link:hover{
	/*background: url(../img/fdLink-mover.png) no-repeat bottom center;*/
}

