/* www.rafaelsilva.com StyleSheet */

* { padding: 0; margin: 0; }

html, body {
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}

body {
	font: 70%  "Courier New";
	font-size: 12px;
	line-height: 1.5em;
}

a:link, a:visited { color: #CC6600; text-decoration: none; border-bottom: 1px dotted #8D825D }
a:hover { color: #CC6600; text-decoration: none }

/* TOP */

#top1 {
	width: 991px;
	height: 104px;
	margin: 0 auto;
	padding: 0;
	background: transparent url("./images/top1.jpg") no-repeat top left;
}

#top2 {
	width: 991px;
	height: 102px;
	margin: 0 auto;
	padding: 0;
	background: transparent url("./images/top2.jpg") no-repeat top left;
}

#top2 ul {
	text-align: right;
	font-weight: bold;
	font-size: 18px;
}

#top2 ul li {
	list-style: none;
	padding-right: 55px;
}

#top2 ul li a:link, #top2 ul li a:visited { color: #000000; text-decoration: none; border: 0 }
#top2 ul li a:hover { color: #D33C07; border-bottom: 1px dotted #666666 }

#title {
	width: 991px;
	height: 42px;
	margin: 0 auto;
	padding: 0;
	background: transparent url("./images/title.jpg") no-repeat top left;
}

/* BODY */
#body {
	width: 991px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: transparent url("./images/photo.jpg") no-repeat top right;
}

#body h1 {
	background: transparent url("./images/titleLeft.gif") no-repeat top left;
	color: #333333;
	font-size: 24px;
	padding-left: 25px;
	padding-top: 15px;
	height: 48px;
}

#body h5 {
	background: transparent url("./images/titleRight.gif") no-repeat top left;
	color: #333333;
	font-size: 24px;
	padding-left: 25px;
	padding-top: 15px;
	height: 48px;
}

#body h2 {
	background: transparent url("./images/arrow.gif") no-repeat top left;
	color: #333333;
	font-size: 15px;
	padding-left: 25px;
	font-weight: bold;
	margin-left: 30px;
	padding-top: 3px;
}

.paragraph {
	margin-left: 55px;
	padding-top: 10px;
}

#about {
	background: transparent url("./images/quota.gif") no-repeat top left;
	width: 650px;
	text-align: justify;
	padding-top: 10px;
	padding-left: 40px;
	margin-left: 30px;
}
