#wrapper {
	width: 841px;
	padding: 0 82px; /* 65px padding both sides inside the white box, 17px padding both sides for the gradient border */
	margin: 0 auto;
	text-align: left;
	
	background-color: #fff;
	background-image:url(/assets/images/standard/gradient_background.gif);
	background-repeat:repeat-y;
}

#header {
	line-height: 43px;
	padding-top: 31px;
	height: 43px;
}

#header_logo {
	float: left;
}

#header_offerings_text 
{
    float: right;
}

#dotted_line_before_content 
{
    clear: both;
	padding: 26px 0 39px 0;
}

#content {
	float: left;
	width: 650px;
}

#contentClients {
	float: left;
	padding-left: 60px;
	width:  595px;
	background-image: url('/assets/images/home/dotted_border.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

h1 
{
    margin: 0;
}

#content_text 
{
    padding: 17px 0 0 5px;
}

#content_text_clients
{
	padding: 0 0 0 5px;
}

#content p {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.1px;
}

#nav {
	float: left;
	width: 154px;
	padding: 0px 30px 0 2px;
	font-size: 16px;
}

#nav li {
	list-style-type: none;
	padding-bottom: 0px;
	line-height: 22px;	
}

#dotted_line_after_content {
	clear: both;
	padding-top: 60px;
}

#footer {
	padding: 13px 0 28px 6px;
}

#social_media_icons 
{
    padding: 5px 0 6px 0;
}