* { padding: 0; margin: 0; }

body {
 font-family:Georgia, 'Times New Roman', Times, serif; 
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
h2
{
	border-bottom: 1px solid #cc9;
	color: #999966;
	font: 20px Georgia, sans-serif;
	font-variant: small-caps;
	margin: 0 0 15px;
	padding: 0 0 10px;
 width: 469px;
}




/* =Header
----------------------------------------------------------------------------------------------------*/
#header {
display:none;
}

#header_print {
 color: #eeeecc;
 width: 469px;
 float: left;
 padding: 0px;
 height: 100px;
 margin: 20px 0px 10px 0px;
 background: #eeeecc;
}

#noshow
{
	font-size: 0;
	text-indent: -99999px;
}


/* =Navigation
----------------------------------------------------------------------------------------------------*/
#leftcolumn { 
display:none;
}
* html #leftcolumn {
display:none;
}


/* =Content
----------------------------------------------------------------------------------------------------*/
#content { 
 float: left;
 color: #333;
 border: 1px solid #FFFFFF;
 background: #FFFFFF;
 margin: 0px 0px 5px 0px;
 padding: 0 0px 10px 0px;
 width: 469px;
}


#content p
{
	line-height: 150%;
	margin: 0 0 15px;
	text-align: justify;
}

#review_link a:link, #review_link a:visited {
font-weight: bold;
color:#75785b;
text-decoration:none;
}
#review_link a:hover, #review_link a:active {
font-weight: bold;
color:#75785b;
text-decoration:underline;
}

#content p a:link, #content p a:visited {
color:#333333;
text-decoration:none;
}
#content p a:hover, #content p a:active {
color:#333333;
text-decoration:underline;
}

#review_imgrt {
float:right;
margin: 5px 0 5px 10px;
}
#review_imglft {
float:left;
margin: 5px 10px 5px 0;
}

#review_title {
	border-bottom: 1px solid #cc9;
	border-top: 1px solid #cc9;
	color:#FFFFFF;		/* green #999966; */
	background-color:#999966;
	text-align:center;
	font: 20px Georgia, sans-serif;
	font-variant: small-caps;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	font-weight: bold;
}



/* =Ad Space
----------------------------------------------------------------------------------------------------*/
#rightcolumn { 
display:none;
}
* html #rightcolumn {
display:none;
}

/* =Footer
----------------------------------------------------------------------------------------------------*/
#footer {
display:none;
}
* html #footer {
display:none;
}

/* =Print Link
----------------------------------------------------------------------------------------------------*/
.printlink {
display:none;
}

.printcontent {
width: 469px; 
margin: 5px 0 10px 30px;
color:#333333;
}
.printcontent p{
line-height: 150%;
line-height: 150%;
margin: 0 0 15px;
text-align: justify;
}
.printcontent  p a:link, .printcontent  p a:visited {
color:#333333;
text-decoration:none;
}
.printcontent  p a:hover, .printcontent  p a:active {
color:#333333;
text-decoration:underline;
}

