* {
	padding: 0;
	margin: 0;
}

body {
	background: #181818;
     /* background-image: url(../art/bg_gdt.jpg);		*/
     /* background-repeat: repeat-x;				 */
	min-width: 1000px;
	width: 1000px;
	margin: 10px auto;
	font-family: Arial; 
	font-size: 10px;
}
img {
	border: 0px;
}
a {
	outline: none;
	cursor: hand;
	color: #E6E6E6;
	text-decoration: none;
}
a:hover {
	color: #009ACE;
}

.header {
	height: 100px;
}

.content {
	margin-right: 310px;
}
.slideshow {
	height: 313px;
	width: 636px;
	margin-bottom: 10px;
}

.sidebar {
	float: right;
	width: 310px;
}

.footer {
	height: 110px;
	clear: both;
	text-align: center;
	padding-top: 400px;
	.padding-top: 50px;
}

.footer p {
	padding-top: 10px;
	width: 730px;
	margin: 0px auto;
	color: #353535;
}

.secnav {
	color: white;
	height: 20px;
	margin-top: 5px;
}
.secnav a {
	font-family: Verdana;
	color: #676767;
	text-decoration: none;
	padding-right: 10px;
}
.secnav a:hover {
	color: #009ACE;
}

#newsLetterInputSection {
	position: absolute;
	.position: static;
}
.newsLetterSection {
	.position: absolute;
}

#signIn {
	display: block;
	width: 119px;
	height: 24px;
	background: url("../images/sign_in.jpg") no-repeat 0 0;
	margin-top: -7px;
	margin-left: 20px;
}
#signIn:hover {
	background-position: -119px 0;
}

#homeTab {
	display: block;
	width: 75px;
	height: 44px;
	background: url("../images/home.gif") no-repeat 0 -44px;
	float: left;
	margin-left: 20px;
}

#whatsOn {
	display: block;
	width: 105px;
	height: 44px;
	background: url("../images/whatson.gif") no-repeat 0 0;
	margin-left: 25px;
	float: left;
}

#launchTab {
	display: block;
	width: 145px;
	height: 44px;
	background: url("../images/launch.gif") no-repeat 0 0;
	margin-left: 260px;
}

#loading {
	position: absolute;
	z-index: 10;
	top: 45%;
	left: 47%;
	visibility: hidden;
}

#loggedIn {
	color: #7A7A7A;
	margin-top: -3px;
	margin-left: 30px;
}
#loggedIn a {
	color: #7A7A7A;
}
#loggedIn a:hover {
	color: #009ACE;
}

#launch_tab {
	position: absolute;
	width: 100%;
	visibility: hidden;
	left: 0;
}

#whats_on_tab {
	position: absolute;
	visibility: hidden;
	width: 925px;
	padding-left: 35px;
	padding-top: 8px;
}

#home_tab {
 	position: absolute;
 	width: 965px;
 	padding-top: 15px;
 	padding-left: 15px;
}

#tabs {
	padding-top: 30px;
}

.prinav {
	height: 28px;
}

#newsLetterInputSection {
	background-image: url(../images/newsletter_pop_up.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 182px;
	margin-left: -10px;
}
#guestLoggedIn {
	color: #7A7A7A;
	margin-top: -3px;
	margin-left: 25px;
	float: left;
}