﻿	/*
--------------------------------------------------------------
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 
*/


h2
{
	color:#006699;	
}



#content 
{
	
}

#left_col 
{
	width: 185px;
	padding: 0px;
}

#content_main1 
{
	width: 369px;
	/*padding: 3px 5px 3px 5px;*/
	padding-top: 15px;
	padding-right: 7px;
	border-top: solid 3px #ffffff;	
	border-bottom: solid 3px #ffffff;
	vertical-align: top;
	overflow:hidden;
}

#right_col 
{
	width: 175px;
	padding: 0px;
	border-top: solid 3px #ffffff;	
	border-bottom: solid 3px #ffffff;
	height: auto;
}
/*	*/
#content_main1_div
{
	min-height: 345px;
	height: auto;
	vertical-align: top;
}

#right_col_div
{
	min-height:345px;
	height: auto;
}
.main_content_inner
{
	padding:0px 15px 10px 10px;
	vertical-align: top;
}

