body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #d8d3cf;
	font: 100%/1.1em "Arial", Arial, Helvetica, Geneva, sans-serif;
}
div {
	padding: 0;
	margin: 0;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img {
	border: 0;
	}
#page {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#content{
	width: 100%;
	float: left;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-y;
}

#header {
	width: 100%;
	background-color: #fff;
	height: 125px;
	text-align: center;
}
#headerL{
  float: left;
  margin: 8px 15px;
}

#header img {
	margin-top: 15px;
}

#bigPic {
	height: 186px;
	width: 100%;
	padding: 0;
	margin: 0;
	/*background: url(images/pz-air.jpg) no-repeat;*/
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#menu {
	background-color: #7f6d5f;
	color: #fff;
	width: 100%;
	height: 65px;
	text-align: center;

	}

#menu ul {
	font-size: 90%;
	margin: 0;
	padding: 6px 0 13px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", serif;
}
#menu li {

	list-style: none;
	display: inline;
	padding: 0 12px;
	line-height: 28px;
	background: url(images/menu_seperator.gif) no-repeat;
}
#menu li.first{
	background: none;
}
#menu a:link, #menu a:visited, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#main{
	clear: both;
	float: left;
}
#left{
	width: 450px;
	float: left;
	background-image: url(images/main_bkg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#innerLeft{
	padding: 20px 15px;
	color: #fff;
	font-size: 80%;
}
#innerLeft a{
	color: #fff;
}
	
#left h1{
	font-size: 150%;
	font-family: Georgia, "Times New Roman", serif;
	text-transform: uppercase;
}

#right{
	width: 450px;
	float: left;
	background-color: #bfb6af;
}

/* My Comment */
#innerRight{
	padding: 20px 15px;
	font-size: 66%;
}
#innerRight a{
	color: #000;
}
#right h3{
	font-size: 150%;
	font-family: Georgia, "Times New Roman", serif;
	text-transform: uppercase;
}
#rightText{
	float: left;
	width: 175px;
}
#rightForm{
	padding-top: 170px;
	padding-bottom: 20px;
	float: right;
	width: 245px;
	text-align: right;
}
#rightForm p{
	margin: 5px 0;
}
#rightForm input{
	width: 135px;
	border: 0;
	height: 12px;
	font-size: 100%;
}
#rightForm form{
	border-left: 1px solid #fff;
	padding: 20px 0;
}

#footer {
	width: 100%;
	font-size: 66%;
	background-color: #7f6d5f;
	color: #fff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	clear: both;
	float: left;
	line-height: 40px;
	font-weight: bold;
}
#footL, #footR {
	width: 450px;
	float: left;
	text-align: center;
}
#footR ul, #footL ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footR li, #footL li{
	display: inline;
	margin: 0;
}
#footL li{
	padding: 0 4px;
	background: url(images/menu_seperator_sm.gif) left center no-repeat;
}
#footL li.first{
	background: none;
}
#footR li{
	padding: 0 8px;
}


#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#bigPic{
  position             : relative;
  height               : 185px;
  width                : 900px;
  overflow             : hidden;
}

#bigPic .bannerpic{
  position             : absolute;
}

#bigPic .bannerpic banner_img_buffer{
  z-index              : 1;
}

#bigPic .bannerpic banner_img{
  z-index              : 2;
}