/*
Theme Name: Forest
CSS File Title: Contact.php Specific Styles
Resolution: All
Author: Chris Braybrook
Creation Date: 2006-02-13

Notes: Anything that is resolution-specific 
should be recorded in the default_res for
the time being. A later CSS upgrade will 
allow for specific pages to have extra
resolution-specific styles
*/

	ul#image_matte { 
		float: left;
		margin: 0; padding: 0;
		margin-top: 5px;
		/* Width set in default_res files */ }
	ul#image_matte li.pagemark_img { 
		/*display: inline; */
		margin: auto 10px; padding: 0;}
	ul#image_matte li.pagemark_img img { 
		border: 1px #2c4a49 solid;
		margin: 10px; padding: 0;}
		
	#content #column_one {
		border: 0 #2c4a49 solid; border-width: 0;
		float: none; 
		margin-left: 200px; padding: 0 10px;
		width: auto; }
	#content #column_two {
		border: 0 #2c4a49 solid; border-width: 1px 0 0 0;
		margin-left: 200px; padding: 0 10px;
		width: auto;
		float: none; }