/*--------------------------------------------
Print style sheet for James Marlow 2010
Author: Clive Walker
Website: http://www.cvwdesign.co.uk
---------------------------------------------*/

/* -- Remove unwanted elements, background images etc --*/

#wrapper, #outerWrapper, #footer {
	background: url(none);	
}

body {
	border: none;
}

/* -- Ensure the content spans the full width -- */

#secondaryContent, #mainContent {
	margin: 0; 
	width: 45%;
}

#content {
	width: 100%;
}

/* -- Change font color and background ---*/

body, #outerWrapper {
	background: #FFF;
}

#secondaryContent {
	color: #000;
	background: #FFF;
}

/* -- Change bullet style ---*/

#secondaryContent ul {
	list-style: url(../images/bullet3.gif);
	}



