div#article {
	padding-top: 35px;
}

div#article h1 {
	padding-bottom: 20px;
}

div#article h2 a {
	text-decoration: none;
}

div.two-cols div.usesimage {
	padding-bottom: 20px;
}

div#article div.usestop h1,
div#article div.usestop h2 {
	font-size: 1em;
	text-align: center;
	padding: 0 10px;
	margin: 0;
	line-height: 1em;
}

div.usestop {
	background-color: #f3f2ed;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

div.usestop p {
	font-size: 0.7em;
	font-style: italic;
	color: #444;
	text-align: center;
	padding: 0 10px;
}

div.usestop p a.more-link {
	display: none;
}

div.one-col div.left {
    float: left;
    margin-right: 20px;
}

div.one-col div.navitem {
    overflow: hidden;
    margin-bottom: 20px;
}

div.two-cols div.left {
	width: 225px;
}

div.two-cols div.right {
	padding-left: 40px;
}

div.two-cols div.style-pages div.latest {
	height: auto !important;
}

div.two-cols div.style-pages div.latest ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}

div.two-cols div.style-pages div.latest ul li.blog {
	padding: 0 0 5px 0;
	position: relative;
	min-height: 90px;
	background-color: #f3f2ed;
	margin-bottom: 20px;
}

div.two-cols div.style-pages div.latest ul  li.blog h3 {
	padding-top: 10px;
	font-size: 1.25em;
	text-align: center;
	padding: 5px 10px 0 10px;
	margin: 0;
	line-height: 1em;
}

div.two-cols div.style-pages div.latest ul  li.blog p {
	font-size: 0.7em;
	font-style: italic;
	color: #444;
	text-align: center;
	padding: 0 10px;
}

div.two-cols div.style-pages div.latest ul  li.blog a.more-link {
	display: none;
}

div.two-cols div.style-pages div.latest ul  li.blog span.date {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
}

/*IE6 FIXES*/
* html div#nav {
	margin-top: -293px;
}

* html li.blog span.date {
	left: 0;
}

* html div.blog {
	height: 90px;
}

/*END IE6 FIXES*/