/*-----------------------------------------------------------------------------
Print Style Sheet

Author:    	Dinkum Web Solutions
Email:    	info@dinkumweb.com.au

Project:   	Ray Benson Motors http://www
Version:   	1.0
-----------------------------------------------------------------------------*/

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */




/* =General (usage throughout the entire site) -------------------------------
-----------------------------------------------------------------------------*/

body a {
	color: blue;
	text-decoration: underline;
}

body { 
	background: #ffffff;
	margin: auto;
	font-size: 1.2em;
	font-family: georgia,times,serif;
	color: #000000;
	width: 95%;
}
	
img, #wrapper_menu, #wrapper_footer, #sitemenu, #copyright_right {
	display: none;
}


/* end of css */
