	html,body	{	height: 100%; margin: 0 auto; background: #851957;
					font-family: arial, sans-serif;
					font-size: 11px;
					color: #000;
				}	
				
	
	
	#wrapper	{	margin: 0 auto;
					position: relative; top: 0px; left: 0px;
					width: 950px; 
					height: 585px; 
					background: white;
					text-align: left;
				}
			
		#plate_rtop 	{ 	position: absolute;
							top: 0px; right: 0px;
							width: 320px;
							height: 160px;
							background: #000 url('_bc_rtop.jpg');
						}
						
		#plate_rbot_home { 	position: absolute;
							bottom: 0px; right: 0px;
							width: 320px;
							height: 425px;
							background: url('_bc_rbot_home_1.jpg');
						}

		#plate_ltop		{ 	position: absolute;
							top: 0px; left: 0px;
							width: 630px;
							height: 100px;
							background: url('_bc_ltop.jpg');
						}
						
	#locator	{	position: absolute;
					top: 45px; left: 10px;
					width: 500px; height: 30px;
					font-family: georgia, serif;
					font-size: 20px;
					color: #cccccc;
				}

	#content	{	position: absolute;
					top: 95px; left: 10px;
					width: 595px; height: 415px;
					background: #ffffff;
					text-align: justify;
				}
				
	#mopt1		{	position: absolute;
					top: 520px; left: 10px;
					width: 215px; height: 43px;
					font-family: georgia, serif;
					font-size: 24px;
					color: #fff;
					background: #565656;
					text-align: center;
					padding-top: 12px;
					opacity: 0.8;filter:alpha(opacity=80);
				}
				
	#mopt2		{	position: absolute;
					top: 520px; left: 240px;
					width: 215px; height: 43px;
					font-family: georgia, serif;
					font-size: 24px;
					color: #fff;
					background: #00539f;
					text-align: center;
					padding-top: 12px;
					opacity: 0.8;filter:alpha(opacity=80);
				}
				
	#mopt3		{	position: absolute;
					top: 520px; left: 470px;
					width: 215px; height: 43px;
					font-family: georgia, serif;
					font-size: 24px;
					color: #fff;
					background: #790046;
					text-align: center;
					padding-top: 12px;
					opacity: 0.8;filter:alpha(opacity=80);
				}
				
	a			{ text-decoration: none; color: #767676; }
	a:hover	{ text-decoration: none; color: #851957; }
	
	a.more		{ font-size: 12px; font-weight: bold; text-decoration: none; color: #767676; }
	a.more:hover	{ font-size: 12px; font-weight: bold; text-decoration: none; color: #851957; }
	
	a.porto		{ font-size: 11px; font-weight: bold; text-decoration: none; color: #767676; }
	a.porto:hover	{ font-size: 11px; font-weight: bold; text-decoration: none; color: #851957; }
	
	hr { height: 0; border: 0; border-top: 1px solid #851957; }
	
	h1 { font-size: 14px; color: #851957;  }
	
	
