/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}
html, body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #96908D;
	font-weight: normal;
}
h1 {
	color: #7DBFFF/*#F47A44*/;
	font-size: 13pt;
	font-weight: bold;
}
ul {
	padding-left: 20px;
}
#master{
	width: 700px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.left{
	float: left;
	display: inline;
	width: 177px;
	height: 525px;
	padding-top: 75px;
	padding-right: 6px;
	text-align: right;
}
.middle{
	float: left;
	display: inline;
	width: 313px;
	padding: 30px 10px 0 10px;
	height: 570px;
	/*border: thin solid;*/
	text-align: justify;
	background: url(../img/t1.jpg) no-repeat;
}
.right{
	float: left;
	display: inline;
	color: #F47A44;
	position: relative;
	height: 570px;
	font-size: 11pt;
/* 	border: thin solid green; */
	width: 176px; 
	padding-top: 30px;
	padding-left: 6px;
}
.bottom{
	position: absolute;
	bottom: 90px;
}
.footer{
	margin-top: -15px;
	text-align: center;
	width: 100%;
	height: 30px;
}
a:link, a:visited{
	font-size: 13px;
	color: #F47A44;
	text-decoration:underline;
}
a:hover{
	font-size: 13px;
	color: #682d17;
	text-decoration:underline;
}
