@charset "UTF-8";
/* CSS for Paranormal.ie */

* {
	margin: 0;
	padding: 0;
	border-style: none;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana;
}

body {
	background-color: #000;
}

.container {
	width: 812px;
	height: 770px;
	background-image: url(images/containerbg1.jpg);
	margin: 10px auto 10px auto;
	text-align: center;
	padding: 9px;
	}

.header {
	width: 811px;
	margin: 0 auto;
}

.newheader {
	width: 811px;
    height: 95px;
	margin: 0 auto;
    background-image: url(images/header.jpg);
}

.headspacer {
 height:2px;
 background-color:#000000;
}

.newsletter{
    width: 200px;	
    position:relative;
    left:540px;
    top: 40px;
}

.newsletter_text{ 
    color:#000000;
}

.navigation {
	width: 811px;
	height: 22px;
	overflow: hidden;
}

.innercontainer {
	width: 811px;
	height: 611px;
	margin: 5px auto 3px auto;
	background-image:url(images/contentbg.jpg);
}
.innercontainer_sub {
	width: 811px;
	height: 611px;
	margin: 5px auto 3px auto;
	background-image:url(images/contentbg_sub.jpg);
}

.left {
	width:110px;
	height: 590px;
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
	overflow: hidden;
	text-align: left;
}

.center {
	width: 415px;
	height: 590px;
	overflow: auto;
	position: relative;
	top: 10px;
	left: 20px;
	text-align: left;
	float: left;
}

.center_sub {
	width: 615px;
	height: 590px;
	overflow: auto;
	position: relative;
	top: 10px;
	left: 20px;
	text-align: left;
	float: left;
}

.right {
	width:245px;
	height: 590px;
	position: relative;
	top: 10px;
	left: 30px;
	float: left;
	overflow: hidden;
	text-align: left;
}

.right_home {
	width:245px;
	height: 590px;
	position: relative;
	top: 10px;
	left: 30px;
	float: left;
	overflow: hidden;
    padding: 2px;
    padding-right:4px;
    overflow:auto;
}

.footer {
	width: 811px;
	margin: 0px auto;
	text-align: center;
	background-image: url(images/footerbg.jpg);
	height: 25px;
	padding-top: 5px;
}

.button {
    border: 1px solid #006;
    background: #9cf;
}

.contact{
color: #000000;
width: 250px;      
}

.contact_text{
color: #000000;
width: 400px;      
}

hr {
  border: 0;
  width: 100%;
  color: #cccccc;
  background-color: #cccccc;
  height: 1px;
}