@font-face { font-face: "Trebuchet MS" src: url("../css/trebuc.ttf"); }
#shadow_left {
background-image: url(../img/shadow.jpg);
background-position: left;
background-repeat: repeat-y;
}
#shadow_right {
background-image: url(../img/shadow.jpg);
background-position: right;
background-repeat: repeat-y;
}

body {
background-image: url(../img/bg.jpg);
margin: 0px;
}
body, td, div {
font-size: 14px;
font-family: "Trebuchet MS", Verdana, tahoma;
}

a:link {text-decoration: underline; color: #018bb1;}
a:visited {text-decoration: underline; color: #018bb1;}
a:active {text-decoration: underline; color: #018bb1;}
a:hover {text-decoration: underline; color: #cd3804;}

#workspace {
background-color: #FFFFFF;
width: 990px;
height: 100%;
}
.column1 {
width: 240px;
height: 225px;
}
.column2 {
width: 750px;
background-image: url(../img/bg_column2.jpg);
background-position: left;
background-repeat: repeat-y;
}
#copyright {
height: 100px;
background-image: url(../img/copyright.jpg);
background-repeat: no-repeat;
background-position: left;
color: #666666;
font-size: 14px;
padding-left: 90px;
padding-top: 32px;
}
.footer {
background-image: url(../img/bg_column2.jpg);
background-position: left;
background-repeat: repeat-y;
}
#lang {
background-image: url(../img/lang_switcher_bg.gif);
background-position: left;
background-repeat: no-repeat;
margin-top: 25px;
height: 30px;
}
.lang {
font-size: 16px;
color: #FFFFFF;
}
.lang a:link {text-decoration: none; color: #00f2ff;}
.lang a:visited {text-decoration: none; color: #00f2ff;}
.lang a:active {text-decoration: none; color: #00f2ff;}
.lang a:hover {text-decoration: none; color: #FFFFFF;}

#content {
padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-image: url(../img/bg_column2.jpg);
background-position: left;
background-repeat: repeat-y;
line-height: 20px;
}
#content li {
list-style-image: url(../img/list.gif);
margin-top: 20px;
margin-left: 0px;
}
.menu_block {
margin-bottom: 25px;
margin-left: 25px;
margin-right: 5px;
}
.menu_number {
font-weight: normal;
float: left;
color: #66b8c3;
font-size: 16px;
}
.menu_number_c {
font-weight: 800;
float: left;
color: #66b8c3;
font-size: 16px;
}
.menu_title {
color: #333333;
font-weight: bold;
margin-bottom: 5px;
margin-left: 40px;
font-size: 16px;
}
.menu_content {
margin-left: 40px;
line-height: 25px;
}
.content_title {
font-size: 24px;
margin-bottom: 25px;
}
.content_sutitle {
color: #018bb1;
margin-bottom: 15px;
font-size: 20px;
}
.content_sutitle a{
text-decoration: none;
}
.content_text {
margin-bottom: 30px;
line-height: 20px;
}
#footer_text {
margin-top: 30px;
color: #018bb1;
margin-bottom: 15px;
font-size: 20px;
}

img {
  border:0;
}
