@charset "utf-8";
body  {
	font: 17px serif;
	font-weight: bold;
	background: #EFDB9C;
	margin: 0;
	color: #996633;
	padding: 0;
	text-align: center;
}
.thrColAbsHdr #container { 
	position: relative;
	width: 968px;  /* 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 */
	text-align: left;
} 
.thrColAbsHdr #header { 
	height: 60px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	padding: 5px 0px 0 10px;
} 
.thrColAbsHdr #header h1 {
	margin: 0; 

}
.thrColAbsHdr #sidebar1 {
background-image: url(logo.jpg);
background-position: 10px 0;
background-repeat: no-repeat;
	position: absolute;
	top: 420px;
	left: 0;
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 90px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
}

.thrColAbsHdr #mainContent {
	position: absolute;
	top: 420px;
	width: 700px;
	margin: 0 250px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px 30px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.head2 {color: #3399FF; font: 22px serif; font-style: italic; font-weight: bold;}
.phone {
	font: 26px serif;
	text-align: left;
	color: #003366;
	font-weight: bold;
}

.part {
	font: 20px serif; font-style: italic;
}
.faq {font-weight: normal;}

.movie {
	font: 22px serif;
	color: #FF33FF;
	font-weight: bold;
	text-decoration: none;
}

.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#nav-menu ul
{

list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
}

#nav-menu li a
{
height: 25px;
line-height: 25px;
float: left;
width: 135px;
display: block;
font-size:17px;
font-weight: bold;
text-decoration: none;
color: #996633;
text-align: center;
} 


a.menu, a.menu:link {
background-image: url(n.jpg);
width: 135px;
height: 25px;
display: block;
}

a.menu:hover {
background-image: url(no.jpg);
}

a:link, a:visited
{
font-size:14px;
font-weight: bold;
text-decoration: none;
}

#apDiv1 {
	position:absolute;
	left:10px;
	top:1000px;
	width:968px;
	height:542px;
	z-index:1;
}

#apDiv2 {
	position:absolute;
	left:10px;
	top:650px;
	width:231px;
	height:282px;
	z-index:2;
}

#fp ul
{
position:absolute;
left:28px;
top:975px;
height:23px;
list-style: none;
padding: 0;
margin: 0;
}

#fp li
{
height: 25px;
line-height: 25px;
float: left;
width: 240px;
display: block;
font-size:17px;
font-weight: bold;
text-decoration: none;
text-align: center;
}