/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Copyright (c) 2008 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        : home.css                                                      */
/*                                                                            */
/* Description: Cascading Style Sheet for home page                           */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* History                                                                    */
/* Version   Date     Author      Comments                                    */
/* --------  -------  ----------  ------------------------------------------- */
/* 01.00.00  Feb'08   A. Rinehart   Final Version.                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* NOTES                                                                      */
/*                                                                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/

#roachleg_ {
	position:absolute;
	top:0px;
	left:698px;
}
.leftcell {
	width:386px;
	padding-left:36px;
	vertical-align:top;
	font-size:0.9em;
	font-weight:bold;
	color:#464646;
}
.rightcell {
	width:286px;
	padding-left:34px;
	padding-top:28px;
	vertical-align:top;
	font-size:0.9em;
}
#inset {
	width:252px;
}
#inset-01_ {
	width:252px;
}
#inset-02_ {
	background-image:url(../images/inset_02.gif);
	background-repeat:repeat-y;
	padding-left:16px;
	padding-right:12px;
	width:252px; 			/* <-- 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:224px;			/* <-- 4 the real width						*/
}
#inset-03_ {
	width:252px;
}
#lady {
	margin-top:20px;
	margin-left:32px;
}