/* CSS Document */
body {
	background-color:black;
	margin:0px;
	text-align:center;
	padding:20px;
	height:100%;
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#centreContent {
	width:760px;
	min-height:650px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid black;
}

#header {
	width:760px;
	height:200px;
	background-image:url(background_images/header.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	border-top:1px solid black;
}

#menu {
	margin-top:140px;
	width: 760px;
	text-align:left;
}

#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#menu li {
	float:left;
}

#menu li a {
	color:#648898;
	text-decoration:none;
	height:33px;
	width:100%;
	display:block;
	padding-left:50px;
}

#menu li a:hover {
	color: #F03644;
	background-image:url(background_images/menu.gif);
	background-position: 27px -2px;
	background-repeat:no-repeat;
}

#mainContent {
	text-align:left;
	margin-left:15px;
	width:730px;
	height:400px;
	color:#999999;
}

a {
	color:red;
}

label {
	width:20px;
	display:inline;
	float:left;
	text-align:right;
}

#s1 {
	margin-left:30px;
	width:398px;
	border:1px solid red;
	height:231px;
	float:left;
	display:inline;
	overflow:hidden;
}

#s1 img {
	width:398px;
	height:231px;
}

#offerBox {
	float:left;
	display:inline;
	margin-left:50px;
	margin-top:30px;
}

#footer {
	width:720px;
	margin-left:5px;
	height:30px;
	font-size:10px;
	color:#777777;
	clear:both;
	text-align:left;
}

#footer a {
	color:#777777;
	text-decoration:none;
}

h1 {
	color:#EF3542;
	font-size:17px;
}