/*------------------------------------------------------------------
Project:		thefreepimp
Version:		1.1
Date Created:	03/25/09 
Date Created:	03/26/09
-------------------------------------------------------------------*/


    * {
        padding:0;
        margin:0;
    }
    h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
    li, dd { margin-left:5%; }
    fieldset { padding: .5em; }
    select option{ padding:0 5px; }

    .hide, .print-logo, .close-button{ display:none; }
    .left{ float:left; }
    .right{ float:right; }
    .clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
    a img{ border:none;} 


body {
	background: #000033;
	color: #000;
	font-size: 1em;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	}



#container {
	width: 800px;
	background: #FFDDE4;
	margin:0 auto;
	text-align:center;
	}
          
#thumb_box {
	width:190px;
	float:left;
	margin:4px;
	}
	

	
#friend_links {
	width:700px;
	margin:0 auto;
	clear:both;
	padding: 30px 0 0 0;
	}
	#friend_links li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}
