@CHARSET "UTF-8";

body {
	font-family: Sans, Arial, Verdana, Tahoma, sans-serif;
	color: #000;
	background-color: #000;
}

a {
	text-decoration: none;
}

h1 {
	font-family: Sans, Arial, Verdana, Tahoma;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
}

/* LAYOUT */
#pg_top {
	background-color: #640002;
	height: 97px;
	border-bottom: 3px solid #221D21;
}

#pg_top_content {
	position: relative;
	width: 1160px;
	height: 97px;
	margin: 0px auto;
	background-image: url(../images/top.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#pg_logo {
	position: absolute;
	display: block;
	left: 111px;
	top: 10px;
	width: 400px;
	height: 77px;
}

#pg_flag {
	position: absolute;
	right: 80px;
	top: 8px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 50px;
}

#pg_flag li {
	display: inline;
}

#pg_flag img {
	border: none;
	width: 25px;
	height: 15px;
}

#pg_menu {
	position: absolute;
	list-style: none;
	right: 107px;
	top: 66px;
	margin: 0px;
	padding: 0px;
	clear: both;
	color: #FFF;
	font-size: 12px;
}

#pg_menu li {
	display: block;
	padding: 5px;
	padding-bottom: 13px;
	float: left;
	background-image: url(../images/arrow_up.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0px 1px;
	font-weight: bold;
}

#pg_menu li.selected,#pg_menu li:hover {
	background-image: url(../images/arrow_up_selected.jpg);
}

#pg_menu li a {
	color: #FFF;
}

/* CONTENT */
#content {
	background-color: #000;
}

#pg_content {
	width: 1000px;
	margin: 0px auto;
}

/* FOOT */
#pg_foot {
	background-color: #640002;
	height: 111px;
	border-top: 3px solid #221D21;
	background-image: url(../images/bottom.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#pgDby2Logo {
	position: relative;
	width: 1000px;
	margin: 0px auto;
}

#dby2Logo {
	position: absolute;
	right: 10px;
	top: 1px;
}

#pg_foot_text,#pg_foot_content {
	width: 800px;
	margin: 0px auto;
}

#pg_foot_text {
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 20px;
	color: #FFF;
}

/* ******************************************************* */
#pg_content.background {
	position: relative;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	font-size: 12px;
	line-height: 15px;
}

#pg_content a {
	color:#640002;
}

#pg_content a:hover {
	text-decoration: underline;
}