@charset "utf-8";
/* Global Word Press CSS Document */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Ad divs */
.ad_bar
{
	width: 100%;
	min-height: 90px;
	text-align: center;
	clear: both;
}
.ad_bar div,
.ad_bar table,
.ad_bar iframe,
.ad_bar img,
.ad_bar a { margin: 0 auto; text-align: center !important; }
.ad_bar .ad-openx260 { display: block; float: left; width: 260px; height: 90px; }
.ad_bar .ad-dart729 { display: block; width: 728px; height: 90px; }
