body {
font-family: arial, helvetica, sans-serif;
}

/*layout elements */
#container {
background:#373636;
margin-left:auto;
margin-right:auto;
border:1px solid black;
width:867px;


}

#content {
height:auto;

padding:15px;

}

#footer {
padding:5px;
text-align:center;
}

#nav {
padding:5px;
background:#DCDCDC;
}

#text {
width:70%;
float:left;
}

#image {
padding:5px;float:left;
}
/* end layout elements */

/*design elements */

#footerD, #footerD a:link,#footerD a:active,#footerD a:visited {
font-size:12px;
color:#DCDCDC;
}

#footerD a:hover {
color:white;

}
#footerD hr {
height:1px;
color:#8D8D8D;
}

#textD {
line-height:20px;
padding-right:5px;
color:#DCDCDC;
font-size:12px;
}

#textD .title{

font-size:18px;
color:white;
}

#textD .subtitle{
font-weight:bold;
font-size:14px;
color:white;
}

#navD {
font-size:14px;
}
/*end design elements */