﻿/*
--------------------------------------------------------------
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 2 Column layout - main content on left
*/

#content 
{
	min-height:345px;
	height:auto !important;
	height:345px;
}

#content_main 
{
	width:565px;
  	min-height:345px;
  	padding: 0px;
	height:auto !important;
	height:845px;
}

#right_col {
	/*width: 175px;
	padding: 5px 0px 5px 0px;
	min-height:345px;
	_height:auto !important;
	border-top: solid 3px #ffffff;	
	border-bottom: solid 3px #ffffff;*/
	
	width: 175px;
	padding: 0px;
	border-top: solid 3px #ffffff;	
	border-bottom: solid 3px #ffffff;

}

#content_main_div
{
	padding:0px;
	margin:0px;
}
.content_main_div
{display: block;
}

#content_main_div img
{
	padding:0px;
	margin:0px;
}

.main_content_inner
{
	padding:20px;
}

.btm_img img
{
	vertical-align:bottom;
	position:absolute;
	bottom:0px;
}
