* {
	margin: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#wrapper #logo {
	height: 150px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-bottom-color: #999999;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #Navegation {
	height: 35px;
	background-color: #FFFFFF;
}
#wrapper #BodyArea #BodyLeft {
	background-color: #FFFFFF;
	height: auto;
	width: 300px;
	float: left;
}
#wrapper #BodyArea #BodyRight {
	background-color: #FCFCFC;
	height: auto;
	width: 500px;
	float: right;
	margin: 0px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	margin: 20px;
	line-height: 20px;
}



#wrapper #headerImg {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#wrapper #BodyArea #footer {
	clear: both;
	float: none;
}
