/*****************************************************************
File name:	main_pages_layout_IE.css
Directory:	f:\MALLS\theintegralcenter\CSS FILES		
Description:	This page belongs to The Integral Center.  It provides page
				layout classes.	
Contents:		

Work Required:	

Coded by: 	Zachary Smith
Created:	June 5, 2007
Updated:	June 11, 2007
****************************************************************/
/*	COLOR KEY:
	FFFFFF	=	white
	000000	=	black
	B1CFC3	=	aqua green
	B4C9CC	=	aqua blue
*/


/* basic elements */

body 
{
	margin-left			:20%;
	margin-right		:20%;
	font				:sans-serif, serif, Arial, "Times New Roman";
	background-color	:#FFFFFF;
	height				:100%;
}

#bodyDiv /*because IE6 doesn't like to use the width attribute of body*/
{
	width	:750px;
}

#bodyBorder
{
	width				:100%;
	border-right		:4px solid #000000;
	border-left			:4px solid #000000;	
}

/* specific divs */
#titleBanner
{
	background-image	:url(../RESOURCES/ART/logo.jpg);
	background-repeat	:no-repeat;
	background-color	:#B1CFC3;
	border-left			:4px solid #000000;
	border-right		:4px solid #000000;
	border-top			:4px solid #000000;
	border-bottom		:2px solid #000000;
	width				:100%;
	height				:108px;
	z-index				:10;
}

#bottomBanner
{
	background-image	:url(../RESOURCES/ART/bottomborder.gif);
	background-repeat	:no-repeat;
	background-color	:#B4C9CC;
	border-left			:4px solid #000000;
	border-right		:4px solid #000000;
	border-top			:2px solid #000000;
	border-bottom		:4px solid #000000;
	width				:100%;
	height				:150px;
	z-index				:10;
	
}


	