body {
background-image: url(http://madeeha.net/oz/pattern2.png);
font-family:helvetica;
font-size:9pt;
}

	h1 {
		color:#dc272d;
		text-transform:uppercase;
		font-size:12pt;
		line-height:13pt;
		margin:0px;
	}
#content {
margin:0px auto;
position:relative;
width:60%;
height:auto;
background:#fff;
padding:10px;
margin-top:2.5%;
}

a.nav:link,a.nav:visited {
color:#fff;
font-family:helvetica;
font-size:10pt;
text-deecoration:none;
}

a.nav:hover {
color:#333;
}

a.dropbtn:link,a.dropbtn:visited {
color:#fff;
font-family:helvetica;
font-size:10pt;
text-decoration:none;
}

a.dropbtn:hover {
color:#333;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
	text-align:center;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:link, a:visited {
    color:#333;
    font-size:10pt;
    font-family:helvetica;

}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #e20000;
    color:#333;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a:link, a:visited {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

#leftcol {
float:left;
width:20%;
padding:1%;
max-height:100%;
background:#fff;
text-align:center;
}

#leftcol img {
max-width:100%;
max-height:100%;
}

#maincol {
background:#f9f9f9;
float:left;
width:72%;
padding:3%;
height:100%;
margin-bottom:15px;
}

#maincol a:link, a:visited {
 transition:.5s;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	}
	
#maincol img a:hover{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.covers {
width:14.5%;
}

.sourcebook {
	width:37.5%; 
	background:#e20000; 
	text-align:center; 
	text-transform:uppercase; 
	padding-bottom:5px; 
	font-weight:bold; 
	float:right;
}

.main {
width:100%;
}

.ad {
width:100%;
}



a:link, a:visited {
		color:#333;
}
	
a:hover {
		color:red;
}
	
			h3 {
				color:#444;
				font-size:10pt;
				text-transform:uppercase;
				font-style:italic;
				margin:3px;
			}

	h4 {
		background:#fff;
		color:#333;
		font-size:10pt;
		text-transform:uppercase;
		padding:3px;
		margin:4px;
		border-bottom: 1px solid #333;
		margin-bottom:7px;
	}

	#footer {
		background:#fff;
		padding:2%;
		color:#333;
		margin-top:2%;
		text-align:center;
		text-transform:uppercase;
		width:95%;
	}
	
	@media only screen and (max-width: 1000px) {
    #content { 
width:90%;
    }
}
.sourcebook a {
	color:#fff;
	text-decoration:none;
}

.sourcebook a:hover {
	color:#222;
}
