/* Global */
body {
 margin:0px 0px 0px 0px;
 background-color:#d1b99f;}

/* Head */
#head_up {
 background-image:url(images/head_up.jpg);
 background-repeat:no-repeat;
 width:1000px;
 height:190px;}
#head_down {
 background-image:url(images/head_down.jpg);
 background-repeat:no-repeat;
 width:1000px;
 height:70px;}

/* Menu and LeftEar */
#button_back_1 {
 background-image:url(images/button_back_1.png);
 background-repeat:no-repeat;
 width:236px;
 height:43px;}
#button_back_2 {
 background-image:url(images/button_back_2.png);
 background-repeat:no-repeat;
 width:236px;
 height:43px;}
.button_back_3 {
 background-image:url(images/button_back_3.png);
 background-repeat:no-repeat;
 width:236px;
 height:43px;}
#button_back_4 {
 background-image:url(images/button_back_4.png);
 background-repeat:no-repeat;
 width:236px;
 height:45px;}
#line_left {
 background-image:url(images/line_left.gif);
 background-repeat:repeat-y;
 background-position:right;
 width:236px;}

/* Center */
#main {
 background-color:#9c8365;
 width:748px;
 height:570px;
 padding:15px 12px 0px 12px;}
#caption {
 height:70px;}
#right {
 background-image:url(images/line_right.gif);
 background-repeat:repeat-y;
 width:16px;}
#right_up {
 background-image:url(images/corner_right_up.gif);
 background-repeat:no-repeat;
 width:16px;
 height:16px;}
#right_down {
 background-image:url(images/corner_right_down.gif);
 background-repeat:no-repeat;
 width:16px;
 height:16px;}

/* Down */
#left_down {
 background-image:url(images/corner_left_down.gif);
 background-repeat:no-repeat;
 width:20px;
 height:16px;}
#right_down {
 background-image:url(images/corner_right_down.gif);
 background-repeat:no-repeat;
 width:16px;
 height:16px;}
#line_down {
 background-image:url(images/line_down.gif);
 background-repeat:repeat-x;
 background-position:top;
 height:16px;}
#dog_down {
 background-image:url(images/dog_down.jpg);
 background-repeat:no-repeat;
 background-position:bottom left;}

/* Copyright */
#copyright {
 font:12px Tahoma;
 color:#4b4339;}
#copy:link, #copy:visited {
 font-weight:bold;
 text-decoration:underline;
 color:#fff9c6;}
#copy:hover {
 text-decoration:none;}