@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;

}

P {

margin-bottom: 10px;
}

body {
background-image: url(images/background.jpg);
background-repeat: repeat-x;
background-color: #b8b8b8;
text-align: center;
}

div#mainwrap {
width: 960px;
background-image: url(images/content-bg.png);
background-repeat: repeat-y;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
text-align: left;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}

div#container {

width: 944px;
margin-left: 8px;
background-color: #FFF;

}

div#overlay {
position: absolute; top: auto; 
left: auto; 
width: 215px; 
height: 115px;
}

div#footer {
/*width: 900px;*/
height: 15px;
text-align: center;
margin-left: 147px;

}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -15px; /* the bottom margin is the negative value of the footer's height */
}
/*.footer, */.push {
	height: 25px; /* .push must be the same height as .footer */
	background-color: #FFF;
	margin-left: 8px;
	width: 944px;

}

div#idx_footer {
/*width: 900px;*/
height: 15px;
text-align: center;
}

object { outline:none; }

div#idx_tabs {
position: absolute; 
top: 163px; 
/*width: 944px;*/ 
height: 57px; 
margin: 0 auto;
}

/* Target Firefox 3 */
div#idx_tabs, x:-moz-any-link, x:default {
top: 167px;
}

/* Show only to IE7 */
*:first-child+html #idx_tabs {
	top: 163px;
}

/* Show only to IE6 */
* html #idx_tabs {
	top: 163px;
}


div#la01_tab {
position: absolute; 
top: 165px; 
/*width: 944px;*/
height: 57px; 
margin: 0pt auto;
}

/* Target Firefox 3 */
div#la01_tab, x:-moz-any-link, x:default {
top: 169px;
}

/* Show only to IE7 */
*:first-child+html #la01_tab {
	top: 165px;
}

/* Show only to IE6 */
* html #la01_tab {
	top: 165px;
}

div#la02_tab {
position: absolute; 
top: 164px; 
/*width: 944px;*/ 
height: 63px; 
margin: 0pt auto;
}

/* Target Firefox 3 */
div#la02_tab, x:-moz-any-link, x:default {
top: 169px;
}

/* Show only to IE7 */
*:first-child+html #la02_tab {
	top: 164px;
}

/* Show only to IE6 */
* html #la02_tab {
	top: 164px;
}
