/* 
    AUTHOR: YOUR NAME HERE
            you@domain.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { background: #000000 url(images/background.png) repeat-x;
}
body { 	font-family: Helvetica, Verdana, Arial, sans-serif;}
ul { list-style: none inside; }
p { letter-spacing: -.5px; color: #42423b; margin-right: 6px; margin-left: 3px; margin-top: 3px; line-height: 1.64em; font-size:11px; margin-bottom: 1em; }
a { outline: none; 
	color: #222222;}
a img { border-style: none; }
/* END RESET */
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

#submitbutton {

	color: #666;

	line-height: 32px;

	letter-spacing: -1px;

	font-weight: bold;

	font-size: 30px;

	font-family: Arial, Helvetica, sans-serif;

}


/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
}

#header {
background: url(images/headerback.png);
height: 234px;

}	


	#logo{
	float:left;
	
	}
	#twitter {
	float:right;
		width:249px;
		padding-top: 60px;

	}
	

	
#content{
width: 960px;
}

#center {width: 500px;
		padding-left: 45px;
		float:left;
		margin-right: 80px;
			}
		
				
				div#center h4 {
					letter-spacing: -.03em;
					color: #42423B;
					font-size: 2em;
				
				}

#column {float: right;
width:310px;
			}
			
		#ads1 {
		float:left;
		}	
		
		#ads2 {
		float:right;
		width:155px;
		}	
		
		#ads3 {
		float:left;
		margin-top: 10px;
		margin-bottom: 50px;
		}	
		
		#ads4 {
		float:right;
		width:155px;
		margin-top: 10px;
		margin-bottom: 50px;

		}	
		
		#adsgoogle {
		clear:both;
		margin-top: 20px;
		width:300px;
		margin-bottom: 50px;
		}
		
		#adsgoogle2{
		clear:both;
		margin-top: 20px;
		width:300px;
		margin-bottom: 50px;
		}

		
		#adsbuysell{
		margin-bottom: 50px;
		}
		
		#adsbuysell2{
		margin-bottom: 50px;
		}
									
					
#center img {
	border-color: #d3d3d3;
	border-width: 1px;
	border-style: none;
	display: block;
	float: left;
	padding: 0;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#center ul {
		list-style-type: none;
        width: 500px;
	margin: 0;
	padding: 10px 0 0 0;
} 

#center li {
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 5px;
        border-width: 0 0 1px  0;
	padding-bottom: 10px;
	border-color: #999;
}

#center li a {

	text-decoration: none;
	padding: 5px;
	font-size: 105%;
	font-weight: bold;
	margin-left: 0px;
}
					
					

 * html #links li a {  /* make hover effect work in IE */
	width: 450px;
}

#center li a:hover {
        background: #d9d7d7;
}

#center a em { 
        display: block;
	font: normal 70%/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#center a span {
        color: #555555;
        line-height: 150%;
	font-size: 70%;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div#footer {
		clear: both;
		background-image: url(images/footer.png);
		height:64px;
		margin-top: 25px;

		}
		div#footer-in {
			
			}
			


/* END STRUCTURE */