html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	background-color: #010101;
}

#page_container {
	width: 1024px;
	height: 100%;
	margin: 0px auto 0px auto;
}
#header {
	background-image: url(images/bg_header.jpg);
	width: 1024px;
	height: 245px;
	margin: 0px;
}
#header p {
	margin: 0px;
	padding: 28px 0px 15px 23px;
}
.flag {
	margin-right: 6px;
}
#header object, #header embed {
	padding: 0px;
	margin: 0px;
}
#navigation, #navigation li {
	list-style-type: none;
}
#navigation {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	width: 188px;
	height: 523px;
	background: url(images/bg_navi.jpg) repeat;
}
#navigation li {
	height: 34px;
	margin: 0px;
	padding: 0px;
}
#navigation li img {
	display: block;
	float: left;
	margin-right: 5px;
}
#navigation li a {
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding-top: 9px;
}
#navigation li a:hover {
	color: #FFFF01;
}

#content {
	float: left;
	width: 429px;
	height: 488px;
	background: #FFFFFF url(images/bg_content_bottom.jpg) bottom no-repeat;
	padding-bottom: 35px;
}

#ticker {
	width: 429px;
	height: 28px;
	background-image: url(images/bg_content_ticker.jpg);
	margin: 0px 0px 10px 0px;
	padding-top: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
	overflow: hidden;
}
#ticker a {
    color: #FFFFFF;
    text-decoration: none;
}
#ticker a:hover {
    text-decoration: underline;
}

#sidebar {
	width: 389px;
	margin: 0px;
	float: right;
}
#sidebar_video {
	height: 305px;
	margin: 0px;
	padding: 5px 0px 0px 191px;
	background: url(images/bg_side1.jpg) no-repeat;
}
iframe {
	width: 429px;
	height: 415px;
}