* {
    font-family: Arial;
    font-size: 13px;
}
body {
    background-image:url(img/design/back.png);
    background-repeat:repeat-x;
    margin:0px;
    padding:0px;
}
.nyuh {
    text-decoration:none;
}
.nyeh {
    text-decoration:underline;
}
.container {
    width:950px;
    margin-right:auto;
    margin-left:auto;
}
.logo {
    background-image:url(img/design/logo2.png);
    background-repeat:no-repeat;
    width:950px;
    height:105px;
    text-align:right;
}
.leftContainer {
    float:left;
    width:152px;
}
.leftBox {
    background-color:white;
    border:1px solid black;
    text-align:center;
}
.mainLeft {
    background:url(img/design/mainLeft.png) repeat-y left;
    background-color:#ffffff;
    float:right;
    width:788px;
}
.mainRight {
    background:url(img/design/mainRight.png) repeat-y right;
}
.mainTop {
    background:url(img/design/mainTop.png) repeat-x top;
    height:10px;
}
.mainBottom {
    background:url(img/design/mainBottom.png) repeat-x bottom;
    height:10px;
}
.mainContent {
   /* position: relative;*/
    min-height: 640px;
    height: auto !important;
    height: 640px;
    margin: 0px 10px 0px 10px;
}
.mainFooter {
   /* position: relative;*/
    margin: 5px 10px 0px 10px;
    font-size:11px;
    text-align:center;
}
.mainFooter > * {
        font-size:11px;
}
.mainContent > h2 {
    color:#3068a5;
    font-size:18px;
}
.hir {
    margin-bottom:30px;
    width:200px;
    border:1px solid #999999;
    padding:3px;
}
.hir1 {
    border: 1px solid black;
    color:white;
    background-color:#8994a0;
    padding: 3px;
    text-align:justify;
}
a {
    color: #677D92
}
#menu {
    width: 138px;
    border-style: solid solid none solid;
    border-color: #677D92;
    border-size: 1px;
    border-width: 1px;
    margin: 5px;
}
#menu li a {
    voice-family: inherit;
    height: 24px;
    text-decoration: none;
}
#menu li a:link, #menu li a:visited {
    color: #fff;
    display: block;
    background: url(img/design/menum.png);
    padding: 8px 0 0 10px;
}
#menu li a:hover {
    color: #283A50;
    background: url(img/design/menum.png) 0 -32px;
    padding: 8px 0 0 10px;
}
#menu li a:active {
    color: #283A50;
    background: url(img/design/menum.png) 0 -64px;
    padding: 8px 0 0 10px;
}	
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hm{
    height:0px;
    width:0px;
    position:fixed;
    background-color:#75ACFF;
}
.info{
    background-color: #2EBBEA;
    width:194px;
    height:94px;
    position:fixed;
    display:none;
    border: 3px double black;
}
input{
    width:150px;
    background-color:#2EBBEA;
}
.login{
    width:70px;
    margin:2px;
}
.logingomb{
    width:60px;
    padding:1px;
}
