#wrapper{
	width: 680px;
	height: 480px;
	overflow-y: scroll;
	color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
html>/**/body #wrapper{
}

h1{
	height: 160px;
	text-indent: -9999px;
	background-image: url(../img/title_prof.png);
	background-repeat: no-repeat;
	background-position: left top;
}
h2{
	font-size: 14px;
	letter-spacing: 1px;
	color: #7F0049;
	margin-bottom: 15px;
	height: 32px;
	margin-top: 20px;
}
#wrapper p{
	line-height: 1.75;
	text-align: justify;
	padding: 15px 0;
}

#wrapper h2,
#wrapper p{
	padding-right: 40px;
	padding-left: 40px;
}
.list{
	line-height:3em;
}
.big{
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:20%;
}
#wrapper p a{
	color: #000;
	text-decoration: none;
	background: none;
}
#wrapper p a:hover{
	color: #930;
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}
#wrapper img{
	margin-bottom: 5px;
}
.right{
	text-align:center;
}

/* SCALE */
.pr40{
	padding-right:40px;
}
