@charset "utf-8";
@font-face {
    font-family:'NanumGothic';
    src: url('/css/inc/NanumGothic.eot');
    src: url('/css/inc/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('/css/inc/NanumGothic.woff') format('woff'),
         url('/css/inc/NanumGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 
}
/* CSS Document */


body { margin:0;  font-family:"돋움", Arial, Verdana; font-size:12px; color:#777; }

.png24 {
   tmp:expression(setPng24(this));
}

img { border:none;}
A { text-decoration:none; color:#777 }
INPUT {margin:0;  vertical-align:middle; height:22px; border:1px solid #b6b6b6; color:#555;}
SELECT {  vertical-align:middle;  margin:0;  border:1px solid #b6b6b6; color:#555; height:22px; }
INPUT.noline { border:none; }

#wrap {width: 1040px; height: 675px; border:0px solid red;}

#topwrap { position:relative; width:1040px; height:62px; border:0px solid blue; }
	#Logo { float:left; width:150px;}
	#Head { float:left; width:880px; height: 62px; border-bottom:2px solid #e1e1e1;}
	#Head .Notice { width: 873px; height: 58px;  text-align: left; }
	#Head .Notice table { width: 754px; vertical-align: middle;}
	#Head .Notice table tr th { width: 100px; text-align: center;}
	#Head .Notice table tr td { text-align: left; padding-top: 2px; padding-bottom: 2px;}

#leftwrap {float:left; width:150px; min-height:610px; background-color:#2957a2; border:0px solid green;}
	#leftwrap .Ltitle { width:100%; border-bottom:1px solid #e1e1e1; }
	#leftwrap .Lmenu { width:100%; height:27px; mirgin-right:10px; background:url(/images/fpis2013/E-Learning/use_arrow.png) no-repeat right; border-bottom:1px solid #e1e1e1; line-height:27px; font-weight:bold; }
	#leftwrap .Lmenu label {color: white; cursor: pointer;}

#mainwrap {float:left; width:885px; height:610px; border:0px solid black;}
	#mainwrap .Filedown { width: 100%; height: 99px; text-align: left; padding-top: 5px; border:0px solid yellow;}
	#mainwrap .Filedown table { vertical-align: middle;}
	#mainwrap .Filedown table tr th { width: 150px; padding-right: 10px; text-align: right; }
	#mainwrap .Filedown table tr td { width: 165px; height: 31px;}
	#mainwrap .content {background-color:black; width:875px; height:498px; margin-left:7px; vertical-align: middle; padding-top: 8px;}

#rightwrap {float:right; width:873px; height:500px;border:0px solid #e1e1e1;}
#rightwrap .content {background-color:black; width:873px; height:490px; left:5px; border:0px solid #e1e1e1;}
#rightwrap table{width:850px; height:480px; margin: 0; padding: 0;}


