	html, body {
	margin: 0;
	padding: 0;
	background: black;
	color: 	#D0D0D0;
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	font-size: smaller;
	text-decoration: none;
	line-height: 16px;
	text-align: center;
	}
	
	img {
	border: none;
	} 
	
	a:link, a:visited {
	text-decoration: none; 
	color: red;
	border: none;
	}
	
	a:hover {
	text-decoration: none; 
	color: black; 
	background: red;
	border: none;
	}
	
	#page-container {
	width: 800px;
	margin: auto;
	margin-top: 40px;
	text-align: left;
	}

	#content {
	float: right;
	width: 500px;
	background: black;
	padding: 10px;
	}
	
	h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: white;
	padding-bottom: 20px;
	border-bottom: 1px #404040 dotted;
	}
	
	h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: white;
	line-height: 18px;
	margin-bottom: 20px;
	border-bottom: 1px #404040 dotted;
	}
	
	h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: white;
	line-height: 22px;
	}
	
	h5 {
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: white;
	text-align: right;
	}
	
	h5 a:link {
    background-color: red; 
    color: black; 
    padding: 8px;	
	}
	
	.object {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #404040 dotted;
	}
	
	.blockcopy {
	padding-bottom: 5px;
	border-bottom: 1px #404040 dotted;
	}
	
	.footer {
	text-align: center;
	font-size: 8px;
	color: gray;
	}
	
    UL.drawers {
        width: 180px;
    }
    
    UL {
        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-bottom: 1px;
        background-color: #101010;
    }
    
    LI A {
        text-decoration: none;
        color: white;
        font-size: 11px;
    }
    
    h4 {
    	font-size: 14px;
    	font-family: Helvetica, Arial, Sans-Serif;
    }
    
    H4.drawer-handle {
        margin: 0;
        padding: 5px;
        height: 15px;
        margin-top: 3px;
        color: white;
        background-image: url(http://files.garethsweet.com/unselected.png);
    }
    
    H4.drawer-handle.open {
        color: white;
        background-image: url(http://files.garethsweet.com/selected.png);
    }
    
    .link {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 3px;
	border-bottom: 1px #282828 dotted;
	}
	
	.linklast {
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 3px;
	}