/* CSS - http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-ems.htm

    * Collapse All
    * Expand All

 
Embedded Styles from http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-ems.htm

/*
    /* General styles */

#header
{
	float: left;
	width: 100%;
	height: 184px;
	background-image: url(../images/logo_new.png);
	background-repeat: no-repeat;
}

#text
{position: relative;
clear: left;
}

#col_left /* styling for boxes is in left.css */
{
	width: 19%;
	padding: 0 0 0 1%;
	float: left;
	overflow: hidden;
	position: relative;
}

#col_cntr
{
	width: 58%;
	float: left;
	position: relative;
	padding: 1em 1% 0 1%;
}

#col_rt
{
	width: 19%;
	float: left;
	position: relative;
	padding: 0 1% 0 0;
	background-color: white;
}

#directions
{
	padding: 1em 0 1em 1em;
	border-color: silver;
	border-width: 1px 0 1px 1px;
	border-style: dotted;
	font-family: Arial, sans-serif;
	text-align: center;
}

/*styling for footer in master.css */
#footer
{
	clear: both;
	float: left;
	width: 100%;
	padding: 2em 0 0 0;
	margin: 0;
	border-top: 1px dotted #ccc;
}
