﻿	/*
--------------------------------------------------------------
Developed by Sean Wilkin on 01.19.2007
-------------------------------------------------------------- 
Imports browser defaults, shared layout, color and typography styles.
*/
@import url(../layout/defaults.css);
@import url(../layout/shared_layout.css);
@import url(../style/color.css);
@import url(../style/typography.css);

/* 
Main area 3 column layout with image bar 
*/

#content 
{
	
}

#left_col 
{
	width: 198px;
	padding: 0px;
}

#content_main 
{
	width: 372px;
	padding: 3px 0px 3px 0px;
	border-top: solid 3px #ffffff;	
	border-bottom: solid 3px #ffffff;
}

#right_col 
{
	width: 175px;
	padding: 0px;
	border-top: solid 3px #ffffff;	
	border-bottom: solid 3px #ffffff;
}
/*	*/
#content_main_div
{
	min-height:345px;
	_height:auto !important;
}

#right_col_div
{
	min-height:345px;
	_height:auto !important;
}
.main_content_inner
{
	padding:20px 15px 10px 10px;
}
