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

/* body - single column */

#topSingle {
	position:relative;
	left:0px;
	top:0px;
	width:781px;
	height:17px;
}
#midSingle {
	position:relative;
	background-image:url(../images/midSingle.gif);
	background-repeat:repeat-y;
	left:0px;
	padding-top:42px;
	padding-left:52px;
	padding-right:52px;
	padding-bottom:2px;
	width:781px; 			/* <-- 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:677px;			/* <-- 4 the real width						*/
}
#botSingle {
	position:relative;
	left:0px;
	width:781px;
	height:29px;
}