@charset "UTF-8";

/* National Theatre for the Deaf CSS Primary Layout */





H1 	{

	FONT-WEIGHT: bold; 

	FONT-SIZE: 1.5em; 

	COLOR: #ff8000;

	FONT-FAMILY: "Trebuchet MS";

	}





A:link 

	{ 

	color: #95c2f9; 

	font-size: 14px;

	text-decoration: none;

	FONT-FAMILY: "Trebuchet MS";

	padding-bottom:15px;

	}



A:visited 

	{

	color: #95c2f9; 

	font-size: 14px;

	text-decoration: none; 

	FONT-FAMILY: "Trebuchet MS";

	}



A:hover

	{

	color: #95c2f9; 

	font-size: 14px;

	text-decoration: underline;	

	FONT-FAMILY: "Trebuchet MS";

	}



body

	{

	background:#1f1f1f;

	margin:auto;

	text-align:center;

	color: #ffffff;

	}



.ntdlayout #page_container

	{

	poistion: relative;

	float: center;

	margin: auto;

	width: 800px;

	text-align: left;

	font-size: 13px;

	text-decoration: none; 

	FONT-FAMILY: "Trebuchet MS";

	background: #1f1f1f;

	}



/* --------------------------------------- */





.ntdlayout #header

	{

	background: #000000;

	border: 1px;

	border-color: #f5f5f5;

	border-style: solid;

	}

.ntdlayout #navigation_main

	{

	background: #000000;

	border: 1px;

	border-color: #f5f5f5;

	border-style: solid;

	margin-top:2px;

	}

.ntdlayout #container1

	{

	background: #000000;

	border:1px;

	border-color: #f5f5f5;

	border-style: solid;

	margin-top:2px;

	}

.ntdlayout #footer

	{

	background: #1f1f1f;

	border: 1px;

	border-color: #f5f5f5;

	border-style: solid;

	text-align: center;

	margin-top:2px;

	}

.clearfloat

	{ /* remember to put this before end of main containter to pull everything in */

	clear:both;

	height:0;

	font-size:1px;

	line-height:0px;

	}



/* ------------INDEX SPECIFIC DIVS--------------------------- */



.ntdlayout #index_left

	{

	position: relative;

	float: left;

	width: 390px;

	height: 100%;

	margin: 0px;

	}



.ntdlayout #index_right

	{
	position: relative;
	float: right;
	width: 390px;
	height:100%;
	padding: 2px;
	background: #1f1f1f;
	border: 1px;
	border-color: #f5f5f5;
	border-style: solid;

	}



.ntdlayout #index_links

	{

	background: #1f1f1f;

	border: 1px;

	border-color: #f5f5f5;

	border-style: solid;

	}



/* ---------------CHILD SPECIFIC DIVS------------------------ */



.ntdlayout #story_container

	{

	poistion: relative;

	float: center;

	margin-top: 2px;

	width: 800px;

	background: #1f1f1f;

	border: 1px;

	border-color: #f5f5f5;

	border-style: solid;

	background-image:url('./images/red.jpg');

	background-repeat:repeat-y;

	}





.ntdlayout #story_nav

	{

	position: relative;

	opacity:50;

	float: left;

	width: 140px;

	margin-left: 0px;

	padding-left:35px;

	}



.ntdlayout #story_content

	{

	position: relative;

	float: right;

	width: 570px;

	margin: 20px;

	background: #1f1f1f;

	text-align:justify;

	test-justify:newspaper;

	}

