body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #f4fdcd;
	background-color: #474937;
	background-image: url(back.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 702px;
	margin-top: 20px;
}
#my_top {
	background-image: url(My_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 313px;
	width: 702px;
}
#menu {
	float: right;
	width: 300px;
	margin-top: 260px;
	margin-right: 33px;
}
#my_mid {
	background-image: url(my_mid.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 702px;
}
#texto {
	width: 680px;
	margin-top: 40px;
	margin-left: 20px;
	float: left;
	text-align: justify;
	display: block;
	margin-right: 60px;
	margin-bottom: 20px;
}
#texto h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #b6bc9b;
}
#texto p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #f4fdcd;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: 20px;
}
#my_footer {
	background-image: url(my_footer.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 702px;
	margin: 0px;
	padding: 0px;
}
#my_footer p {
	font-size: 10px;
	text-align: left;
	margin-top: 50px;
	margin-left: 150px;
}
