/*
Smartprint

MWISMedia New Media Design & Development

Author: Garry Bartle
 */


/* ---------------------------------------------------------------*/
/* Forces vert scrollbar on all pages*/
/* Removes unpredictable 'browser default' settings */
/* Body tag settings */

#colourline { 


	width:100%;
	height:9px;
	background-color:#FF9900;
	line-height:9px;}


.divider { 


	width:100%;
	height:1px;
	background-color:#FF9900;
	line-height:1px;
	margin:0 0 10px 0;}

