* {
    padding: 0;
    margin: 0;
} 

body {

background:#fff;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;

}

img { border: none; }
a { color: #33BFEB; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }


#wrap {
width: 950px;
margin: 0 auto;
}

#header {
margin: auto;
height:122px;
width: 900px;
background-image:url('../images/banner_eng.png'); background-repeat:no-repeat; background-attachment:scroll background-position: center;
}

#header h1 {

padding: 10px 0 0 100px;
font-size: 20px;
letter-spacing: -2px;
color: #33BFEB;
}
#header h1 a {
color: #33BFEB;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}

#header h2 {
padding-left: 100px;
font-size: 14px;
color: #666;
font-weight: 100;

}

#top {
background: #fff url(../images/top.gif) no-repeat;
padding: 5px 0px;
}

#menu {
height: 50px;
background: #33BFEB url(../images/menu.gif) no-repeat;
line-height: 25px;
padding-left: 75px;
}

#menu ul {
padding-left: 0px;
list-style-type: none;
}
#menu ul li {
}

#content {
padding: 10px 10px;
background: #fff url(../images/content.gif) repeat-y;
}
.right {
float: right;
width: 700px;
text-align: justify;
padding: 0 20px 10px 10px;
}
.right h2 {
color: #B4241B;
font-size: 20px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.right h2 a {

}
.right h2 a:hover {

}
.left {
float: left;
width: 170px;
padding: 0px;
border-right: 1px solid #aaa;
}
.left h2 {
font-size: 13px;
color: #333;
padding: 5px 0 2px 10px;
}
.left ul {
list-style-type: none;
padding: 5px 0 10px 5px;
}
.left ul li {
padding: 2px 20px;
}

.left ul li a {
display: block;
color: #444;
}
.left ul li a:hover {
color: #33BFEB;
}

#bottom {
background: #fff url(../images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #666;
font-size: 10px;
}
#footer  a { color: #666; }
