/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; }*/

html,body{
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	position:relative;
	margin:0px 0px 1px;
	background-image:url(../murder-mystery-images/body-bak.jpg);
	background-repeat:repeat-x; 
	background:linear-gradient(#3C0000, #800, black);
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	color:#FFF;
	margin-left:0px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	color:#FFF;
	margin:8px 0px 5px 0px;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	color:#333;
	background-color:#E7FEF4;
	text-align:center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#FFF;
	text-align:justify;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#FFF;
	margin:0px;/*this was forcing a margin at the top of the body*/
}
a {
	color:#FFF;
}
.topbar {
	width:100%;
	height:80px;
	background-image:url(../murder-mystery-images/header-bak.jpg);
	background-repeat:repeat-x;
	background:linear-gradient(black, #333, black);
}
.topbar-content {
	width:960px; 
	height:80px; 
	margin:0px auto;
}
.menu {
	position: relative;
	margin-left: 80px;
	height: 45px;
	top: 40px;
	width: 480px;
	padding: 0px;
}
.menu ul {
	position: relative;
	margin-left: 0px;
	width: 480px;
	list-style-type: none;
	list-style-image: none;
	padding: 3px;
	text-align: center;
}
.menu ul li {
	position:relative;
	list-style-type:none;
	list-style-image:none;
	width:90px;
	float:left;
	margin:0px;
	padding:10px 14px;
	height:45px;
	background-image:url(../murder-mystery-images/menu-bak-a.png);
	background-repeat:no-repeat;	
}
.menu ul li:hover {
	background-image:url(../murder-mystery-images/menu-bak.png);
	background-repeat:no-repeat;	
	
}
.menu ul li a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}
.menu ul li a:hover{
	color:#A86277;
	text-decoration:none;
	background-color:#FFF;
}
.topaddr {
	position: relative;
	margin-left: 660px;
	margin-top: -40px;
	width: 290px;
}
#footer {
	position: absolute;
	background-color:#620000;
	height: 20px;
	width: 960px;
	border:1px solid black;
}
#footer p{
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	text-align:center;	
	margin:0px; 
	margin-top:3px;
}
#footer a{
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	text-align:center;	
}
#footer a:hover{
	text-decoration:underline;
	background-color:#FFF;
	color:#3C0024;
}

.floatright {
	clear:right;
	float:right;
	margin:0em 0.5em 0em 2em;
}
.floatleft {
	clear:left;
	float:left;
	margin:0.5em 0.5em 0.5em 0em;
}
.panel-right {
	position: absolute;
	z-index: 1000;
	top: 100px;
	left: 664px;
	background-color: rgba(0,0,0,0.7);
	width: 200px;
	padding: 5px 10px;
	height: 410px;
	overflow: auto;

}
.panel-right p{
	text-align:left;
}
.scenario-mob  {
	background-image:url(../murder-mystery-images/mobile-tap.png);
	background-repeat:no-repeat;
	height:40px;
	clear:right;
	float:right;
	visibility:hidden;
}
.scenario-pc  {
	visibility:visible;
}
.telnum {
	font-size:28px;
	margin:9px 0px 0px 0px;
	}
.content-title{
	clear:right;
	float:right;
	margin:8px 70px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:20px;
	font-style:italic;
	font-weight:bold;	
	color:#FFF;
	}
