/*
--------------------------------------------------------------
|	HTML TAGS
--------------------------------------------------------------
*/

	body{
		margin:			0px;
		padding:		0px;
		background-color:	#0d0d0d;
		background-repeat:	repeat-x;
		background-image:	url('images/bg.jpg');
	}

	img{
		display:		block;
		outline:		none;
		border:			0px;
	}

	canvas{
		display:		block;
		padding:		0px;
		margin:			0px;
	}

	*{
		outline:		none;
		margin:			0px;
		padding:		0px;
		border:			0px;
		line-height:		11px;
	}
	
	abbr{
		border-bottom:		1px dotted;
		cursor:			help;
	}
	
	table{
		border-width: 		0px;
		border-spacing: 	0px;
		border-style: 		none;
		border-collapse: 	collapse;
	}

	td, th {
		border-width: 		0px;
		padding: 		0px;
		border-style: 		none;
		vertical-align:		top;
	}	
	
/*
--------------------------------------------------------------
|	FRAMEWORK
--------------------------------------------------------------
*/	

	#designerdrugs{
		position:		absolute;
		top:			50px;
		left:			50%;
		margin-left:		-490px;
		width:			980px;
	}

/*
--------------------------------------------------------------
|	PAGES
--------------------------------------------------------------
*/
	
	.alphabet{
		float:			left;
		width:			140px;
		padding-bottom:		15px;
	}
	
	.alphabet h2{
		font-family:		Arial;
		font-size:		50px;
		font-weight:		bold;
		color:			#dce0df;
		line-height:		45px;
		padding-bottom:		15px;
	}
	
	.alphabet a,
	.alphabet a:link,
	.alphabet a:active,
	.alphabet a:visited{
		font-family:		Arial;
		font-size:		11px;
		font-weight:		bold;
		color:			#dce0df;
		text-decoration:	none;
		display:		block;
		line-height:		16px;
	}
	
	.alphabet a:hover{
		color:			#fef200;
	}
