
html {
 width:100%;
 height:100%;
}
body {
 width:100%;
 height:100%;
 min-width:934px;
 min-height:400px;
 background:#ffffff;
 background-image:url("./images/green/background.png");
 background-repeat:repeat-x;
 font-family:Century Gothic;
 color:#323232;
 overflow:auto;
}
.stable {
 position:relative;
 display:block;
 margin:0;
 padding:0;
}
.header {
 margin-top:10px;
 height:20%;
 text-align:center;
 font-family:Times New Roman;
}
.header_name {
 font-size:35px;
}
.header_name span {
 font-size:45px;
}
.header_sub {
 margin-left:160px;
 margin-right:160px;
 font-size:20px;
}
.header_sub span {
 font-size:30px;
}
.mainframe {
 min-height:80%;
 background-image:url("./images/green/menu_main.png");
 background-repeat:repeat-y;
}
.menu {
 float:left;
 margin-top:40px;
 width:155px;
 height:auto;
}
.menu_button {
 width:135px;
 height:27px;
 padding-top:3px;
 padding-left:5px;
 padding-right:5px;
 background-image:url("./images/green/menu_button.png");
 background-repeat:repeat-x;
 font-size:17px;
 color:#ffffff;
 font-weight:bold;
 overflow:hidden;
}
.menu_button:hover {
 background-image:url("./images/green/menu_button_hover.png");
}
.sub_menu {
 width:130px;
 padding-left:10px;
}
.content_frame {
 width:624px;
 height:auto;
 margin-left:auto;
 margin-right:auto;
}
.content_inner_frame {
 width:614px;
 height:auto;
 padding-left:5px;
 padding-right:5px;
 margin-left:auto;
 margin-right:auto;
 background-image:url("./images/green/content_middle.png");
 background-repeat:repeat-y;
}
.content_inner {
 width:612px;
 height:auto;
 min-height:200px;
 padding-bottom:5px;
 border:1px solid #1fb2b2;
 background-image:url("./images/green/content_bg.png");
}
.content_title {
 height:25px;
 padding-top:3px;
 border-bottom:1px solid #1fb2b2;
 background-image:url("./images/green/content_bar.png");
 background-repeat:repeat-x;
 color:#ffffff;
 font-size:18px;
 font-weight:bold;
}
.content_inner span {
 display:block;
 font-weight:bold;
}
.content_text {
 width:602px;
 height:auto;
 padding:5px;
}

