@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%:
color: #7d7e81;
background-color: #eaeaea;
margin: 0px auto 0px auto;
text-align: center;
}


#container {
width: 900px;
margin: 20px auto;
padding-top:25px;
background-color: #fff;
border: 1px solid #c5c5c5;
text-align: center;
position:relative;
}

#logos{
float: left;
width: 300px;
}

#logo {
float: left;
margin: 10px 50px;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
width: 250px;
height: 100px;
}

#dh-logo {
float: left;
margin: 0 50px;
background-image:url(../images/dh-logo.jpg);
background-repeat:no-repeat;
width: 250px;
height: 50px;
}



a{
color: #2e5daa;
text-decoration: none;
font-size: 12px;
}

a:hover {
text-decoration: underline;
}


h1{
font-size: 16px;
color: #2e5daa;
font-weight: normal;
letter-spacing:1px;

}

h2{
font-size: 18px;
color: #2e5daa;
font-weight: normal;
}

h3{
font-size: 16px;
color:#343958;
font-weight: normal;
}


p{
font-size: 12px;
color: #414040;
line-height: 1.75;

}

#content {
width: 650px;
float:left;
text-align:left;
margin:25px 125px;
}

#contact {
width: 300px;
float:right;
text-align:left;
margin: 10px 25px;
padding: 10px;

}

#clear {
clear: both;
}