/*
Name: Website Name
Description: Info here.
Version:1.0
Author: By...
Author URI: http://www.#.com
*/

/*
Header and Banner
*/

#banner_stage {
width: 900px;
margin: 0 auto;
}

#banner_stage img {
}

#banner #subheader {
font-size: 18px;
width: 550px;
padding-left: 2px;
padding-bottom: 30px;
}

/*
Content Layout
*/

	
#content {
	width: 900px;
}

#content #packages {
	width: 240px;
	height: 300px;
	float: right;
	margin-left: 30px;
	}
	
#content #packages p {
	width: 100px;
	float: right;
	margin-right: 20px;
	color: #FFFFFF;
	}
	
#content #packages a {
	color: #FFFFFF;
	text-transform: uppercase;
	}

#content #column {
	width: 900px;
	display: inline;
}

#content .column p {
	color: #656256;
	line-height: 24px;
	font-size: 1.0em;
	}
