html, body, h1, h2, h3, h4, ul, li {
 margin: 0;
 padding: 0;
}

html {
 overflow-y: scroll;
}

h1 img {
 display: block;
}
img {
 border: 0;
}
a {
 color: #464544;
}
a:hover {
 color: #FFA405;
}
.left {
 float: left;
}
.right {
 float: right;
}
.more {
 text-align: right;
}
.clear {
 clear: both;
}

body {
 background: #9b9b9b url(images/page_bg.jpg) repeat-x;
 background-attachment:fixed;
 text-align: center;
 font: 11px verdana, arial, sans-serif;
 color: #000000;
 padding-bottom: 10px;
 padding-top: 31px;
}

/** layout **/
#wrapper {
 text-align: left;
 margin: auto;
 width: 1000px;


 position: relative; 
 background: url(images/body_bg.gif) repeat-y;
}

#header {

 position: absolute; 
 top: 0;
 left: 243px;
 width: 747px;
 height: 279px;
 background: url(images/header_2.png) no-repeat;
}
#left {

 float: left;
 width: 243px;
}
#logo {

 width: 244px;
 height: 152px;
 background: url(images/header_1.png) no-repeat;
 text-align: center;
}

#nav {
 background: url(images/nav_left.jpg) no-repeat;
}
#nav ul {
 margin-left: 0px;
 padding-left: 1px;
 padding-bottom: 29px;
 background: #2766b5;
}
#nav li {
 list-style: none;
 font: 14px "arial narrow", arial, sans-serif;


 padding: 4px 0 0 0px;
}
#nav a {
 font: 14px "arial narrow", arial, sans-serif;

 color: #000000;
 background: url(images/button.png) no-repeat;
 text-decoration: none;
 text-align:center;

 display: block; 

 padding: 5px 0 5px 0px;
}

#nav a:hover {

 font-weight: bold;

}
#nav .important {
 border: none;
}
#nav .important a {
 color: #2766b5;
}

#news {
 background: url(images/news_bg.jpg) repeat-y;
 padding-left: 37px;
 padding-right: 22px;
 padding-bottom: 3px;
 text-align: justify;
}
#news h2 {
 font-size: 12px;
 color: #000000;
}
#news h3, #news p {
 font-size: 11px;
 margin: 1em 8px 1em 0;
}
#news a {
 color: #74653D;
 font-weight: bold;
 text-decoration: underline;
}
#news a:hover {
 color: #38301A;
}
#news .more {
 font-size: 9px;
}
#news .hr-dots {
 background: center url(images/dots.gif) repeat-x;
 height: 10px;
}

#support a{
 background: url(images/oc11.jpg) no-repeat;
 padding-left: 50px;
 height: 100px;
 display: block; 

}
#support p {
 margin: 0 0;
}

#right {
 float: right;
 width: 730px; 

 padding-right: 20px;
 padding-top: 301px;
}
#right h2 {
 font: 18px arial, sans-serif;

 border-bottom: 1px solid #C4AE7C;
 padding-bottom: 6px;
 margin-bottom: 1em;
}
#right h3 {
 font: 14px arial, sans-serif;

 border-bottom: 1px solid #C4AE7C;
 padding-bottom: 6px;
 margin-bottom: 1em;
 margin-top: 2em;
}
#welcome {
 margin-right: 20px;

}
#profile {
 margin-right: 16px;
}
#right .left {
 margin-right: 18px;
}
#right .more {
 font-weight: bold;
 font-size: 10px;
}

#corp, #indu {
 float: left;
 width: 49%;
}
#corp {
 margin-right: 1%;
}
#corp-img, #indu-img {
 background: url(images/pic_2.jpg) no-repeat;
 width: 112px;
 height: 23px;
 float: left;
 margin-right: 18px;
 text-align: center;
 padding-top: 90px;
 font-size: 9px;
 font-weight: bold;
}
#indu-img {
 background: url(images/pic_3.jpg) no-repeat;
}
#spacer {
 height: 2em;
}

#footer {
 background: url(images/footer_bg.gif) repeat-y;
}
#copyright {
 text-align: center;
 padding: 22px 0px 10px 00px;
 font-size: 9px;

 font-weight: bold;
}
#footerline{
 background: url(images/footerline.png) no-repeat;
 height:10px;
 margin-top:0px;
 display:block;
 font-size:1px;
}