﻿/**********************************
    page.css - style of all pages except home page
    
*/
#content-wrapper
{
	background: transparent url(/Images/pageBack.gif) repeat-y scroll 0 0;
	color: #6E6E6E;
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: -3px;
	overflow: hidden;
	padding-bottom: 50px;
	width: 961px;
}
#content-wrapper #middle-column
{
	float: left;
	font-size: 110%;
	line-height: 1.3em;
	padding: 35px 0 15px 30px;
	position: relative;
	width: 400px;	
}

#content-wrapper #right-column
{
	float: left;
	font-size: 0.9em;
	margin-left: 10px;
	padding: 40px 15px 0 20px;
	width: 186px;	
}

#content-wrapper #left-column
{
	float: left;
	width: 240px;
	position: relative;
	overflow: hidden;
	list-style: none;
	border-top: 0px;
	padding: 35px 0 0 40px;	
}








