body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF5D3;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
}
h1
{
	margin: 0px;
	padding: 0px;
	font-size: 18px;	
}
a
{
	color: #000000;	
}
h2 a
{
	font-size: 18px;
	color: #000000;
}
a img
{
	border: 0px;	
}
span.HighlightA
{
	color: #B06221;
}
span.HighlightB
{
	color: #900;
	font-weight: bold;
}
span.HighlightC
{
	font-weight: bold;
}
#Wrapper
{
	margin: 0 auto;	
	width: 770px;
}
#Container
{
	background: #FFFFFF;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	min-height: 400px;
}
#Header
{
	height: 141px;
	overflow: hidden;
}
#Content
{
	margin: 15px;	
}
#Left
{
	width: 355px;
	float: left;
}
#img_get_help
{
	position: absolute; 
	top: 158px;
}
#Right
{
	width: 295px;
	float: right;
	background: #E4DEDA;
	padding: 20px;
	border: 4px solid #999999;
	margin-top: 50px;
}
#Right th
{
	text-align: right;	
	padding-right: 5px;
	height: 25px;
	color: #000000;
	
}
.Product
{
	padding: 5px;
	margin-bottom: 15px;
}
.Product img.ProductShot
{
	float: left;
	margin-top: 80px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.Product img.Outline
{
	margin-left: 20px;
	border: solid 1px #000000;	
}
.Product .Doctor
{
	float: right;	
}
.Product .Content
{
	margin-left: 180px;
	padding-top: 70px;	
}
.Product .Content ul li
{
	padding-left: 0px;
	list-style-image: url("../images/Star.gif");	
}
#Footer
{
	font-size: 11px;
	color: #666;
	border-top: solid 4px #999999;
	background: #E4DEDA;
	padding: 10px;
}
#Footer a
{
	font-weight: bold;
	color: #666;	
	line-height: 16px;
}
.Clear
{
	clear: both;
	height: 1px;
	margin-top: -1px;
}
.Tip 
{
	font-size: 13px;	
}