* {
margin: 0;
padding: 0;}

html, body {
height: 100%;}

body {
background: #ffffff;
color:#4A4849;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
}

#outer_container {
margin:auto;
width:1000px;
min-height:600px;
/*background: url(../image/background_top_center.png) top left no-repeat;*/
}

#top {width: 840px;
      height:89px;
      color:#ffffff;
      padding:0 80px;
      background: url(../image/background_top.png) top left no-repeat;}

#content {
overflow:auto;
margin:auto;
min-height:400px;
width:1000px;
color:#484848;
background: #ffffff url(../image/background_content.png) repeat-y;
line-height:17px;}

#content_left {
float:left;
width:590px;
margin:0 30px 0 80px;
padding:0 0 40px 0;
}

#content_right {
float:left;
width:192px;
min-height:400px;
padding:110px 15px 20px 15px;
background: url(../image/seal_lower.png) top left no-repeat;
}

#footer { width:1000px;
margin:auto;
          height:28px;
          padding-top:17px;
          color:#ffffff;
          text-align:center;
          background: #ffffff url(../image/background_footer.png) top left no-repeat;}

a {font-weight:bold;}

#footer a:link, #footer a:visited {
color:#CBCCDD;
text-decoration:none;}

#content_right a:link, #content_right a:visited {
color:#3D4722;
text-decoration:none;}

#content_left a:link, #content_left a:visited {
color:#3E612A;
text-decoration:none;}

#footer a:hover, #content_right a:hover, #content_left a:hover{
text-decoration:underline;}

h1 {      font-size: 18px;
          font-weight: bold;
          padding: 12px 0 6px 0;}

h2 {      font-size: 14px;
          font-weight: bold;
          margin: 30px 0 10px 0;}

p {margin-bottom:10px;}

#content_right img {
padding:5px;
border:1px solid #646464;
background:#ffffff;
margin:15px 0;
}