body
{
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #333;
}
#str-global
{
	width: 780px;
}
#str-logo
{
	height: 105px;
	width: 100%;
	float: left;
	margin: 15px 0px 10px 0px;
	background: url("../images/logo_bg.gif") repeat-x left bottom;
}
#str-logo img
{
	margin: 0px 15px;
}
#str-left
{
	width: 200px;
	float: left;
}
#str-main
{
	width: 580px;
	float: left;
}
#str-main.str-expanded
{
	width: 100%
}
	#str-main #str-content
	{
		margin: 0px 10px 10px 10px;
	}
	h1
	{
		font-size: 1.1em;
	}
	ul.home-page
	{
		margin: 10px 80px;
		border: 2px solid #00c;
		padding: 0px;
	}
	ul.home-page li
	{
		margin: 0px;
		border-bottom: 2px solid #00c;
		padding: 10px;
		list-style: none;
	}
	ul.home-page li.last-element
	{
		border-bottom: none;
	}
	ul.home-page li a
	{
		text-decoration: none;
		display: block;
	}
	ul.home-page li a:hover
	{
		background-color: #f7f7f7;
	}