body {
	font-size:12px;
	font-family:Verdana,Arial,Sans-serif;
	text-align: center;  
	color: #FFFFFF;	
	background: #000000;
	background-position:top center;	
	background-repeat:repeat-y;
	margin-top: 0px;	
	overflow-y: scroll;
}

#pageLayout {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #A32614;
	width: 964px;
}

#menuBar {
	background: black;
	text-align: left;
	height: 30px;
	line-height: 30px;
}

#menuBar a {
	color: white;
	text-decoration: none;
	margin-left: 20px;	
}

#menuBar a:hover {
	color: red;
	/* text-decoration: underline; */
	margin-left: 20px;	
}

#waterMark {
	text-align: left;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;  
	min-height: 535px;			
}


#murderLogo {
	background-image: url(images/headerbar.png);
	background-repeat: no-repeat;  
	min-height: 295px;
	position: relative;
	top: 20px;
	left: 20px;
}

#logoDecoration {
	positon: relative;
	left: 100px;
	background: blue;
	width: 300px;
}

img.decoration {
	position:relative;
	z-index: 1;
	left: 340px;
}


#pageTitle {
	position: relative;
	top: -50px;
	left: 20px;
	width: 600px;
	height: 40px;
}

#pageContent {
	position: relative;
	top: -50px;
	left: 20px;
	width: 600px;
	padding-bottom: 40px;
}

#videoDiv {
	position: absolute;
	right: -310px;
}

#pageContent a {
	color: yellow;
	text-decoration: none;
}

#pageContent a:hover {
	color: yellow;
	text-decoration: underline;
}

#footer {
	text-align: center;
	color: silver;
	font-size: 9px;
	height: 30px;
}

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

#footer a:hover {
	text-decoration: underline;
}

img.thumbnail
{
opacity:0.4;
filter:alpha(opacity=40)
}

.mceEditorArea { 
    font-family: "MS Sans Serif"; 
    background: #A32614;
    text-align: left;
} 

* .mceContentBody {
    text-align: left;
    background: #A32614;
}

table {
	font-size:12px;
	font-family:Verdana,Arial,Sans-serif;
}

a.menulink
	{
	text-decoration: none;
	color: yellow;
	}		

a.menulink:hover 
	{
	text-decoration: underline;
	color: white;
	}

h1 {
	font-size:1.8em;
	color: #FFFFFF;
	padding: 0;
	margin-bottom: 10px;
	}
	
h2 {
	font-size:1.2em;
	font-weight: bold;
	color: yellow;
	margin: 0;
	padding 0;
	}
	
hr {
	border: 0;
	color: #C8E9B0;
	height: 1px;
	
}

td.comment {
	text-align: center;
	font-style: italic;
}

td.commentby {
	text-align: center;
	font-weight: bold;
}

input [type=checkbox] {
	width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  bottom: 1px;
	
}

label {
	display: block;
	vertical-align: top;
	padding:0px;
	margin:0px;
	display: flex;
        align-items: center;
	
}