html {
	height:100%; 
	max-height:100%; 
	margin:0; 
	padding:0; 
	border:0; 
	background-color:#FFFFFF;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
body, input, textarea {
	font:11px 'verdana', sans-serif;
	color:#333;
}
body {
	height:100%; 
	max-height:100%; 
	margin:0; 
	padding:0; 
	border:0;
	background-color:#FFFFFF;
	color:#495865;
	overflow:hidden;
}

#header {
	position:absolute; 
	height:100px; 
	width:750px; 
	min-width:750px; 
	top:0; 
	left:50%; 
	margin-left:-375px; 
	overflow:hidden;
	z-index:5;
}
#header_sx_1 {
	position:absolute;
	height:100px;
	width:200px;
	top:0;
	left:0;
	background:url(img/title_sx1.png) no-repeat; z-index:6;
}
#header_sx_2 {
	position:absolute;
	height:100px;
	width:170px;
	top:0;
	left:0;
	background:url(img/title_sx2.png) no-repeat; z-index:6;
}
#header_dx {
	position:absolute;
	height:100px;
	width:580px;
	top:0;
	right:0;
	background:url(img/title_dx.png) no-repeat; z-index:6;
}
#footer {
	position:absolute;
	height:28px;
	line-height:28px;
	width:750px;
	min-width:750px;
	bottom:0;
	left:50%;
	margin-left:-375px;
	border-top:1px solid #FFFFFF;
	background-color:#C2E6E6;
	font-size:9px;
	text-align:center;
	overflow:hidden;
	z-index:5;
}
#content {
	position:absolute; 
	width:750px; 
	bottom:29px; 
	left:50%;
	margin-left:-375px; 
	background-color:#FAF4DD;
	overflow:auto; 
	z-index:3; 
}
* html #content {
	height:100%;
	width:750px;
	top:0; 
	bottom:0; 
	border-bottom:29px solid #FFFFFF;
}
a:link, a:visited {color:#495865; text-decoration:none;}
a:hover, a:active {color:#000000; text-decoration:none;}
.nohover {color:#495865;}
.hide {display:none;}
div#left {
	position:absolute;
	height:100%;
	width:10px;
	left:50%;
	margin-left:-385px;
	background:url(img/fade_left.png) repeat-y;
}
div#right {
	position:absolute;
	height:100%;
	width:10px;
	left:50%;
	margin-left:375px;
	background:url(img/fade_right.png) repeat-y;
}
div#menu {
	position:absolute;
	height:30px;
	line-height:30px;
	width:750px;
	min-width:750px;
	top:100px;
	left:50%;
	margin-left:-375px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	z-index:5;
	background-color:#C2E6E6;
}
div#menu ul {
	margin:0;
	padding:0 0 0 1em;
}
div#menu li {
	line-height:30px;
	margin:0;
	padding:0 1em 0 0;
	display:inline;	
}
span#mailing {
	position:absolute;
	top:0;
	right:1em;
}
div#submenu {
	position:absolute;
	height:22px;
	width:750px;
	min-width:750px;
	top:130px;
	left:50%;
	margin-left:-375px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	font-size:10px;
	z-index:5;
	background-color:#DCF0F0/*#FAF4DD*/;
}
div#submenu ul {
	margin:0;
	padding:0 0 0 1em;
}
div#submenu li {
	line-height:22px;
	margin:0;
	padding:0 1.5em 0 0;
	display:inline;	
}
