/**/
*
{
	padding: 0;
	margin: 0;
}
BODY
{
	background: #e1ddc2;
}
#wrapper
{
	width: 900px;
	margin: auto;
}
#content_home
{
	margin: 0px;
	width: 900px;
	height: 100%;
}
#header
{
	margin: 0px;
	width: 900px;
}
#left-head
{
	margin: 0px;
	width: 280px;
	float: left;
}
#right-head-container
{
	margin: 0px;
	width: 620px;
	float: left;
}
#right_nav01
{
	margin-top: 49px;
	width: 124px;
	float: left;
}
#right_nav02
{
	margin-top: 49px;
	width: 124px;
	float: left;
}
#right_nav03
{
	margin-top: 49px;
	width: 124px;
	float: left;
}
#right_nav04
{
	margin-top: 49px;
	width: 124px;
	float: left;
}
#right_nav05
{
	margin-top: 49px;
	width: 124px;
	float: left;
}


#mid_content
{
	margin: 0px;
	width: 900px;
	height: 100%;
	float: left;
    background:#ffffff;
}

#content_area
{
	margin: 15px;
	background: #ffffff;
	clear: both;
	text-align: left;
}
#foot
{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
	background: #ffffff;
	clear: both;
	text-align: center;
}

IMG
{
	border-style: none;
}

/*# FONTS #*/


/*---- General elements ----*/
DIV, SPAN, LI
{
	font-size: 14px;
	text-decoration: none;
	line-height: 19px;
	color: #000000;
	font-family: arial, verdana, helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}
P
{
	font-size: 14px;
	text-decoration: none;
	line-height: 19px;
	color: #000000;
	font-family: arial, verdana, helvetica, sans-serif;
	margin-top: 5px;
	padding-top: 6px;
}
UL
{
	list-style-type: none;
	padding: 0px;
	margin-left: 40px;
}
LI
{
	background-image: url(http://theexecutivecoachingforum.com/styles/images/bullet.html);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
.clr
{
	clear: both;
}
IMG.pad
{
	padding-right: 10px;
	padding-bottom: 10px;
}
HR.color
{
	color: #000000;
}
A:link
{
	color: #526f90;
	text-decoration: none;
}
A:visited
{
	color: #526f90;
	text-decoration: none;
}
A:hover
{
	color: #000000;
	text-decoration: underline;
    
}

A.foot:link
{
	color: #526f90;
	text-decoration: none;
	text-decoration: none;
}
A.foot:visited
{
	color: #526f90;
	text-decoration: none;
	text-decoration: none;
}
A.foot:hover
{
	color: #000000;
	text-decoration: none;
	text-decoration: none;
}
.bold
{
	font-weight: bold;
}
.foot
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}

.white
{
	color: #FFFFFF;
}
.red
{
	color: #C9140B;
}

@media screen and (max-width: 800px){
	#wrapper, #content_home, #header, #mid_content, #foot{
		width: 100%;
	}
	#right-head {
		float: left;
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#right_nav02, #right_nav03, #right_nav04, #right_nav05 {
		margin-top: 2px;
		width: 124px;
		float: left;
		clear: left;
	}
	.sf_2cols_1_67, .sf_2cols_1_75 {
		margin-top: 180px !important;
	}
	.sf_2cols_2_25 .sf_2cols_2in_25{
		margin-left: 0 !important;
	}
	.sf_colsOut.sf_2cols_2_25 img{
		float: right
	}
}