html, body {
	height: 100%;
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: no-repeat;
}



/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.oneColElsCtrHdr #header {
	border-bottom-color: #CCC;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: center;
} 
.pink {
	color: #EE1757;
}

.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(images/fade.gif);
	background-repeat: repeat-x;
	background-color: #CCC;
	border-width: 1px;
	border-color: #E5E5E5;
	border-style: solid;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px;
	text-align: center;
	margin-bottom: 25px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}




body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font: 11px/19px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #FFFFFF;
}

#wrapper {
	width: 885px;
	position: relative;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}

h1 {
	margin: 10px 0 15px 22px;
	padding: 0;
}

h1 a {
	width: 111px;
	height: 114px;
	display: block;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/PreciousLogo.gif) no-repeat;
	text-indent: -10000px;
}

h2 {
	margin-top: 5px;
	color: #666;
}

h3 {
	margin-top: 5px;
	color: #666;
}

#home h1 {
	margin: 10px 0 15px 22px;
	padding: 0;
	width: 111px;
	height: 114px;
	display: block;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/PreciousLogo.gif) no-repeat;
	text-indent: -10000px;
}

#leftWrapper {
	float: left;
}

#leftColumn {
	width: 394px;
	height: 350px;
	border: 1px solid #e5e5e5;
	border-right-style: none;
	padding-left: 30px;
	padding-top: 25px;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/fade.gif) repeat-x left top;
	position: relative;
}

#leftColumn p {
	margin: 0 0 7px 0;
}

#rightColumn {
	float: right;
	width: 460px;
	height: 516px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	_top: 3px;
}

#home #rightColumn {
	float: right;
	width: 460px;
	height: 516px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	top: 1px;
	_top: 4px;
}

.clear {
	clear: both;
}

ul.secondaryNav {
	margin: 0;
	padding: 10px 0;
	position: relative;
	bottom: 11px;
	_left: 20px;
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/subArrow.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	z-index: 100;
}

ul.secondaryNav2 {
	margin: 0;
	padding: 10px 0;
	position: relative;
	bottom: 11px;
	_left: 20px;
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/subArrow.gif);
	background-repeat: no-repeat;
	background-position: right -1px;
	z-index: 500;
	text-align: right;
}

ul.secondaryNav li {
	display: inline;
	margin-right: 10px;
}

ul.secondaryNav2 li {
	display: inline;
	margin-left: 10px;
}

ul.secondaryNav li a {
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none;
	color: #999999;
}

ul.secondaryNav li a:visited {
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none;
	color: #999999;
}

ul.secondaryNav2 li a {
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none;
	color: #999999;
}

ul.secondaryNav2 li a:visited {
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none;
	color: #999999;
}

ul.secondaryNav li a:hover {
	color: #666;
}

ul.secondaryNav2 li a:hover {
	color: #666;
}

ul.secondaryNav li.selectedSub a {
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ED1556;
	color: #ED1556;
}

ul.secondaryNav2 li.selectedSub a {
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ED1556;
	color: #ED1556;
}

ul.secondaryNav li.selectedSub a:visited {
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ED1556;
	color: #ED1556;
}

ul.secondaryNav2 li.selectedSub a:visited {
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ED1556;
	color: #ED1556;
}


body#value ul.secondaryNav {
	margin-left: 220px;
}

body#science ul.secondaryNav {
	margin-left: 370px;
}

body#press ul.secondaryNav2 {
	margin-right: 63px;
}

body#help ul.secondaryNav2 {
	margin-right: 170px;
}

body#partners ul.secondaryNav, body#ecoProduct ul.secondaryNav {
	margin-left: 495px;
}

/*body#partners ul.secondaryNav, body#ecoProduct ul.secondaryNav {
	margin-left: 500px;
}*/

body#help ul.secondaryNav {
	margin-left: 515px;
}

/* Footer */

ul#footer {
	width: 885px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	color: #aaa;
	font: 10px/10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul#footer a {
	color: #aaa;
}

ul#footer, .push {
	height: 30px; /* .push must be the same height as .footer */
}

ul#footer li {
	display: inline;
	list-style-type: none;
	width: 30%;
}

ul#footer li img {
	position: relative;
	top: 2px;
}

ul#footer li a:hover img {
	border-bottom: none;
}

li#tabBullseye {
	margin-left: 130px;
}

li#tabPrivacy {
	margin-right: 100px;
}

/* Headings */

#h2overview {
	width: 375px;
	height: 40px;
	text-indent: -10000px;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/headings/h2overview.gif) no-repeat;
}

#h2importance {
	width: 375px;
	height: 40px;
	text-indent: -10000px;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/headings/h2importance.gif) no-repeat;
}

#h2coralrisk {
	width: 375px;
	height: 40px;
	text-indent: -10000px;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/headings/h2coralrisk.gif) no-repeat;
}

#h2science {
	width: 375px;
	height: 40px;
	text-indent: -10000px;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/headings/h2science.gif) no-repeat;
}

#h2policy {
	width: 375px;
	height: 40px;
	text-indent: -10000px;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/headings/h2policy.gif) no-repeat;
}

#h2press {
	width: 375px;
	height: 40px;
	text-indent: -10000px;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/headings/h2newsupdates.gif) no-repeat;
}

#h2photosdata {
	width: 375px;
	height: 40px;
	text-indent: -10000px;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/headings/h2photosdata.gif) no-repeat;
}

#h2releases {
	width: 375px;
	height: 40px;
	text-indent: -10000px;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/headings/h2releases.gif) no-repeat;
}

#h2help {
	width: 375px;
	height: 40px;
	text-indent: -10000px;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/headings/h2howtohelp.gif) no-repeat;
}

#h2partners {
	width: 375px;
	height: 40px;
	text-indent: -10000px;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/headings/h2partners.gif) no-repeat;
}

#h2ecofriendly {
	width: 375px;
	height: 40px;
	text-indent: -10000px;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/headings/h2ecofriendly.gif) no-repeat;
}

#h2welcome {
	width: 375px;
	height: 40px;
	text-indent: -10000px;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/headings/h2welcome.gif) no-repeat;
}

#h2contact {
	width: 375px;
	height: 40px;
	text-indent: -10000px;
	background: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/headings/h2contact.gif) no-repeat;
}

a:link {
	color: #ec1d57;
}

a:visited {
	color: #ec1d57;
}

a:hover {
	color: #ec1d57;
	text-decoration: none;
}

a:active {
	color: #ccc;
	text-decoration: none;
}

p.qAuthor {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

p.q {
	font-style: italic;
	padding-right: 5px;
	margin: 0;
}

img#logos {
	margin-top: 10px;
	margin-bottom: 20px;
}

p#proCaption {
	position: absolute;
	bottom: 5px;
	right: 30px;
	font-style: italic;
}

/* Index Page and News and Updates */

h3#h3latestNews {
	width: 97px;
	height: 12px;
	display: block;
	text-indent: -10000px;
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/headings/h3latestNews.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;	
}

p#latestNewsHome {
	margin: 0;
	padding: 0;
	color: #ED1556;
}

p#latestNewsHome2 {
	margin: 0;
	padding: 0;
}

ul#latestNews {
	margin: 0;
	padding: 0;
}

ul#latestNews li {
	list-style-type: none;
	float: left;
}

ul#latestNews li.newsDate {
	width: 63px;
}

ul#latestNews li.newsDetail {
	width: 300px;
}

ul#latestNews li.newsURL {
	padding-bottom:5px;
	padding-left: 73px;
	
	font-weight: bold;
}

ul#dataList {
	margin: 0;
	padding: 8px 0;
	border-top: 1px solid #ccc;
	position: relative;
}

ul#dataList.lastData {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ul#dataList li {
	list-style-type: none;
}

ul#dataList li.dataDate {
	font-size:10px;
	width: 70px;
	font-weight: bold;
	position: absolute;
	left: 0;
}

ul#dataList li.dataDetail {
	margin-left: 75px;
	margin-right: 25px;
}

ul#dataList li.dataDetail2 {
	margin-left: 0px;
	margin-right: 25px;
}

ul#dataList li.dataIcon {
	position: absolute;
	right: 0;
	top: 7px;
}

/* Product Page */

img#productImg {
	margin-top: 162px;
	margin-left: 75px;
	border: 1px solid #e5e5e5;
}

p.sponsorList {
	margin: 0;
	margin-bottom: 5px;
}

p.sponsorList1 {
	margin: 0;
	margin-bottom: 8px;
}

/* Contact */

.contactList {
	margin: 0;
	margin-left: 25px;
	margin-bottom: 5px;
	padding: 0;
}

.contactList li {
	list-style: none;
}

#contact p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Sitemap */

ul#sitemap {
	font-size: 110%;
	line-height: 160%;
}

ul#sitemap li {
	list-style: none;
	margin-bottom: 5px;
}

ul#sitemap2 {
	width: 100px;
	font-size: 110%;
	line-height: 160%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding: 0;
	margin-left: 40px;
}

ul#sitemap2 li {
	list-style: none;
	margin-bottom: 5px;
}

li.sitemapSection {
	color:#999999
}

ul.sitemapSub {
	color: #666666;
}

#rightColumn #sitemap {
	margin-top: 210px;
}

/* Constant Navigation */

ul#constantMenu {
	position: absolute;
	z-index: 150;
	right: 0;
}

ul#constantMenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

li#contactBtn a {
	background-repeat: no-repeat;
	background-position: left center;	
	color: #aaa;
	text-decoration: none;
	padding-right: 10px;
	border-right: 1px solid #aaa;
}

li#sitemapBtn a {
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;	
	color: #aaa;
	text-decoration: none;
	padding-right: 10px;
	border-right: 1px solid #aaa;
}

li#printBtn a {
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;	
	color: #aaa;
	text-decoration: none;
}

div#pageNav {
	position: relative;
}

a#left {
	position: absolute;
	left: 0;
}

a#right {
	position: absolute;
	right: 0;
}

/* Scrollbar */

div#hold	{ 
	position:relative; overflow:hidden;
	width:364px; height:240px; z-index:100; 
	}
	
	div#hold2	{ 
	position:relative; overflow:hidden;
	width:364px; height:150px; z-index:100; 
	}

div#hold3	{ 
	position:relative; overflow:hidden;
	width:364px; height:200px; z-index:100; 
	}

div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:364px; height:240px; 
	clip:rect(0px, 364px, 240px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
	
	div#wn2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:364px; height:140px; 
	clip:rect(0px, 364px, 140px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}

div#wn3	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:364px; height:200px; 
	clip:rect(0px, 364px, 200px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}

div#lyr1 { 
	position:absolute; 
	left:0px; top:0px; 
	z-index:1; 
	}

div#scrollNav {
	margin-right: 30px;
	padding-top: 5px;
	color: #666;
	font-style: italic;
}

div#scrollNav p {
	float: left;
	margin: 0;
	color: #ED1556;
}

div#scrollNav #scrollArrows {
	padding-left: 320px;
}

table, td, tr {
	margin: 0;
	padding: 0;
}

#programList {
	padding: 0;
	margin: 0;
}

#programList li {
	list-style: none;
	display: inline;
	margin-right: 5px;
}

#programList li a:hover {
	border-bottom: 3px solid #ED1556;
}

#programList li a img {
	border: 0;
}

#value a:hover img {
	border-bottom: 3px solid #ED1556;
}

#value #scrollNav a:hover img {
	border-bottom: none;
}

p#pressContact {
	position: absolute;
	bottom: 10px;
}

/* Eco Page Navigation */

#ecoProduct p {
	min-height: 170px;
}

/* Press Page Navigation */

#pressPages {
	position: absolute;
	bottom: 70px;
	width: 395px;
}

#pressPages #pressNext {
	float: right;
}

/* Photos and Data */

#flashPhoto {
	height: 310px;
	width: 345px;
	margin-top: 162px;
	margin-left: 90px;
}

/* Rightside Image Swap */

body#partners .ecoRight #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/new_img_6.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#partners .partnerRight #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/img_partners_partners.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#tooprecious #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/img_precious_overview.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#value .riskRight #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/img_help_how.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#value .importanceRight #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/replacedCoral.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#science .scienceRight #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/img_science_science.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#science .overviewRight #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/new_img_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#science .policyRight #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/img_science_policy.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#press .dataRight #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/img_blank.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#press .releasesRight #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/img_press_releases.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#press .overviewRight #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/img_press_news2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#help #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/new_img_5.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#help .partnerRight #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/img_partners_partners.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#help .consumerRight #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/img_contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#help .businessRight #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/new_img_7.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#help .sponsorRight #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/new_img_8.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#contact #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/new_img_7.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#privacy #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/img_blank.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#sitemap #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/img_blank.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#ecoProduct #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/img_blank.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#partners .ecoRight2 #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/new_img_9.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

body#partners .ecoRight3 #rightColumn {
	background-image: url(file:///C|/Documents%20and%20Settings/shannan/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/_img/mainImg/new_img_10.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

/* My Comment */

p#descText {
	margin-top: 2px;
	padding: 0;
	margin-left: 80px;
	width: 360px;
	font-size: 9px;
	line-height: 12px;
}

