@charset "utf-8";
/* CSS Document */

	/*** layout elements ****/
	
		#wrapper { width:1006px; margin:0 auto; text-align:left;}
			#header { clear:both; width:1000px; background:url(../images/bck_header.png) no-repeat 0 0;}
				.subHeader { float:left; width:1000px;}
				
			#content { clear:both; width:1000px; background:url(../images/bck_content.png) repeat-y 0 0;}
				.col13 { width:100%; float:left; padding:0 0 30px 0;}
				.col13.solo { background:url(../images/bck_col13Solo.gif) no-repeat 11px 0;}
					.col1 { display:inline; float:left; width:630px; padding:0 0 0 20px; margin:0 0 0 11px;}
					.col2 { float:left; width:450px; padding:0 0 0 7px;}	
					.col2.type02 { width:389px; margin:15px 0 0 3px; background:none !important}	
					.col2.type03 { width:412px; margin:15px 0 0 0; padding:0;}
					.col3 { float:left; width:320px; padding:0 0 0 12px;}				
				
				.entrar .col3 { width:318px; padding-top:266px; background:#fff url(../images/bck_col13Solo.gif) no-repeat 0 1px;}
			
			#footer { clear:both; width:1000px; padding:8px 0 27px 0; background:url(../images/bck_footer.png) no-repeat 0 bottom;} 

		#header:after, #content:after, #footer:after { content:" "; display:block; height:0; visibility:hidden; clear:both;}
