body {
	margin:0;
	color: black;
	background-color: white;
	font-size:70%;
	font-family: arial,helvetica, sans-serif;
}

#newInnMain {
	width:770px;
	height:670px;
	background-image: url(media/newInnBg.gif);
}

#bulletHolderLeft {
	padding-top:283px;
	width:380px;
	float:left;
}

#bulletHolderRight {
	padding-top:283px;
	width:380px;
	padding-right:10px;
	float:left;
	margin-bottom:-10px;
}

ul li {
	padding-bottom:5px;
	list-style-image: url(media/whiteBullet.gif)
}


#textHolder {
	height:62px;
	background-image: url(media/answerBg.gif);
	padding-top:10px;
	margin-bottom:10px;
}

#answer {
	font-size:1.5em;
	font-weight: bold;
	color: white;
	text-align: center;
}

#yellowCard {
	margin-top:7px;
	font-size:1.7em;
	font-weight: bold;
	text-align: center;
}

#yellowCard a:link, #yellowCard a:active, #yellowCard a:visited {
	color: #FEE100;
	text-decoration: none;
}

#yellowCard a:hover {
	color: #FEE100;
	text-decoration: underline;
}

#photos {
	margin-left:26px;
	height:145px;
}

#photo1 {
	width:349px;
	height:145px;
	background-image: url(media/newInnPhoto1.jpg);
	float:left;
}

#photo2 {
	width:349px;
	height:145px;
	margin-left:20px;
	background-image: url(media/newInnPhoto2.jpg);
	float:left;
}

#strapline {
	height:65px;
	background-image: url(media/newInnStrapline.gif);
}

#bottomBar {
	height:100px;
	background:#00276E;
}

.SHZlogo {
	width:240px;
	height:100px;
	float:left;
	background-image: url(media/newInnSHZ.gif);
}

#SHZlink {
	width:290px;
	float:left;
	text-align: center;
	padding-top:60px;
}

#SHZlink a:link, #SHZlink a:active, #SHZlink a:visited {
	color:#36A5B0;
	font-size: 1.7em;
	font-weight: bold;
	text-decoration:underline;
}

#SHZlink a:hover {
	color:#fff;
}

/* the magic fixer! */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}