/* purchase.com font and layout styles */
* { 
	padding: 2; 
	margin: 0; 
}

body {
	background: #FFFFFF;
	font-family: arial, sans-serif;
	line-height: 18px;
	font-size: 16px;
}

#container {
	width: 95%;
	height: 95%;
	margin-left: auto;
	margin-right: auto;
}

#isearch {
	width: 40%;
	height: 40%;
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #000000;*/
	text-align: center;
}

#content {
	width: 75%;
	height: 75%;
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#leftcontent {
	width: 75%;
	height: 75%;
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#posting {
	width: 70%;
	height: 100%;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
}

#adsenseposting {
	width:170px;
	height: 620px;
	position:absolute;
	left: 85%;
	border: 1px solid #000000;
}

#footer {
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.barelybeta {
	font-family: arial, sans-serif;
	line-height: 18px;
	font-size: 10px;
	color:#CCCCCC;
}

.breadcrumb {
	font-family: arial, sans-serif;
	line-height: 22px;
	font-size: 12px;
	color:#333333;
}

h1 {
	color: #211919;
	font-size: 42px;
	line-height: 44px;
}

h3 {
	font-size: 42px;
	line-height: 44px;
}

h4 {
	font-size: 20px;
	line-height: 22px;
}

h5 {
	font-style: italic;
}

.indexlinks {
	font-size: 10px;
}