/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Copyright (c) 2007 by color:gray. All Rights Reserved.    		          */
/*                                                                            */
/* No part of this publication may be reproduced, transmitted, transcribed    */
/* or stored in a retrieval system without the prior written authorization	  */
/* of color:gray.      														  */
/*                                                                            */
/* CSS        : 1+1.css                                                       */
/*                                                                            */
/* Description: Cascading Style Sheet for site (for two column)               */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* History                                                                    */
/* Version   Date     Author      Comments                                    */
/* --------  -------  ----------  ------------------------------------------- */
/* 01.00.00  July'07  A. Rinehart   Final Version.                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* NOTES                                                                      */
/*                                                                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/

/* body - two column (1/2 + 1/2) */

.column1 {
	float:left;
	margin-right:10px;
	width:395px; 			/* <-- 1 bad width fed to WinIE5.x       	*/
	voice-family:"\"}\""; 	/* <-- 2 WinIE5.x sees the end of the rule 	*/
	voice-family:inherit;	/* <-- 3 proper parsing browsers reset here */
	width:385px;			/* <-- 4 the real width						*/
}
.column2 {
	float:left;
	width:385px;
}
.top12 {
	height:17px;
	width:385px;
}
.mid12 {
	background-image:url(../images/mid12.gif);
	background-repeat:repeat-y;
	padding-top:0px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:2px;
	width:385px; 			/* <-- 1 bad width fed to WinIE5.x       	*/
	voice-family:"\"}\""; 	/* <-- 2 WinIE5.x sees the end of the rule 	*/
	voice-family:inherit;	/* <-- 3 proper parsing browsers reset here */
	width:361px;			/* <-- 4 the real width						*/
}
.bot12 {
	height:23px;
	width:385px;
}
