/* Main Block */
body {
	padding:0px;
	background-image: url(/images/reborn/body-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #747474;
	border-right-color: #747474;
	border-bottom-color: #747474;
	border-left-color: #747474;
	background-color: #ffe4e3;
	background-repeat: repeat;
	background-position: center top;
}
#mainHead {
	width:1000px;
	height:80px;
	background-image: url(/images/reborn/main-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#a74e6e;
}
.linkToMain {
	width:274px;
	padding:0px;	
}
.topBannerForServises {
	width:716px;
	padding:0px 10px 0px 0px;
	text-align:right; 	
}
.tableColumns {
	margin:0px;
	float:left;
}

/* Copyright Block */
.copyright {
	text-align: center;
	vertical-align: top;
	font-size:11px;
	white-space:nowrap;
	color:#FFFFFF;
	padding:4px 0px 4px 0px;
	background-color:#4D4D4D;
	font-weight:bold;
}
.copyright a
{
	text-decoration: none;
	color: #FFFFFF;
}
.copyright a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}
.copy-left, .copy-right {
	font-size: 11px;
	padding:10px;
	border-top:1px solid #747474;
	border-bottom:1px solid #747474;
	background-color: #000000;
	font-weight:bold;
	vertical-align:middle;
}
.copy-left {
	text-align:left;
	border-right:1px solid #747474;
}
.copy-right {
	text-align:right;
	border-left:1px solid #747474;
}
/* channels */
.channels {
	background-image: url(/images/reborn/channels-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	background-color: #C3CFDB;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
	padding:3px 0px 3px 0px;
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
}
.channels a
{
	text-decoration: none;
	color: #6e2e3a;
}
.channels a:hover {
	text-decoration: none;
	color: #000000;
}
/* channels end */

.gtLogo {
	float: left;
	margin-right:10px;	
}

.copy-left-text {
	font-size: 11px;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
}
	