/*
	File : screen_homepage.css
	Date : 2006.6.29.dave

	SEE SCREEN.CSS FOR HEX COLOR REFERENCE
*/


	strong { color:#333333; }

#container { min-height:470px; height:auto !important; height:470px; }
	#left { background:url('/images/left_column_homepage.gif') no-repeat; }
		
	#content { position:relative; top:12px; left:194px; z-index:60; width:573px; height:356px; background:url('/images/homepage_bg.gif') no-repeat; padding-bottom:0px; }
		#pageTitle { display:none; }
		#hp_content { position:absolute; top:25px; right:10px; width:190px; height:320px; overflow:hidden; }
			#hp_content ul { margin:3px; padding:0px; }
			#hp_content li { margin:0px; padding:3px 6px; }
			#hp_content li a { color:#973302; text-decoration:none; }
			#hp_content li a:hover { text-decoration:underline; }
		
	#carlosQuote { position:absolute; bottom:32px; left:26px; z-index:70; width:145px; }
	#carlosQuote h1 { font-size:10px; font-weight:normal; font-style:italic; color:#999999; margin:0px; padding:0px 0px 10px 0px; }
	#carlosQuote h2 { font-size:9px; font-weight:normal; color:#999999; margin:0px; padding:0px 0px 10px 0px; }

	#extraImg2 { display:block; position:absolute; bottom:32px; left:106px; z-index:60; width:109px; height:110px; background:url('/images/carlos.gif') no-repeat; }
	