/* CSS Document */

/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{padding:0; margin:0;}
 body {
	font-size:12px;
	background-color:#F3BF73;
	font-family:arial,verdana,sans-serif;
	background-image: url(../images/bg0.jpg);
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
	width:923px;
	margin:0px auto;
	background-color:#000000;
	background-image: url(../images/bg_l.jpg);
	background-repeat: no-repeat;
	background-position: left 500px;
}
.main {clear:both; width:923px;}
.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:226px; overflow: hidden;}
.main-content {
	background-image: url(../images/bg1_r2_c1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	display:inline; /*Fix IE floating margin bug*/
	float:left;
	width:697px;
	margin:0 0 0 0px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
.footer {clear:both; width:923px; height:0px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

.lflash {height: auto;}
.main-content-top{
	background-image: url(../images/main_bg_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
}
.nav{width:600px; margin:24px auto 10px auto;}
.main-content-buttom{
	background-image: url(../images/main_bg_r2_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
}
.nav_sub{
	height: 210px;clear:left; width:646px;margin:0px auto;
}
.contents{width:645px; margin:26px auto 10px auto;}
/* HEADER */
.header {width:923px; height:0px;}

.d0_foot {color:#333333;}
.d0_foot a {color:#333333;text-decoration:underline}
.d0_foot a:hover {color:#f60;text-decoration:underline}
.d0_foot a:visited{color: #333333;}
.d0_foot a:active {color: #660000;}

