@charset "utf-8";
/* CSS Document */

#body{margin:0 auto;}

#header{width:100%; height:120px; position:relative; background: repeat-x; margin:0 auto;}
#header .logo{padding-top:38px; text-align: center;}

#menu{width:100%; height:45px; border-top:2px solid #be1e2d; border-bottom:1px solid #be1e2d; position:relative; margin:0 auto;}
#menu .gnb{width:500px; margin:0 auto; position:relative;}
#menu ul{margin-top:18px;}
#menu li a{color:#be1e2d; font-size:13px; margin-left:67px;  float:left; text-align:center;}
#menu li a:hover{color:#be1e2d; font-weight:bold;}


#main{width:550px; margin:0 auto; margin-top:35px;}

