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


#main-container {
	position: relative;
	height: 129px;
	width: 800px;
}

#forum{
	position:absolute;
	width: 133px;
	height:90px;
	left: 0px;
	top: 0px;
}

#pdf-title{
	position:absolute;
	width: 150px;
	height:150px;
	background-repeat:no-repeat;
	left: -13px;
	top: -253px;
	z-index: 5;
}

#pdf-title2{
	position:absolute;
	width: 150px;
	height:150px;
	background-repeat:no-repeat;
	left: -14px;
	top: -254px;
	z-index: 5;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D3D2D;
	text-align:left;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	text-decoration:none
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
}

.border {
border:2px solid #A28364 ;

}
