@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

.outerwrap
{
width:700px;
}
.logo
{
display:none;
}
.contact_header
{
display:none;
}

.nav
{
display:none;

}


.content hr
 {
	 color:#D1E1E9;
	 height:2px;
	 	border: 0; 


	background-color:#D1E1E9
	 
 }
 
 .content
 {

width:700px;
	 line-height:20px;
	 font-size:12px;
 }
 .content h1
 {
	 color:#F90;
	 font-size:36px;
	 letter-spacing:-1px;
	 font-family:Georgia, "Times New Roman", Times, serif;
 }
 
 .content h2
 {
	 color:#036;
	 font-size:18px;
	 letter-spacing:-1px;
 }
 .content a
 {
	 color:#06C;
	 text-decoration:none;
 }
 .content a:hover
 {
	 color:#09F;
	 text-decoration:underline;
 }
 
 .content th
 {
	 text-align:left;
	 background-color:#F0F4F7;
	 font-size:13px;
 }
 .content tr td
 {
	 border:1px dotted #F0F4F7;
 }
 
  .sidebar
 {
	 padding: 15px; margin-left:10px; border:solid #D6E0E9 1px; background-color:#F0F3F7;
 }
 
 .retail
 {
display:none;
	 
 }
 

 .contact_stuff
 {
display:none;
 }

 .footer
 {
display:none;
 }
 

