@charset "utf-8";
/* CSS Document */
body, td, th{
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
#page_wrapper {
	width: 922px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#page_wrapper #header {
	width: 922px;
	position: relative;
	height: 237px;
}
#page_wrapper #header #menu {
	height: 38px;
	width: 471px;
	position: absolute;
	right: 7px;
	background-image: url(../images/bgMenu.png);
	background-repeat: no-repeat;
}
#page_wrapper #header #menu ul {
	margin-top:3px;
	width: 430px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}

#page_wrapper #header #menu ul li {
	text-align: center;
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
}
#page_wrapper #header #menu ul li a{
	display:inline-block;
	color:#000;
	text-decoration: none;
	line-height: 28px;
	font-weight: bold;
	font-size: 13px;
}
#page_wrapper #header #menu ul li a:hover{
	background-image:url(../images/arrowMenu.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#page_wrapper #header #header1 {
	height: 199px;
	width: 442px;
	position: absolute;
	bottom: 0px;
	background-image: url(../images/bgHeader1P2.jpg);
}
#page_wrapper #header #header2 {
	height: 199px;
	width: 480px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/bgHeader2P2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#page_wrapper #header #header2 #header2Text {
	position: absolute;
	height: 117px;
	width: 405px;
	top: 234px;
	left: 36px;
	line-height: 18px;
	text-align: justify;
	font-size: 16px;
	letter-spacing: 1px;
}



#page_wrapper #content {
	width: 922px;
	position: relative;
	height: auto;
}
#page_wrapper #tagsH {
	position: relative;
	height: 39px;
	width: 922px;
	overflow: hidden;
}

#page_wrapper #tags {
	height: 134px;
	width: 922px;
	position: relative;
}
#page_wrapper #tags #tLeft {
	position: absolute;
	height: 134px;
	width: 17px;
	background-image: url(../images/bgTLeft.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#page_wrapper #tags #tContent {
	height: 134px;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 17px;
	background-image: url(../images/bgT.png);
	background-position: center center;
	background-repeat: repeat-x;
}
#page_wrapper #tags #tRight {
	position: absolute;
	height: 134px;
	width: 17px;
	right: 0px;
	background-image: url(../images/bgTRight.png);
	background-repeat: no-repeat;
	background-position: left center;
}


#page_wrapper #footer {
	height: 103px;
	width: 922px;
	position: relative;
}
#page_wrapper #footer #fRight {
	position: absolute;
	height: 103px;
	width: 12px;
	right: 0px;
	background-image: url(../images/bgFRight.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#page_wrapper #footer #fContent {
	position: absolute;
	height: 103px;
	width: 898px;
	left: 12px;
	background-image: url(../images/bgF.png);
	background-repeat: repeat-x;
	background-position: center;
}
#page_wrapper #footer #fContent #fLinks {
	height: 20px;
	position: absolute;
	width: 400px;
	top: 25px;
	line-height: 20px;
}
#page_wrapper #footer #fContent a:link, a:visited, a:hover, a:active{
	color: #666;
	text-decoration: none;
}

#page_wrapper #footer #fContent a:hover{
 color:#39C;
}

#page_wrapper #footer #fContent #fLinks ul li {
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
	float: left;
}


#page_wrapper #footer #fContent #fImza {
	position: absolute;
	height: 20px;
	width: 200px;
	right: 0px;
	top: 25px;
	color: #666;
	line-height: 20px;
}
#page_wrapper #footer #fContent #fImza2 {
	position: absolute;
	height: 20px;
	width: 200px;
	color: #666;
	text-align: right;
	top:43px;	
	right: 34px;
}


#page_wrapper #footer #fLeft {
	height: 103px;
	width: 12px;
	position: absolute;
	background-image: url(../images/bgFLeft.png);
	background-position: right center;
	background-repeat: no-repeat;
}
