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

#LetterOfRecomendation{
	width:650px;
	height:900px;
	position:absolute;
	top:391px;
	left:106px;
	z-index:100;
}

#LettersBack{
	width:100px;
	position:absolute;
	top:320px;
	left:332px;
	height:25px;
	text-align:center;
}

#LettersNext{
	width:100px;
	position:absolute;
	top:320px;
	left:432px;
	height:25px;
	text-align:center;
}

#LetterBottomSpacer{
	background-image:url(../Pictures/main_background.png);
	background-repeat:repeat-y;
	width:862px;
	height:350px;
	position:relative;
	left:-31px;
}

.LetterBackText {
	color:#990000;
	font-size:9px;
	font-family:Arial;
	font-style:italic;
	font-weight:bold;
	line-height:25px;	
}

