html, body {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #EDC5C5;
}
/*//////////////////////////////////////////////////////////////////////////Header Styles */
#header-bkg {
	width: 100%; 
	height: 103px; 
	background-image: url(../images/lopez-md_00.gif);
	background-repeat: repeat-x;
}
#header-main {
	padding: 0px;
	width: 902px;
	height: 103px;
	margin: auto;
	background-image: url(../images/lopez-md_01eng.jpg);	
	background-repeat: no-repeat;
}
a.language:link, a.language:visited {
	color: #8C4856;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
}
a.language:hover {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
}
#navigation {
	width: 100%;
	height: 27px;
	margin-top: 0px;
	background-image: url(../images/lopez-md_02.gif);
}
#nav-div {
	width: 902px;
	margin: 0px;
	margin: auto;
}
.nav1 {
	text-align: left;
	padding-top: 5px;
}
.nav2 {
	text-align: center;
	padding-top: 5px;
}
.nav3 {
	text-align: right;
	padding-top: 5px;
}	

/*//////////////////////////////////////////////////////////////////////////Body Styles */
#main {
	width: 100%; 
	background-color: #ffffff;
}
#leftbuffer {
	vertical-align: top;
	width: auto; 
}
.imgOutside {
	float: right;
	border: 0px;
}
#content {
	width: 698px; 
	height: 350px; 
	background-image: url(../images/lopez-md_semi-circle.gif); 
	background-repeat: no-repeat; 
	background-attachment: relative; 
	background-position: center right;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
}
.imgOutside {
	float: right;
	margin-top: 20px;
	border: 0px;
}
h1 {
	font-family: arial;
	font-size: 17px;
	font-weight:bold;
	color: #8a5d5d;
	background-image: url(../images/lopez-md_title-bkg-trans.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	margin: 0px;
	height: 40px;
}
h1:first-letter {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 12px;
	margin-right: 11px;
}
h2 {
	font-family: arial;
	font-size: 16px;
	color: #8a5d5d;
	padding-top: 4px;	
	margin-left: 25px;
	margin-top: 3px;
	margin-bottom: 3px;
}
p.content {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #8A5D5D;
	text-align: justify;
	margin-left: 25px;
}
p.content2, a.content2 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #8A5D5D;
	text-align: justify;
	margin-left: 25px;
}
a.content2 {
	margin-left: 0px;
}
p.content3 {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #8A5D5D;
	text-align: justify;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
}
img {
	border: 1px solid #8A5D5D;
	margin: 10px;
}
#rightbuffer {
	vertical-align: top;
	width: auto; 
	background-color: #fbf4f4;
}
/*/////////////////////////////////////////////////////////////////////////Footer Styles */
#footer-bkg {
	width: 100%;
	height: 134px;
	background-image: url(../images/lopez-md_06.gif);
	background-repeat: repeat-x;
}
#footer-main {
	width: 902px;
	margin: auto;
	text-align: center;
	padding: 0px;
}
#footer-c1 {
	width: 451px;
	position: left;
	text-align: left;
}
#footer-c2 {
	width: 451px;
	position: right;
	text-align: right;
}
.footer1 {
	margin-top: 10px;
	color: #FAE7E7;
	font-weight: normal;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	}
.footer2 {
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}
