* {
 margin: 0px;
 padding: 0px;
}

body {
 font-family: Tahoma;
 font-size: 0.8em;
 line-height: 140%;
 color: #3B3B3B;
 background-image: url(bg.png);
}

td {
 font-family: Tahoma;
 font-size: 0.8em;
 line-height: 140%;
 color: #3B3B3B;
}

#page {
 width: 969px;
 margin: 40px auto 0px auto;
 overflow:hidden;
}

#head {
 width: 100%;
 height: 179px;
 background-image: url(head.png);
 background-repeat: no-repeat;
 float: left;
}

#main {
 width: 100%;
 background-image: url(main.png);
 background-repeat: repeat-y;
 float: left;
}

#main_left {
 width: 243px;
 background-image: url(main_left.png);
 background-repeat: no-repeat;
 float: left;
}

#main_right {
 width: 660px;
 background-image: url(main_right.png);
 background-repeat: no-repeat;
 float: left;
}

#footer {
 width: 100%;
 height: 48px;
 margin-bottom: 20px;
 background-image: url(footer.png);
 background-repeat: no-repeat;
 text-align: center;
 float: left;
}

#titlebox {
 width: 400px;
 margin: 75px 0px 0px 48px;
 text-align: center;
}

.padding {
 padding: 15px 30px;
}

#head h1 {
 font-size: 200%;
 line-height: 100%;
 font-weight: normal;
 color: #b7c5ca;
}

h1 {
 font-size: 250%;
 line-height: 100%;
 font-weight: normal;
 margin-bottom: 30px;
 color: #b7c5ca;
}

#main_left h1 {
 font-size: 180%;
 line-height: 100%;
 font-weight: normal;
 margin: 22px 0px 40px 60px;
 color: #000000;
}

#footer span {
 display:block;
 width: 700px;
 margin: 12px 16px 0px 253px;
 color: #33424b;
}

#main_left ul {
 list-style-type: none;
 display: block;
 margin: 40px 35px 0px 40px;
}

#main_left ul li {
 line-height: 200%;
 width: 100%;
 border-bottom: 1px solid #2f3049;
}

#main_left a {
 color: #b7c5ca;
 text-decoration: none;
}

#main_left a:hover {
 color: #235060;
 padding-left: 15px;
 text-decoration: none;
}

a {
 color: #EBEBEB;
 text-decoration: underline;
}

a:hover {
 color: #EBEBEB;
 text-decoration: none;
}
