@charset "UTF-8";
/* CSS Document */

/*********
BODY
*********/

    BODY {
       background: #FFFFFF;
       margin: 0;
       text-align: center;
	   padding: 0;
  		background: #e9e4dd
    }
/*********
CONTAINER BORDER
*********/
    #ContainerBorder {
       width: 820px;
	   overflow: hidden;
       margin: 0 auto;
	   margin-top: 25px;
       background: #FFFFFF;
    }
/*********
CONTAINER
*********/
    #Container {
       width: 800px;
	   overflow: hidden;
       margin: 0 auto;
	   margin-top: 10px;
	   margin-bottom: 10px;
	   text-align: left;
	   font-family: Georgia, "Times New Roman", Times, serif;
	   font-size: 12px;
	   color: #574848;
	   line-height: 24px;
       background: #c4beb6;
	   background-image: url('images/BGTexture.jpg');
	   background-repeat: no-repeat;
    }
/*********
SIGNATURE
***********/
	#Signature {
		width: 311px;
		height: 60px;
		margin-left: 19px;
	}
/*********
NAVIGATION BAR
***********/
	#NavBar {
		margin: 0 auto;
		width: 765px;
		height: 34px;
		margin-bottom: 34px;
	}
/*********
CONTENT HOLDER
***********/
	#Content {
		float: left;
		width: 545px;
	}
/*********
SIDE NAVIGATION
***********/
	#SideNav {
		Float: left;
		width: 125px;
		margin-left: 19px;
		margin-right: 30px;
		text-align: right;
	}
/*********
HEADERS H1
***********/
	h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:14pt;
		color:#574848;
		border-bottom:#666 solid 1pt;
		margin-top: 0;
	}
/*********
BOTTOM AD HOLDER
***********/
	#BottomAdHolder{
		clear: both;
		margin: 0 auto;
		margin-bottom: 20px;
		width: 650px;
		height: 125px;
	}
/*********
BOTTOM ADS
***********/
	#ProductAd{
		float: left;
		margin-right: 16px;
		width: 150px;
		height: 67px;
	}
	#PartnershipAd{
		float: left;
		margin-right: 16px;
		width: 150px;
		height: 67px;
	}
	#PressKitAd{
		float: left;
		margin-right: 16px;
		width: 150px;
		height: 67px;
	}
/*********
FOOTER
***********/
	#Footer{
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 25px;
		width: 800px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
/*********
PARAGRAPH BREAK
***********/
	p {
	border-bottom:#333 1pt solid;
	padding-bottom: 10pt;
}
/*********
PRODUCT IMAGES
***********/
	#Product {
		float: left;
		margin-right: 10px;
		padding: 3px;
		border: #333 1px;
		border-style: solid;
		width: 101px;
		height: 154px;
	}
/*********
PRODUCT DESCRIPTION
***********/
	#ProductDescription {
		float: left;
		padding: 3px;
		width: 420px;
	}
/*********
PULL BOX
***********/
	#PullBox {
		clear: both;
		margin: 0 auto;
		text-align: center;
		background-color: #e9e4dd;
		width: 525px;
		padding: 3px;
		border: solid 1px #333;
	}
/*********
PICTURE OF DR. TOM
***********/
	#Pic {
		float: left;
		margin-right: 10px;
		padding: 3px;
		border: #333 1px;
		border-style: solid;
		width: 195px;
		height: 195px;
	}