body
{
	margin: 0px;	
	font-family:  "Trebuchet MS", verdana, arial;
	/*background: #4c6092 url(../images/body_bg.gif) repeat-x;*/	
	font-size: 14px;
	
}

h1
{
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}

h1.home_solution
{
	float: left;
	color: #b60050;	
	padding: 5px 0px 0px 12px;
}

h1.workplace_solution
{
	float: left;
	color: #161c62;	
	padding: 5px 0px 0px 12px;
}

.img
{
	float: right;	
}

h2
{
	font-size: 18px;		
	color: #161c62;
	margin: 0px;
	padding-bottom: 6px;	
}

h2 a
{
	color: #fff;
	text-decoration: none;
}

h2 a:hover
{
	color: #fff;
	text-decoration: underline;
}




#container
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;	
	
}

.text
{
	color: #161c62;	
	padding-bottom: 10px;
}

.col1
{
	float: left;
	width: 380px;	
}

.col2
{
	float: right;
	width: 380px;	
}

.col1_text
{
	float: left;
	background: url(../images/home_solution_bg.gif) repeat-x;
	width: 378px; /* 380 -2 */
	height: 40px;	
	padding-right: 2px;
}

.col2_text
{
	float: left;
	background: url(../images/workplace_solution_bg.gif) repeat-x;
	width: 378px; /* 380 -2 */
	height: 40px;	
	padding-right: 2px;
}
	
.col1_link
{
	float: left;
	background: url(../images/reynolds_style_site_bg.gif) repeat-x;
	width: 380px; /* 380 -2 */	
	height: 46px; /* 66 - 20 */
	text-align: center;
	padding-top: 20px;
}

.col2_link
{
	float: left;
	background: url(../images/reynolds_professional_site_bg.gif) repeat-x;
	width: 380px; /* 380 -2 */	
	height: 46px; /* 66 - 20 */
	text-align: center;
	padding-top: 20px;
}

#main_content a
{
	color: #161c62;
	text-decoration: underline;		
}

/**************** HEADER ******************/
#header
{
	float: left;
	width: 100%;	
	
	width: 1026px;
	/*height: 142px;*/			
	/*padding: 17px 23px 11px 23px;*/
	height: 145px;
	
}


/**************** CONTENT ****************/

#landing_content
{
    float: left;	
    width: 1000px;    
    background: url(../images/landing_bg.gif) no-repeat;   
    height: 100%;
    /*background: url(../images/content_bg5.gif) repeat-y;*/         
}


#content
{
    float: left;	
    width: 889px; /* 1000- 110 */   
    padding: 30px 55px 0px 56px;
}

#main_content
{
    float: left;	
    width: 817px; /* 889 - 36 -36*/    
    padding: 24px 35px 0px 35px;
    
    
}

#footer
{
    float: left;	
    width: 889px; /* 1000- 110 */   
    padding: 6px 55px 30px 56px;
    color: #fff;
    font-size: 12px;
}

#footer a
{
	color: #fff;
	text-decoration: none;	
}

#footer_left
{
	float: left;
	width: 431px; /* 446 - 15 */
	height: 19px; /* 22 - 3 */
	background: #8b8b8c url(../images/footer_left.gif) left no-repeat;	
	padding: 3px 0px 0px 15px;
}



#footer_right
{
	float: right;
	width: 428px; /* 443 - 15 */
	height: 19px; /* 22 - 3 */
	background: #8b8b8c url(../images/footer_right.gif) right no-repeat;	
	padding: 3px 15px 0px 0px;
	text-align: right;
}
