/* CSS Document */

body{
	margin:0px;
	
	
	height: 100%;
}

#wrapper{
	position: relative;
	width: 100%;
	margin:0px auto;
	height:100%;
	background: url("images/red_stripe_sliver.gif");
	background-repeat:repeat-x; 
	
	
}

#container{
	/*margin: 0px auto;*/
	margin: 0;
	/*width: 972px;*/
	width: 761px;
	/*border: #990000 1px solid;*/
	background: url("images/skull_inside_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	
	
	
}

#container a {
	color: #990000;
}

#container a {
	color: #990000;
}
#container a:hover {
	color: #FF0000;
}

#container_admin{
	/*margin: 0px auto;*/
	margin: 0;
	/*width: 972px;*/
	width: 761px;
	/*border: #990000 1px solid;*/
	background: url("images/skull_admin_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	
	
	
}

#container_admin a {
	color: #990000;
}

#container_admin a {
	color: #990000;
}
#container_admin a:hover {
	color: #FF0000;
}

/*-------Text Styles-----*/

.directions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:1.5em;
}

#story {

	font-weight:bold;
}



#story a {
	color: #FFF;
	text-decoration: none;
}

#story a {
	color: #FFF;
}
#story a:hover {
	color: #FFF;
	text-decoration: underline;
}

	

.normal_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	}

.red_p {
	font-size: 14px;
	color: #d2232a;
	font-weight: bold;

}

.little_red_p {
	font-size: 12px;
	color: #d2232a;
	font-weight: 600;

}

.big_red_p {
	font-size: 18px;
	color: #d2232a;
	font-weight: bold;
	line-height: 1.6em;

}


.gray_box {
	border-bottom: solid 1px #d1d3d4;
	background-color: #f2f2f3;

}

.purple_box {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	color: #663399;
	padding: 30px;
}

.black_title {
	font-size: 16px;
	font-weight: bold;
}


/*---------Footer-------*/
#footer{
	clear:both;
	font:10px verdana, sans-serif;
	color:#fff;
	text-align:center;
	margin: 0;
	width:100%;
	height: 60px;
	/*background: url("images/footer_background.gif");*/
	
	/*border:solid 1px #3f3;*/   /*green*/
		
}

#footer a:link,
#footer a:visited,
#footer a:active{
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	color:#ccc;
}
