/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page2
	{
		overflow: hidden;
		background-color: #FFF;
		border-top: -20px solid Gray;
	}
	
	.container2
	{
		margin: 0em auto;
		width: 1024px;
	}
	
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content2
	{
		float: left;
		width: 550px;
		padding: 50px;
		background-color: #F3F3F3;
	}
	

		
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title2
	{
		margin-bottom: 3em;
	}

	.title2 h2
	{
		font-weight: 400;
		font-size: 2.8em;
		color: #4A9192;
	}
	.title2 h4
	{
		font-weight: 400;
		color: #91924A;
	}
	.title2 .byline
	{
		letter-spacing: 0.1em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar2
	{
		float: right;
		width: 350px;
		
        margin-top: 180px;
	}

	#stwo-col2
	{
		margin-top: 2em;
	}

	#stwo-col2 h2
	{
		display: block;
		padding-bottom: 1.5em;
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: 600;
		color: #454445;
	}

	#stwo-col2 .sbox1
	{
		float: left;
		width: 230px;
	}

	#stwo-col2 .sbox2
	{
		float: right;
		width: 230px;
	}	