/* GENERAL */
body {
	margin: 0 10px 10px 10px;
	padding: 0;
	background-color: #EED;
	text-align: center;
	font-family: Baskerville, Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	color: #666;	
}
#wrapper {
	width: 730px;
	padding: 0 8px 0 8px;
	text-align: left;
	margin: 0 auto;
	background: transparent url(../images/bg_wrapper.gif) center repeat-y;	
}
#header {
	width: 718px;
	height: 130px;
	padding: 6px;
	background: #FFF url(../images/logo_mariadolores.gif) center no-repeat;
	color: #58952E;
	font-size: 13px;	
}
#header a {
	color: #666;
	text-decoration: none;
}
#header a:hover {
	color: #B3071B;
	text-decoration: none;
}
/* * * * * START: MAIN NAV * * * * */
#mainnav {
	width: 690px;
	margin: 10px 20px 0 20px;	
	background: #D4D0A6 url(../images/bg_pageheader.gif) top no-repeat;
	padding: 17px 0 7px 0;
}
/* * * * * END: MAIN NAV * * * * */
/* * * * * START: SUBNAV * * * * */
#subnav {
	width: 690px;
	margin: 0 20px 5px 20px;	
	padding: 6px 0 2px 0;
	background: transparent url(../images/pic_dotted.gif) top repeat-x; /* defines dotted line above subnav */
}
#subnav ul {
	margin: 0;
	padding: 0;
}
#subnav li {
	font-weight: bold;
	padding-right: 2px;
	float: left;
	list-style: none;
}
#subnav a {
	padding-right: 13px;
	text-decoration: none;
	color: #666;
	font-family: Baskerville, Times, "Times New Roman", serif;
	font-size: 12px;
}
#subnav a:hover {
	color: #B3071B;
}
#subnav a.active {
	color: #B3071B;
}
/* * * * * END: SUBNAV * * * * */

/* * * * * START: CONTENT * * * */
#main {
	width: 690px;
	margin: 0 20px 0 20px;
	padding: 25px 0 10px 0;
	text-align: left;
	font-family: Baskerville, Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	background: transparent url(../images/pic_dotted.gif) top repeat-x;	
}
#main h1 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #58952E;
	background: transparent url(../images/pic_h1.gif) left no-repeat;
	padding: 0 0 0 35px;
	margin: 0 0 15px 0;
	line-height: 32px;
}
#main h2 {
	font-size: 13px;
	line-height: 18px;
	color: #B3071B;
	font-weight: bold;
	margin-top: 0;
}
#main p {
	line-height: 18px;
}
#main a {
	color: #58952E;
	text-decoration: underline;
}
#main a:hover {
	color: #FFF;
	text-decoration: underline;
}
#con2L {
	width: 448px;
	padding-right: 2px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;	
}
#con1R {
	width: 220px;
	margin-bottom: 20px;	
	float: left;		
}
#formsache input, textarea {
	width: 290px;
	border: 1px solid #666;
	margin-bottom: 8px;
}
.bgdot {
	background: transparent url(../images/bg_dot.gif) repeat-x;
}
.attn {
	color: #B3071B;
}
.hr {
	height: 12px;
	margin: 20px 0 20px 0; 
	background: transparent url(../images/lay_divider.gif) top no-repeat;
}

/* * * * * END: CONTENT * * * */

/* * * * * START: FOOTER * * * */
#footer {
	width: 690px;
	margin: 0;	
	padding: 10px 20px 10px 20px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background: #D4D0A6 url(../images/bg_pagefooter.gif) top no-repeat;
	float: left;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #B3071B;
}
#theend {
	/* 
	this here is actually to have the nice shadow at the bottom of the page.
	It is not in the footer because the bg_pagefooter.gif is already there.
	*/
	height: 16px;
	width: 746px;
	margin: 0 auto;
	background: transparent url(../images/bg_shadow_bottom.gif) bottom no-repeat;
}
