body	{
	background-image:url('../images/greybrick_alt2.jpg');
	}
	
img	{
	border: 0px;
	}
	
p, h2, h3, h4, h5
	{
	font-family: "trebuchet ms", helvetica, sans-serif;
	}
	
.movietext	
	{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: italic;
	}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: blue}

.NavBar_Container {
	position: relative;
	top: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 160px;
	margin-bottom: 15px;
	}

.NavBar_Wall {
	position: relative;
	width: 100%;
	height: 125px;
	}

.NavBar_Menu {
	position: relative;
	width: 800px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/nav_menu.png");
	background-repeat: repeat-x;
	}
	
.NavBar_Button {
	position: relative;
	display: inline;
	vertical-align: middle;
	width: 130px;
	height: 42px;
	border: 0px;
	}

.LogoBox {
	position: absolute;
	margin: 10px;
	}
	
.PageBox {
	position: absolute;
	margin: 5px;
	top: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	
.MainTextBlock {
	position: relative;
	width: 800px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	}

.MainTextTop {
	position: relative;
	width: 800px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/maintextbox_top.png");
	background-repeat: no-repeat;
	}

.MainTextBottom {
	position: relative;
	width: 800px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/maintextbox_bottom.png");
  	background-repeat: no-repeat;
	}
	
.MainTextBox {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/maintextbox.png");
	background-repeat: repeat-y;
  	background-position: top left;
   	padding: 1px;
	}
	
.MainText {
	position: relative;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
	
.Copyright {
	position:relative;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px ! important;
	color: gray;
	clear: both;
	border-top: 1px dotted gray;
	}