@charset "utf-8";
/* CSS Document */



#title-header
{
	background-image: url(../images/bg-header-title.gif);
	background-repeat: no-repeat;
	height: 275px;
	width: 950px;
	position: relative;
}
#title-header #allNews
{
	font-size: 10px;
	font-weight: bold;
	color: #5c5a33;
	position: absolute;
	left: 836px;
	top: 244px;
}


#titleContentWrapper
{
	background-image: url(../images/bg-content-title.gif);
	background-repeat: repeat-y;
	width: 950px;
}


#titleLeftContent
{
	width: 638px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#titleLeftContent .projectWrapper
{
	color: #034ea2;
	background-image: url(../images/bg-title-project.gif);
	background-repeat: no-repeat;
	height: 129px;
	width: 270px;
	position: relative;
	margin-bottom: 3px;
	padding-left: 244px;
	font-size: 11px;
	text-align: justify;
	padding-right: 120px;
	padding-top: 15px;
	padding-bottom: 20px;
}

#titleLeftContent .projectWrapper img
{
	position: absolute;
	top: 10px;
	left: 13px;
}
#titleLeftContent .projectWrapper h1
{
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#titleLeftContent .projectWrapper .projectButt
{
	background-image: url(../images/butt-project.gif);
	background-repeat: no-repeat;
	display: block;
	height: 123px;
	width: 78px;
	position: absolute;
	left: 537px;
	top: 20px;
}

#titleLeftContent .projectWrapper .projectButt:hover
{
	background-position: -78px;
}


#titleLeftContent .projectWrapper p
{
	margin: 0px;
	padding: 0px;
}





#titleRightContent
{
	width: 272px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.newWrapper
{
	background-image: url(../images/bg-news-title.gif);
}



#titleContentFoot
{
	background-image: url(../images/bg-foot-title.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 950px;
}

