﻿/* Use beginning and end tags To comment code */
/* Use padding:0px 0px 0px 0px; to offset inside item NOTE: this tag does not work with tables*/
/* Use margin:0px 0px 0px 0px; to offset outside item */
body 
{
    /*background-color:#0F2A4C;*/
    background-color: #373737;
    color: #E0E0E0;
    margin: 0 auto;
}
/***********************HYPERLINKS**************************/
a, a:visited, a:active {
	text-decoration: none;
	color: Blue;
}
a:hover {
    text-decoration: underline;
    color: Blue;
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 100%;
	min-width: 832px;
	background: transparent url("images/container.png") center top repeat-y;
}
/* HEADER */

#header {
	width: 801px;
	height: 305px;
	margin: 0 auto;
	background: transparent url("images/header.jpg") center top no-repeat;
	color: #FFFFFF;
	text-align: center;	
}
#headerLogo {
    background-image: url("images/DBM.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 592px;
    height: 40px;   
}
#bookShelf {
    background-image: url("images/book_shelf.gif"); 
    background-repeat: no-repeat;
    background-position: center;
    width: 780px;
    height: 230px;  
}
/* MIDDLE */

#middle {
	width: 800px;
	margin: 0 auto;
	padding: 24px 0;
}

/* CONTENT */

.content {
    width: auto;
    padding: 10px;
}
/* FOOTER */

#footer {
	width: 833px;
	margin: 0 auto;
	padding: 24px 0;
	text-align: center;
	background: #373737 url("images/footer_bottom.png") center top no-repeat;
}
p {
    letter-spacing: 0;
    line-height: 150%;
    margin: 15px 15px 15px 15px; 
    text-align:justify;
    color: white 
}