body
{
	background-color: #E2E2E2;
	
	margin: 0px;
	margin-left: 150px;
	margin-right: 150px;
}

table 
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.header-logo
{
	width: 100%;
	margin: 0px;
	margin-left: 1px;
	padding: 0px;
	background-color: #0C190D;
}

.container
{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	background: #F2F2F2;
}

.navigation
{
	background: #191919;
	
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 10px;
}

.navigation a
{
	color: #DDD;
}

.navigation a:hover
{
	color: #FFF;
}

.notice
{
	border-top: 2px solid #FFE470;
	border-bottom: 2px solid #FFE470;
	background: #FFFBBA url('images/icons/notice.png') 15px center no-repeat;
	
	padding: 5px 20px 5px 50px;
	margin: 6px 16px 6px 16px;
	
	font-size: 12px;
	font-family: Tahoma;
}

a
{
	color: #34437A;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #5168BC;
}

img
{
	border: 0px;
}

.header
{
	border-bottom: 1px dotted #636363;
	margin-left: 32px;
	margin-right: 32px;
	margin-bottom: 16px;

	color: #4C4C4C;
	font-size: 24px; 
	font-family: Tahoma;
}

.item
{
	margin-left: 68px;
	margin-right: 68px;
	margin-bottom: 16px;
	
	font-size: 12px;
	font-family: Tahoma;
}

.picture img
{
	border: 1px solid black;
}

.floatfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .floatfix 
{
	height: 1%;
}