* {
margin: 0px;
padding: 0px;
}

body {
background: #ffffff url("../images/bg.png") repeat-x;
font-family: arial,helvetica,sans-serif;
font-size: 13px;
color: #000000;
}

p {
line-height: 18px;
margin-bottom: 18px;
}

h1 {
color: #666666;
font-size: 26px;
font-weight: normal;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #ff9933;
}

h2 {
color: #666666;
font-size: 24px;
font-weight: normal;
margin-bottom: 20px;
}

h3 {
color: #666666;
font-size: 16px;
font-weight: normal;
margin-bottom: 18px;
}

h4 {
color: #666666;
font-size: 16px;
font-weight: normal;
margin-bottom: 18px;
padding-bottom: 10px;
border-bottom: 1px solid #ff9933;
}

h5 {
color: #666666;
font-size: 13px;
font-weight: normal;
}

h6 {
color: #666666;
font-size: 12px;
font-weight: normal;
}


a {
color: #990000;
text-decoration: none;
}

a:hover {
color: #990000;
text-decoration: none;
}

input,textarea,select {
font-family: arial,helvetica,sans-serif;
font-size: 13px;
border: 1px solid #a8adb4;
padding: 1px;
}

img {
border: 0px;
}

#page {
margin: 0 auto;
width: 900px;
}

#header {
background: #ffffff url("../images/header.png") no-repeat;
margin-top: 70px;
width: 900px;
height: 280px;
}

#header .logo {
position: relative;
background: url("../images/dthpsH_Logo.png") no-repeat;
top: -40px;
left: 760px;
height: 105px;
width: 140px;
cursor: pointer;
}

#main {
float: left;
width: 900px;
}

#main .left {
float: left;
width: 580px;
}

#main .right {
float: left;
width: 260px;
margin-left: 60px;
color: #222222;
}

#main .right a {
color: #000000;
text-decoration: none;
}

#main .right a:hover {
color: #990000;
text-decoration: none;
}

#main .left .content {
min-height: 200px;
}

#main .left .content img {
border: 1px solid #123000;
}

#main .left .content ul, #main .left .content ol {
line-height: 18px;
margin-bottom: 18px;
margin-left: 30px;
}

#footer {
clear: left;
padding: 10px;
height: 100px;
background-color: #ff9933;
font-size: 12px;
color: #ffffff;
}