﻿/* ID used for 3 columns*/

div#column1of3
{
	float: left;
	width: 250px;		
	margin-left:1em;
	margin-top: 0px;
	padding: 0px 10px 0px 0px;
	text-align: left;
}		
		
div#column2of3
{
	float: left;
	width: 365px;
	padding: 0px 10px 0px 0px;
	margin-top: 10px;
	margin-left: 90px;
	margin-right: 0px;			
	text-align: left;
}


div#column3of3
{
	float: right;
	width: 200px;
	margin-top: 0px;
	padding: 0px 10px 0px 0px;
	text-align: left;
}
		
/* ID used for the content on the content page*/
#content2 
{
	z-index: 3;
	width: 965px;   
	padding: 0 0 15px 15px; /* helps align table in center and adds padding to bottom */
	font-size: 1.2em; 
	letter-spacing: 1px;	
}

/* removes space between menu and content */
#container_search
{
	height: 27px;
}

/* adds space between footer and content */
#footer
{
	padding-top: 15px;
}
