/* Global */
html, body {
 height:100%;}
body {
 background-image:url(back.png);
 background-repeat:repeat-x;
 margin:0px 0px 0px 0px;}
table {
 empty-cells:show;
 height:100%;}
table td {
 height: 100%;}

/* Page */
#content {
 width:980px;}
#shadow_left {
 background-image:url(shadow_left.gif);
 background-repeat:repeat-y;
 width:10px;}
#ear {
 background-color:#a5aaa8;
 width:310px;}
#shadow_right {
 background-image:url(shadow_right.gif);
 background-repeat:repeat-y;
 width:10px;}
#center {
 background-image:url(center_back.png);
 background-repeat:no-repeat;
 width:650px;}

/* Right */
#big_shadow_right {
 background-image:url(big_shadow_right.png);
 background-repeat:no-repeat;
 width:10px;
 height:463px;}

#decor_shadow {
 background-image:url(decor_shadow.png);
 background-repeat:no-repeat;
 background-position:bottom;
 width:10px;}

/* Left */
#big_shadow_left {
 background-image:url(big_shadow_left.png);
 background-repeat:no-repeat;
 width:10px;
 height:463px;}
#logo {
 background-image:url(logo.png);
 background-repeat:no-repeat;
 border-bottom:1px solid #658582;
 width:310px;
 height:124px;
 margin-bottom:2px;}

#menu_and_logo {
 height:411px;}

.menu {
 display:block;
 background-repeat:no-repeat;
 border-top:1px solid #e8f0e8;
 border-bottom:1px solid #658582;
 width:310px;
 height:41px;
 margin-bottom:2px;}
#item1:link, #item1:visited {
 background-image:url(menu_item1.png);}
#item1:hover {
 background-image:url(menu_item1h.png);}
#item2:link, #item2:visited {
 background-image:url(menu_item2.png);}
#item2:hover {
 background-image:url(menu_item2h.png);}
#item3:link, #item3:visited {
 background-image:url(menu_item3.png);}
#item3:hover {
 background-image:url(menu_item3h.png);}
#item4:link, #item4:visited {
 background-image:url(menu_item4.png);}
#item4:hover {
 background-image:url(menu_item4h.png);}
#item5:link, #item5:visited {
 background-image:url(menu_item5.png);}
#item5:hover {
 background-image:url(menu_item5h.png);}
#item6:link, #item6:visited {
 background-image:url(menu_item6.png);}
#item6:hover {
 background-image:url(menu_item6h.png);}
#item7:link, #item7:visited {
 background-image:url(menu_item7.png);}
#item7:hover {
 background-image:url(menu_item7h.png);}

#left_back {
 background-image:url(back_left.png);
 background-repeat:repeat-y;
 border-top:1px solid #e8f0e8;
 border-bottom:1px solid #658582;
 padding-bottom:2px;}

#copy {
 height:28px;}
 
#copyright {
 background-image:url(copyright.png);
 background-repeat:no-repeat;
 border-top:1px solid #e8f0e8;
 width:310px;
 height:28px;
 margin-top:2px;}

/* Center */
#decor {
 background-image:url(decor.png);
 background-repeat:no-repeat;
 background-position:left bottom;
 width:100%;}

.bad_table {
 height:auto;}
.bad_table td {
 height:auto;}

.rod td {
 vertical-align: middle;
}
