@CHARSET "UTF-8";

/***************************** North */
div#north
{
	background: url("img/common/home-north-background.jpg") left top no-repeat;
	height: 185px;
}

div#north h3
{
	font-size: 30px;
	line-height: 30px;
}

div#summary
{
	margin: 10px 0 0 40px;
	text-align: justify;
}

div#summary div.special
{
	left: 400px;
	margin: -14px 0 10px 0;
	position: relative;
	width: 340px;
}

div#summary p.special
{
	float: right;
	margin: 5px 14px 0 0;
	width: 200px;
}

/***************************** South */
div#south
{
	background: url("img/common/home-south-background.jpg") left bottom no-repeat;
	padding-bottom: 15px;
}

div#sitemap
{
	text-align: center;
	width: 100%;
}

div#sitemap img
{
	margin: 0 auto;
}

div#news
{
	background: url("img/common/home-news-background.jpg") left top no-repeat;
	height: 60px;
	width: 100%;
}

div#news h3
{
	color: #ccc;
	font-size: 20px;
	font-weight: normal;
	margin-left: 20px;
	padding-top: 10px;
	text-transform: uppercase;
}

div#news ul
{
	background: url("img/common/news-background.jpg") left bottom no-repeat;
	height: 24px;
	list-style-type: none;
	margin: 10px 0 0 22px;
	padding-left: 3px;
	width: 755px;
}

div#news li
{
	float: left;
}

div#news a
{
	background: url("img/common/news-separator.jpg") left no-repeat;
	color: #fff;
	display: block;
	margin-left: 6px;
	padding: 5px 0 5px 8px;
}

div#news li.first a
{
	background: none;
	margin-left: 0;
	padding-left: 0;
}

/***************************** Footer */
div#footer
{
	background: url("img/common/home-footer-background.jpg") left top no-repeat;
}

