@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ECD6FA;
	font-family: "trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
}
#Header {
	background-image: url(images/headerbg.jpg);
	background-position: right top;
	position: relative;
	height: 102px;
}
#Footer {
	margin-top: 12px;
	padding: 12px;
	text-align: center;
	background-image: url(images/footer_bg.jpg);
	background-color: #F8ECFE;
	background-repeat: repeat-x;
	font-size: 11px;
}
#TopBar {
	position: absolute;
	left: 559px;
	top: 2px;
	width: 415px;
	height: 22px;
}
#TopBar a {
	color: #893EB9;
	text-decoration: none;
}
#LeftColumn {
	width: 257px;
	float: left;
}
#Site {
	margin: auto;
	width: 1000px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.clear {
	clear: both;
}
#PillBottlePromo {
	background-image: url(images/pillbottle.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 260px;
}
#PillBottlePromo p {
	padding: 12px;
	line-height: 22px;
}
#PillBottlePromo h1 {
	font-size: 20px;
	color: #7221A2;
	padding-left: 12px;
}
#LeftColumn ul {
	list-style-type: none;
	padding-bottom: 8px;
}
#BottomLeft {
	background-image: url(images/leftbg.jpg);
	background-repeat: repeat-y;
}
#BottomLeft p {
	padding: 12px;
	color: #7F49B3;
}
#BottomLeft h2 {
	background-image: url(images/lefttitlebg.jpg);
	padding: 6px;
	font-size: 16px;
}
#MainColumn {
	float: right;
	width: 735px;
}
#LeftColumn li {
	background-image: url(images/leftnavtab.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 5px;
}
#LeftColumn li a {
	color: #330033;
	text-decoration: none;
}
#LeftColumn li a:hover {
	color: #660099;
	text-decoration: underline;
}
.bottom {
	vertical-align: bottom;
}
.top {
	vertical-align: top;
}
* {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}

.ThePost p {
	padding:9px;
}
.ThePost h1 {
	padding:12px;
	font-size: 20px;
}
