@charset "utf-8";
/* CSS Document */

/*	-------------------------------------------------------------
	CSS - FLOBOTS Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		download.css
	Date:			June 5, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	leftCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#leftCol {
		width:552px;
		margin:48px 0 2px 0; padding:0 0 15px 20px;
		background:#630900;
		font: 10px Arial, Helvetica, sans-serif;
		color:#ffae00;
		font-weight : bold;
	}
		#leftCol h1 {
			font:bold 24px Arial, Helvetica, sans-serif;
			padding:30px 0 10px 0px; margin:0;
			color:#ff3000;
		}
		#leftCol h2 {
			font:bold 14px Arial, Helvetica, sans-serif;
			padding:0 0 5px 0; margin:0;
			color:#ffae00;
		}
		#leftCol A:link {
          text-decoration : none;
		  color:#ffae00;
          font-weight : bold;
		  margin:0; padding:0;
      	}
    	#leftCol  A:visited {
          text-decoration : none;
          color:#ffae00;
          font-weight : bold;
		  margin:0; padding:0;
      	}
     	#leftCol A:hover {
          text-decoration : none;
          color:#ff3000;
          font-weight : bold;
		  text-decoration:underline;
		  margin:0; padding:0;
      	}
		#leftCol #wallpaperHolder {
			width:341px;
			margin:0 0 25px 0;
			padding:20px 0 15px 0;
			background-color:#79150e;
		}
		#leftCol #wallpaperHolder .wallpaper {
  			width:140px;
			text-align:center;
  			height:105px;
  			margin:0;
			padding:0 0 0 20px;
			float:left;
			display:table;
		}
		#leftCol #iconsHolder{
			width:50px;
			height:50px;
			margin:0 5px 0 0;
			padding:10px;
			float:left;
			background-color:#79150e;
		}
		#leftCol img.buddyicon {
			display:block;
		}	  
	