body {
    font: 80% Verdana, Tahoma, sans-serif;
    padding: 10px;
    margin: 0;
    text-align: center;
    background: #616760;
    color: #616760;
}

input {
    border: 1px solid #d8d8d8;
    font-size: 1em;
    margin: 1px;
    color: #616760;
}

* html li {
    height: 1%;
}

a, a:link, a:visited {
    color: #b8b8b8;
    text-decoration: underline;
}

a:hover {
    color: orange;
    text-decoration: underline;
}

#globalwrap {
    width: 750px;
    background: white url( "/i/body.gif" ) repeat-y top left;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

#header {
    text-transform: uppercase;
    overflow: hidden;
    color: orange;
    background: url( "/i/header2.gif" ) no-repeat top left;
    width: 100%;
    padding: 16px 0;
    position: relative;
    height: 70px;
}

#header img {
    border: 0;
    position: absolute;
    top: 16px;
    left: 16px;
}

#sidebar {
    width: 150px;
    float: left;
    border: 1px solid #d8d8d8;
    border-bottom-width: 0;
    margin-left: 8px;
}

* html #sidebar {
    margin-left: 4px;
}

#menu ul, #submenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

#submenu {
    background: #f8f8f8;
    border-top: 2px solid #d8d8d8;
}

.menulinks a, .menulinks a:link, .menulinks a:visited, .menulinks a:hover {
    display: block;
    text-decoration: none;
    color: #b8b8b8;
    font: bold 1em Tahoma, Verdana, sans-serif;
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
    padding: 8px 12px;
}

* html .menulinks a, * html .menulinks a:link, * html .menulinks a:visited, * html .menulinks a:hover {
    height: 1%;
}

.menulinks a:hover {
    background: orange;
    color: #f8f8f8;
    margin: 0;
}

#menu .menulinks {
    text-transform: uppercase;
}

#footer {
    clear: both;
    color: #c8c8c8;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    background: url( "/i/curve_bottom.gif" ) no-repeat bottom center;

}

#footercontent {
    width: 710px;
    margin: 0 auto;
}

#content {
    margin: 0 auto;
    padding-top: 20px;
    width: 550px;
}

#contentwrap {
    overflow: hidden;
    width: 550px;
    margin: 0 auto;
    text-align: left;
    float: left;
    padding: 0 15px;
}

.gwrap {
    overflow: hidden;
    width: 100%;
}

.leftcolumn, .rightcolumn {
    float: left;
    width: 260px;
    text-align: justify;
    margin:0!important;
    padding:0!important;
}
.rightcolumn{
 float: right;   
}

div.box h1 {
    border-left: 2px dotted orange;
    padding: 4px;
    margin: 0;
    color: orange;
    text-transform: lowercase;
    font-size: 1.4em;
    font-weight: bold;
}

h3 {
    margin: 10px 4px -10px 4px;
    padding: 0;
}

div.box p, div.box div {
    padding: 0 10px 0 0;
    margin: 10px 0 0 4px;
    text-align: left;
}

div.box .boxfooter {
    text-align: right;
    padding: 0 10px;
}

.postdate {
    font-weight: bold;
}

.posttitle a:link, .posttitle a:visited, .posttitle a {
    color: orange;
}

.postbody {

}

#footer a:link, #footer a:visited, #footer a, #footer a:hover {
    text-decoration: none;
}

#feedbackform, .baseform {
    width: 100%;
    text-align: left;
}

#feedbackform label, .baseform label {
    width: 5em;
    float: left;
    display: inline-block;
}

div.box ul {
    text-align: justify;
}

table.about {
    border-spacing: 4pt;
    margin-left: 0.5cm;
}

img.chief {
    margin-left: 5.9cm;
}

p.epigraph {
    text-align: right !important;
    width: 100%;
    font-size: 8pt;
}

table.it {
    margin-left: 1cm;
    border: 1px solid black;
    border-collapse: collapse;
}

tr.it {
    border: 1px solid black;
}

td.it {
    text-align: left;
    padding: 0.2cm;
    border: 1px solid black;
}

a.rss {
    text-decoration: none;
}

p.member {
    text-align: left;
}

img.rss {
    border: none;
    text-decoration: none;
}

img.logo {
    border: none;
    text-decoration: none;
    margin-left: 0.3cm;
}

table.news {

    border: 1px solid gainsboro;
    border-collapse: collapse;
}

tr.news {
    border: 1px solid gainsboro;
}

td.news {
    text-align: left;
    padding: 0.2cm;
    border: 1px solid gainsboro;
}

#team {
    list-style: none;

}

#team li {
    float: left;
    width: 200px;
}

/*new test part*/
.worker{
    margin:0;
    padding:0;
    width:90px;
    float:left;
}

dl,dd,dt{
    margin:0;
    padding:0;
    text-align:left;
}

dt{
    margin:10px 0 0 0;
    font-weight:bold;
}
.columnwrap{
    clear:both;
    float:left;
    margin:0;
    padding:0;
}
