@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/layout/background.png) top repeat-x;
	background-color: #6f6f6f;
}

#page-wrapper {
	background-image: url(../images/layout/shadow.png);
	margin: 0 auto;
	width: 1038px;
}

#page {
	margin: 0 auto;
	width: 1024px;
	border: 1px solid #999999;
	border-top: none;
}

#header {
	position: relative;
	background-image: url(../images/layout/header-background.jpg);
	height: 184px;
}

#header .banner {
	position: absolute;
	top: 40px;
	left: 250px;
}

#logo {
	position:absolute;
	top: 20px;
	left:35px;
}

#navigation {
	background-image: url(../images/layout/navigation-background.jpg);
	height: 38px;
}

#navigation li {
	float: left;
	height: 38px;
	line-height: 38px;
	background: url(../images/layout/navigation-separator.jpg) right no-repeat;
}

#navigation li a {
	float: left;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}

#subnavigation {
	background-image: url(../images/layout/subnavigation-background.jpg);
	height: 25px;
}

#locale {
	float: right;
	height: 25px;
	padding-right: 5px;
}

#locale li {
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0px 5px;
}

#body-wrapper {
	background: url(../images/layout/content-separator.gif) repeat-y;
	background-position: 100% 0;
}

#body {
	min-height: 200px;
	padding: 20px;
}

#body .content {
	float:left;
	width: 73%;
	padding-right: 2%;
}

#body .sidebar {
	float: right;
	width: 25%;
	text-align: right;
	/*background-color: #CC9900;*/
}

#footer-wrapper {
	background: url(../images/layout/footer-background.jpg) top repeat-x;
	background-color: #3d3d3d;
}

#footer {
	min-height: 65px;
	padding: 20px 20px 30px 20px;
	background: url(../images/layout/footer-background2.jpg) bottom repeat-x;
	color: #FFFFFF;
}

#footer .copyright {
	text-align: right;
}

#footer a, #footer #progaming_network a {
	color: #FFFFFF;
}

#footer a:hover, #footer #progaming_network a:hover {
	color: #FFFFFF;
}