/***Double Page***/
/*http://matthewjamestaylor.com/blog/perfect-2-column-double-page.htm*/

div.doublePage
{
	background: #fff; /* page background color */
}
div.doublePage div.colLeft
{
	right: 50%; /* right column width */
}
div.doublePage div.col1
{
	width: 46%; /* left column content width (column width minus left and right padding) */
	left: 52%; /* right column width plus left column left padding */
}
div.doublePage div.col2
{
	width: 46%; /* right column content width (column width minus left and right padding) */
	left: 56%; /* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
