body {
margin: 0;
padding: 0;
color: #000000;
background-color: #202020;
font-family: sans-serif;
}

img {
border-width: 0px;
}
img.paragraph_icon {
float: left;
padding: 0 10px 10px 0;
}

.paragraph_title {
color: #d0d0d0;
font-weight:bold;
font-size: large;
}

.section {
color: #a0a0a0;
padding: 10px 0 0 0;
}

em {color: #d0d0d0;}

a {
/*font-weight:bold;*/
font-style: italic;
color: #d0d0d0;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration:underline;}

div#header {
font-size:48px;
height: 120px;
color:#ffffff;
background: #202020;
text-align:right;
}

div#header_title {
padding: 30px 40px 0 0;
}

div#wrapper {
background: url(images/bkg_grad.png) repeat-y;
}

div#menu {
float: left;
}

div#menu img {
margin-left: 10px;
}

div#content {
margin-left: 140px;
padding: 20px 20px 20px 0px;
}

div#footer {
/*clear: both;*/
background: #202020;
color: #a0a0a0;
padding: 20px 20px 20px 20px;
text-align: right;
font-size: 12px;
}

hr {
width: 90%;
margin: 20px auto 20px auto;
}

.constr div#header {
background: #202020 url(images/hard_hat_top.png) no-repeat right;
}

.constr div#content {
background: url(images/hard_hat_bottom.png) no-repeat top right;
}
