body  {
		background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	}

#header {
	background: url(images/entrybg.png) top;
}
.top {
	background-image: url(images/at_banner_new.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	clear: left;
	height: 180px;
	width: 950px;
}

.top-links {
	color: #FFF;
	margin: 0px;
	clear: left;
	float: left;
	height: 30px;
	width: 950px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu-1 {
	clear: left;
	float: left;
	height: 40px;
	width: 950px;
	padding-top: 105px;
	padding-left: 5%;
}
.themenu {
	width: 950px;
	height:40px;
	margin:0;
	padding: 0px;
}
.themenu li {
	display:inline;
}
* html .themenu li a { /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 125px;
}

.themenu li a:link {
	background:url(images/button1.jpg) repeat-x;
	color: #fff;
	display:inline;
	width: 125px;
	height:42px;
	line-height:42px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	float:left;
	font-size:11px;
	border-right:#FFF solid 1px;
}

.themenu li a:visited {
	background:url(images/button1.jpg) repeat-x;
	color: #ccc;
	display:inline;
	width: 125px;
	height:42px;
	line-height:42px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	float:left;
	font-size:11px;
	border-right:#FFF solid 1px;
}

.themenu li a:hover {
	background:url(images_mv/button2.jpg) repeat-x;
	color: #fff;
	display:inline;
	width: 125px;
	height:42px;
	line-height:42px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	float:left;
	font-size:.9em;
	border-right:#FFF solid 1px;
}
/*  Hack for IE \*/

* html .themenu li {
	height: 1%;
}
* html .themenu li a {
	height: 1%;
}

.bottom {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	background-image: url(images_mv/bottom.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	clear: left;
	float: left;
	width: 100%;
	margin-top: 0px;
}
.bottom-footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #FFF;
	clear: left;
	float: left;
	width: 950px;
	padding-top: 20px;
		padding-bottom: 20px;
	text-align: center;
}
