@media all {

body {
		 background-color: black;
		 background-image: url('dsg/background.jpg');
		 background-attachment: fixed;
		 margin : 0;
		 padding : 0;
		 border : 0;
		 font-family: Georgia;
		 font-size :14px;
		 text-align : justify;
		 color : white;		 
}

h1, h3 {font-size : 24px; font-family: garamond;  text-align : center; padding: 10px; border: 1px solid white;}
h1 {background-color: #490E1D;}
h3 {background-color: #b88582;}
h5 {font-size : 20px; padding-left : 10px;}
#header h1, #footer h3 {margin : auto;}
.info {font-size: 12px; font-style: italic;}

a:link, a:active, a:visited {color : #e8b5b2; text-decoration : none;}
a:hover {text-decoration : underline;}

ul {list-style: square;}
ul li {padding-bottom : 8px;}

img {padding: 1px; border: 1px solid #b88582; display: block; margin-left: auto; margin-right: auto}

.line {width: 100%; border-bottom: 2px solid white; margin-top: 2px;}
.line2{width: 100%; border-bottom: 2px dashed white; margin-top: 20px; text-align: center;}

#main {
    margin : auto;
    padding: 0 20px 0 20px;
}

#header {
     border-bottom: 1px solid white;
     position: fixed; width : 100%;
		 height: 60px;
		 float: left;
		 background-color: #490E1D;
		 color: white;
}

#content {
     line-height: 150%;
		 padding: 100px 10px 60px 10px;
}

#h_navigator {float: left; padding: 12px 20px;}
#h_dropdown {float: right; padding: 18px 20px 0 0;}

select {min-width: 250px;}
.drop_l1 {background-color: #490E1D; color: white;}
.drop_l2 {background-color: #b88582;}
option {background-color: white; color: black;}

}

@media print {
body {font-family: Georgia; background-color : white; color : black;}
#header, #h_navigator, #h_dropdown {display : none;}
#content {line-height : 130%}
.line, .line2 {border-bottom : 1px solid black;}
img {border : 1px solid black; display: block;}

}