/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image:url(/wp-content/themes/tormenttheme/it_design/graphics/design/bodybg.jpg);
	background-position:center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}

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

a:active {
	color: #000000;
	text-decoration: none;
}

a {
	font-weight: bold;
}

p {
	margin-top: 0px;
	margin-bottom:5px;
	padding:0px;
}

img {
	border: none
}

h1 {
	font-size:18px;
	clear:both;
	margin-top:5px;
}

h2  {
	font-size:16px;
	clear:both;
	margin-top:5px;
}

h3  {
	font-size:12px;
	clear:both;
	margin-top:5px;
}


.newscontainer {
	overflow-x: hidden;
	overflow-y: auto;
	width:488px;
	height:473px;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

.rightcontainer {
	float:right;
	width:200px;
	height:530px;
	padding-right:20px;
	overflow:hidden;
	
}

.maincontent {
	position:absolute;
	padding-left:20px;
	width:738px;
	height:530px;
	z-index:1;
	overflow-x: hidden;
	overflow-y: auto;
}

.alignright {
	float:right;
	margin-top:1px;
	margin-bottom:10px;
	margin-left:5px;
	}
	
.alignleft {
	float:left;
	margin-top:1px;
	margin-bottom:10px;
	margin-right:5px;
	}

/* PAGES */


.pagecontainer {
	padding-left:10px;
	padding-right:10px;
	overflow-x: hidden;
	overflow-y: auto;
	width:738px;
	height:530px;
	float:left;
	}
	
.rawhtmlcontainer {
	overflow-x: hidden;
	overflow-y: auto;
	width:738px;
	height:530px;
	float:left;
	}
	
.pagepost h2 {
	font-size:x-large;
	text-align:center;
	}
	
/* GALLERY */

.gallerytitle {
	text-align:center;
	font-size:x-large;
	}