* {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
html {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	table-layout:fixed;
}
body {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	background-color: #787878;
}

table{
font-size: 12px;
width:100%;
}

td {
	vertical-align: top;
}
a:link {
	color: #AF6D6D;
}
a:visited {
	color: #306f93;
}
a:hover {
	color: #FFC21F;
}
.global {
	height: 100%;
  width:1000px;
}

hr {
color: white;
}


.header {
	height: 193px;
	width: 1000px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.content-header{
	height: 391px;
	width:1000px;
	background-image: url('images/content-header.jpg');
	background-repeat: no-repeat;
	background-position: top;

}

.content-ct {
	width: 1000px;
	background-image: url('images/content-ct.jpg');
	background-repeat: repeat-y;
	border: 1px solid #4F5026;
}


.content-footer {
	height: 700px;
	width:1000px;
	background-image: url('images/content-footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

.footer {
	height: 69px;
	width:1000px;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	background-position: left;
}



.content {
padding: 20px 60px 80px 20px;
width:590px;
line-height:19px;

}
.left-menu {
padding: 31px 0px 80px 24px;
width:220px;

}


.navbar-menu {
padding: 162px 0px 0px 30px;
font-size:14px;
color:#fff;
font-weight: bold;
text-align: left;
}


.footer-copy {
padding:22px 40px 0px 38px;
font-size:11px;
color: #fff;
text-align:left;
float:left;
}

.footer-menu {
padding:22px 40px 0px 0px;
font-size:11px;
text-align:right;
color: #fff;
}

#scroller_container {
position: relative;
width: 220px;
height: 60px;
overflow: hidden;
}

#scroller {
width:220px;
}

.counter {
position: relative; 
}
