﻿body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:  #a2a171;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
 height:800px;
}

.oneColFixCtr #container2 {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a2a171 url(../images/bk2.jpg) no-repeat; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
  height:775px;
}

.oneColFixCtr #mainContent
{
  margin-left:180px; 
  margin-top:290px; 
  float:left;
  font-size:4px;
  width:185px;
}

.oneColFixCtr #themenu
{
  margin-left:80px; 
  margin-top:150px; 
  float:left;
  font-size:4px;
  width:185px;
}

.oneColFixCtr #theform
{
  float:right; 
  margin-top:150px;
  margin-right:90px;
  width:330px;
  border-width:1px;
  border-color:Black;
}

.oneColFixCtr #themovie
{
  float:right; 
  margin-top:320px;
  margin-right:87px;
  width:385px;
  border-width:1px;
  border-color:Black;
}

.oneColFixCtr #footer {
  margin: 0 auto;
  width: 766px;
  padding-top:10px;
  padding-left:10px;
  color:Maroon;
  font-family:Times New Roman;
	font-size:small;
}

.oneColFixCtr #footer h1 {
font-size:small;
}

.oneColFixCtr #footer h2 {
font-size:small;
font-weight:normal;
}


.oneColFixCtr #footer a {
 color :Maroon;
 font-family:Times New Roman;
}

.oneColFixCtr #footer a:visited {
 color :Maroon;
 font-family:Times New Roman;
}

.oneColFixCtr #footer a:hover {
 color :Maroon;
 font-family:Times New Roman;
}




