/* 
================================
Skin styles for CapStrat Website - Portal Version
================================
*/

/* Skin Specific - 2 and 3 pane Interior Pages */

body
{
	text-align: center;
}

#container
{
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-top: 10px solid #63270e;
	border-bottom: 10px solid #63270e;
	overflow: hidden;
	text-align: left;
}
/* INTERIOR PAGE STYLES */
#content
{
	margin: 20px 0 20px 150px;
}
/*#content p
{
	margin: 0 0 15px 0;
}
#content p.intro
{
	margin: 20px 0 15px 0;
}
#content ul
{
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
}
*/