﻿#content-wrapper
{
	padding-top: 0px;
	background-color: Transparent;
	/*color: #4d4a4a;*/
}

#content-top
{
	background: #fff;
	margin-bottom: 0 0 10px 0;
	height: 1%; /* IE fix */

}

#content-top img
{
	display: block;
	width: 550px;
	float: left;
	padding: 10px 20px 0 20px;
}

#content-top div.site-intro
{
	width: 300px;
	float: left;
	padding: 10px 20px 0 20px;
}

#content-top div.site-intro h2
{
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 0.2em 0;
    color: #424241;
}

#content-top div.site-intro p
{
    font-size: 1.3em;
    margin: 0 0 0.5em 0;
}

#content-bottom
{
	margin: 10px 0 0 0;
	height: 1%;
	border: thin;
	border-color: #F0F;
}

#content-bottom div.promo-left
{
	width: 482px;
	height: auto;
	padding: 6px;
	/*background: #fff;*/
	float: left;
	border-top: medium #CCC solid;

	/*border:solid #CCC;*/
}
#content-bottom div.promo-left img
{
	padding: 0px 10px 0px 10px;
}


#content-bottom div.promo-left h4
{
    font-size: 1.4em;
    margin: 0.5em 0 0.2em 0;

}

#content-bottom div.promo-left p
{
    margin: 0 0 1em 0;
    line-height: 1.4em;
}

#content-bottom div.promo-left h4,
#content-bottom div.promo-left p
{
    padding-left: 10px;
}

#content-bottom div.promo-right
{
    width: 427px;
    float: right;
    
}

#content-bottom div.promo-right div.block
{
	background: #ccc;
	height: 1%; /* IE fix */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}

#content-bottom div.promo-right img
{
    display: block;
    float: left;
    width: 141px;
    height: 111px;
}

#content-bottom div.promo-right h4
{
    font-size: 1.3em;
    font-weight: normal;
    margin: 0.1em 0 0.2em 0;
}

#content-bottom div.promo-right p
{
    font-size: 0.9em;
    margin: 0 0 0.5em 0;
    line-height: 1.4em;
}

#content-bottom div.promo-right div.block-text
{
	float: left;
	width: 235px;
	background-color: #CCC;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.clear {
    clear: both;
}
