/*------------------------------------------------------
wilsonandsons.com - print.css

designed and developed by: mike mccarron
http://www.raphaelwebscapes.com

Defines Layout and style for screen media.
------------------------------------------------------*/

/*----------------------------------------------
LAYOUT - start
----------------------------------------------*/
body
{
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 10pt;
	color: #000;
	padding: 15px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

#header .content
{
	background-color: #D3C89C;
	text-align: center;
	width: 100%;
	display: block;
}

#navigation
{
	display: none;
}

#leftcol
{
	
}

#leftcol img
{
	display: none;
} 

#maincol img
{
	display: none;
} 

#outer
{
	border-left: 0px;
} 

/*----------------------------------------------
LAYOUT - end
----------------------------------------------*/

/*----------------------------------------------
CONTENT CONTAINERS - start
----------------------------------------------*/

/*----------------------------------------------
CONTENT CONTAINERS - end
----------------------------------------------*/