/*----------------------------------------------------------------------------*/
/*                                                                            */
/* 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+1.css                                                     */
/*                                                                            */
/* Description: Cascading Style Sheet for site (for three column)             */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* History                                                                    */
/* Version   Date     Author      Comments                                    */
/* --------  -------  ----------  ------------------------------------------- */
/* 01.00.00  July'07  A. Rinehart   Final Version.                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* NOTES                                                                      */
/*                                                                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/

/* body - three column (1/3 + 1/3 + 1/3) */

.column1 {
	float:left;
	margin-right:8px;
	width:263px; 			/* <-- 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:255px;			/* <-- 4 the real width						*/
}
.column2 {
	float:left;
	margin-right:8px;
	width:263px; 			/* <-- 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:255px;			/* <-- 4 the real width						*/
}
.column3 {
	float:left;
	width:255px;
}
.top13 {
	height:17px;
	width:255px;
}
.mid13 {
	background-image:url(../images/mid13.gif);
	background-repeat:repeat-y;
	padding-top:0px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:2px;
	width:255px; 			/* <-- 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:231px;			/* <-- 4 the real width						*/
}
.bot13 {
	width:255px;
	margin-bottom:5px;
	height:19px;	
}
