body {
	background-color: gray;
	font-family: Arial, sans-serif;
	text-align: center;
}

em{
	font-style: normal;
	font-weight: bold;
}

div.SiteBanner img{
	border-width: 0;
}

div.Page{
	text-align: left;
	margin: 0 auto;
	width: 760px; 
	background-color: #DDE;
}

div.LeftPanel{
	width: 140px;
	height: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

div.PageBody{
	float: right;
	width: 610px;
	background-color: white;
	height: 100%;
}

#index div.LeftPanel,
#index div.PageBody{
	height: 650px;
}

#Faq div.LeftPanel,
#Faq div.PageBody{
	height: 1100px;
}

#HelpContacts div.LeftPanel,
#HelpContacts div.PageBody{
	height: 2200px;
}

#HelpPhotos div.LeftPanel,
#HelpPhotos div.PageBody{
	height: 1800px;
}

#HelpIpod div.LeftPanel,
#HelpIpod div.PageBody{
	height: 1700px;
}

#HelpImporting div.LeftPanel,
#HelpImporting div.PageBody{
	height: 1000px;
}

div.ProductHeader{
	border-style: solid;
	border-left-width: 0;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-right-width: 0;
	border-color: gray;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../lazyPodImages/LazyContactsRoundZ.jpg);
	background-repeat: no-repeat;
	background-position: 20px 19px;
	text-indent: 70px;
}

div.Main{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 30px;	
}

div.Main ul,
div.Main ol{
	line-height: 1.5em;
}

div.HelpLinkBar ul{
	padding: 3px 0;
	padding-left: 20px;
	margin-left: 0;
	margin-top: 30px;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
}

div.HelpLinkBar ul li{
	list-style: none;
	margin: 0;
	display: inline;
}

div.HelpLinkBar ul li a{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}


div.HelpLinkBar ul li a:link{
	color: #448;
}

div.HelpLinkBar ul li a:visited{
	color: #667;
}

div.HelpLinkBar ul li a:link:hover, div.HelpLinkBar ul li a:visited:hover{
	color: #000;
	background: #AAE;
	border-color: #227;
}

div.HelpLinkBar ul li a#current{
	background: white;
	border-bottom: 1px solid white;
}

p.img {
	text-indent: 60px;
}

#HelpShortcuts div.HelpItems ul li{
	list-style-type: none;
	text-indent: -0.75em;
}