html {
height: 100%;
/*font-size: 62.5%;*/
}

body {
height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px; 
min-width: 900px;
}

#main {
background: url('../img/main-bg.gif') repeat-y center 0;
min-height: 100%;
height: 100%;
position: relative;
}
 
body>#main {
height: auto;
}

a:link, a:visited {
color: #434343;
text-decoration: underline;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

.mini {
font-size: 10px;
}

p {
line-height: 170%;
margin-bottom: 10px;
color: #1D1D1D;
text-align: justify;
}

h1 {
font-size: 3em;
font-weight: normal;
color: #FFFFFF;
text-align: center;
padding: 15px 0 0 0;
background: url('../img/dnloc_logo.png') no-repeat 0 43px;
position: relative;
left: -40px;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

h2 {
font-size: 2em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
text-align: left;
margin: 20px 30px 10px 0;
}

h3 {
font-size: 1.4em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #393939;
letter-spacing: 1px;
padding-bottom: 3px;
border-bottom: 1px solid #393939;
margin-bottom: 7px;
}

#header {
height: 100px;
position: relative;
background: #404040 url('../img/hd-bg.gif') repeat-x 0 0;
}

#content {
background: #FFFFFF url('../img/content-bg.gif') repeat-x 0 0;
width: 900px;
min-height: 650px;
margin:auto;
}


#content-box-in-left {
width: 40%;
float: right;
background-color: #FFFFFF;
padding: 10px;
height: 670px;
}


#content-box-in-right {
width: 55%;
float: left;
background-color: #FFFFFF;
text-align: left;
padding-left: 10px;

}


#footer {
width: 100%;
height: 60px;
background: #404040 url('../img/footer-bg.gif') repeat-x 0 0;
position: absolute;
bottom: 0;
left: 0;
}

