/* 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;
}


/*----------IMAGE RELATED-----------------------*/

.float_left
{
	float:left;
}

/*----------CONTENT RELATED------------------*/

.divider_content
{
	border-top: solid 1px #AAAAAA;
	padding:10px 0 0 0;
	clear:both;

}

.divider2_content
{
	border-top: dashed 1px #E0E0E0;
	padding:10px 0 0 0;
	clear:both;

}

.divider2_dark
{
	border-top: dashed 1px  #666666;
	padding:20px 0 0 0;
	margin-top:20px;
	clear:both;

}

