﻿	/*
--------------------------------------------------------------
Developed by Sean Wilkin on 01.19.2007
-------------------------------------------------------------- 
Imports browser defaults, shared layout, color and typography styles.
*/
@import url('defaults.css');
@import url('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: 186px;
	padding: 0px;
}

#content_main 
{
	width: 369px;
	/*padding: 3px 5px 3px 5px;*/
	padding-top: 15px;
	padding-right: 7px;
	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;
}
