/* CSS Document */
/*******************************************************************************/
/* Presentation CSS File                                                       */
/*   Text and colour formatting for all media types                            */
/*                                                                             */
/* Developed by Matthew Harris, DBS, www.dbs-uk.co.uk                          */
/*******************************************************************************/

/* code tag for linking to a site */
/*******************************************************************************/
code.linkcode
{
	margin: 1em 2em;
	padding: 0.5em;
	background: #ccc;
	border: 1px solid #999;
	color: #000;
	display: block;
	overflow: auto;
}


.divider
{
	clear:both;
	padding-top:10px;
	border-bottom: dotted 2px #53BA47;
}

div.resource_container
{
	width:436px;
	float:left;
	padding:2px 2px 2px 2px;
	border-top:dotted 1px #999999;
	border-bottom:dotted 1px #999999;
	margin-top:10px;
}
