<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body {
margin:15px;
}

#container {
width:800px;
/*height:600px;*/
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
border:solid 1px #B9A784;
}

#login {
width:800px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
padding:3px;
text-align:left;
}

#site_footer {
width:800px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
padding:3px;
text-align:left;
}

#container2 {
width:800px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
border:solid 1px #B9A784;
}

#header {
width:636px;
height:89px;
}

#footer {
width:598px;
height:127px;
background-image:url(../images/chain_footer.gif);
background-position:top right;
background-repeat:no-repeat;
background-color:#B9A784;
padding:35px 0px 0px 38px;
}

#footer div {
width:128px;
height:91px;
float:left;
background-color:#FFFFFF;
}

#content {
width:611px;
height:327px;
background-image:url(../images/chain_content.gif);
background-position:top right;
background-repeat:no-repeat;
padding:12px 0px 10px 25px;
}

#content_about {
width:586px;
height:489px;
background-image:url(../images/about_content.gif);
background-position:bottom left;
background-repeat:no-repeat;
padding:12px 25px 10px 25px;
}

#content_plain {
width:586px;
/*height:489px;*/
padding:12px 25px 20px 25px;
}

#left {
width:636px;
/*height:600px;*/
float:left;
}


#right {
width:154px;
height:600px;
float:left;
background-image:url(../images/chain_menu.gif);
background-position:bottom left;
background-repeat:no-repeat;
text-align:right;
padding-right:10px;
}

#right_about {
width:154px;
height:600px;
float:left;
background-image:url(../images/about_menu.gif);
background-position:bottom left;
background-repeat:no-repeat;
text-align:right;
padding-right:10px;
}

#right_plain {
width:154px;
height:600px;
float:left;
text-align:right;
padding-right:10px;
}

#right_about div img {
vertical-align:bottom;
}

#right_plain div img {
vertical-align:bottom;
}

#right div img {
vertical-align:bottom;
    border: none;
}

#box1 {
margin-right:28px;
}

#box2 {
margin-right:28px;
}

#box3 {

margin-right:28px;
}

.TableBordersLeft
{
	border-left: #FFFFFF 1px solid;
}
	
.TableBordersRight
{
	border-right: #FFFFFF 1px solid;
}
</pre></body></html>