@media screen {

html {
	height : 100%;
	max-height : 100%;
	padding : 0;
	margin : 0;
	border : 0;
	background : #fff;
	font-size : 12px;
	font-family : sans-serif;
	/* hide overflow : hidden from IE5/Mac */
	/* \*/
	overflow :  hidden;
	/* */
}

body {
	height : 100%;
	max-height : 100%;
	overflow : hidden;
	padding : 0;
	margin : 0;
	border : 0;
}

#content {
	overflow : auto;
	position : absolute;
	z-index : 3;
	top : 50px;
	bottom : 0px;
	left : 21em;
	right : 0;
	background : #fff;
}

* html #content {
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	height : 100%;
	max-height : 100%;
	width : 100%;
	overflow : auto;
	position : absolute;
	z-index : 3;
	border-top : 50px solid #fff;
	border-left : 21em solid #fff;
}


#head {
	position : absolute;
	margin : 0;
	top : 0;
	left : 0;
	display : block;
	width : 100%;
	height : 50px;
	background :  navy;
	font-size : 120%;
	font-weight : bold;
	line-height : 1.2em;
	text-align : center;
	z-index : 5;
	overflow : hidden;
	color : lightyellow;
	font-weight : bold;
	text-align : center;
}

#head A {
	float : right;
	margin-right : 10px;
	border : 0;
}

#head A IMG {
	border : 0;
}

#foot {
	position : absolute;
	margin : 0;
	bottom : 0;
	left : 0;
	display : block;
	width : 20em;
	height : 50px;
	font-size : 1em;
	font-weight : bold;
	text-align : center;
	z-index : 5;
	overflow : hidden;
	background : navy;
	color : lightyellow;
}

#foot A, #foot:visited {
	color : lightyellow;
	font-weight : bold;
 }

#left {
	position : absolute;
	left : 0;
	top : 100px;
	bottom : 50px;
	width : 20em;
	background : green;
	z-index : 4;
	overflow : auto;
}

* html #left {
	height : 100%;
	top : 0;
	bottom : 0;
	border-top : 50px solid #fff;
	border-bottom : 50px solid #fff;
	color : #fff;
}

#logo {
	position : absolute;
	left : 0;
	top : 50px;
	height : 50px;
	width : 20em;
	background-image : url("/2008/images/won_logo.png");
	background-position : top center;
	background-color : green;
	background-repeat : no-repeat;
	z-index : 6;
	overflow : hidden;
}

}

@media print {

html {
	padding : 0;
	margin : 0;
	border : 0;
	font-family : serif;
	font-size : 12pt;
}

body {
	padding : 0;
	margin : 50pt 0 0;
	border : 0;
	font-family : serif;
	font-size : 12pt;
}

#content {
	z-index : 3;
}

* html #content {
	z-index : 3;
}

#head {
	position : fixed;
	margin : 0;
	top : 0;
	left : 0;
	display : block;
	width : 0;
	height : 0;
	visibility : hidden;
}
#foot {
	position : fixed;
	margin : 0;
	top : 0;
	left : 0;
	display : block;
	width : 0;
	height : 0;
	visibility : hidden;
}

#left {
	position : fixed;
	margin : 0;
	top : 0;
	left : 0;
	display : block;
	width : 0;
	height : 0;
	visibility : hidden;
}

* html #left {
	height : 0%;
	top : 0;
	bottom : 0;
	border : 0;
	visibility : hidden;
}

#logo {
	position : fixed;
	margin : 0;
	top : 0;
	left : 0;
	display : block;
	width : 0;
	height : 0;
	visibility : hidden;
}

* html #logo {
	height : 0%;
	top : 0;
	bottom : 0;
	border : 0;
	visibility : hidden;
}

/*IMG.logo {
	top : 0px;
	right : 0;
	border : 0;
	display : block;
	position : fixed;
	z-index : 25;
}
*/
}