

/*CSS Global Reset */

			a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,

			code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,

			h5, h6, hr, html, i, img, ins, kbd, label, legend, li, map, object, ol, p, param, pre,

			q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,

			tr, tt, ul, var {

				margin: 0;

				padding: 0;

				vertical-align: baseline;

			}



#wrapper { 
 margin: 0 auto;
 width: 922px; 
 text-align: left; }

body {
 font: 85%/1.5 tahoma, verdana, arial, helvetica, sans-serif;
 letter-spacing: 1px;
 background: #000;
 color: #fff;
 text-align: center;
}


#content { 
 width: 900px;
 margin: 10px 0px 10px 0px;
 padding: 10px;

}

#content img { display: block; 
               margin: 0 auto;
			   border: 0;											/*Firefox bug - 86'd */
               vertical-align: bottom;								/*IE bug - 86'd */

}

#content p a {

text-decoration: none;
color: #fff;
font-weight: bold;}


#content p a:link, a:visited {

-webkit-border-radius: 3px; 
-moz-border-radius: 3px; }


#content p a:hover {

background-color: #a6abb1;
color: #fff; }


#content p.warning { font-size: .75em;
                     padding: .15em 0 0 0;}
					 
					 
#footer p.warning { font-size: .75em;
                     padding: .15em 0 0 0;
					 text-align: center;}						 
					 

#button_buy p a:link, #button_buy p a:visited {
  display: block;
  width: 14em;  /* dimensions needed for IE5.x/Win */
  padding: 0.25em;
  line-height: 1.4;
  font-weight: bold;
  background-color: #38383b;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 2em auto;
 -webkit-border-radius: 6px; 
 -moz-border-radius: 6px;
}
					 
					 
#button_buy p a:hover {

 background-color: #a6abb1;
 color: #fff;
  border: 2px solid #fff;

}						 


h1, h2, h3, h4, h5, h6 {

				font-family: georgia, garamond, "times new roman", times, serif;

				font-weight: bold;

			}



h1 {

font-size: 1.5em;

font-weight: normal;

line-height: 1.8em;

padding: 0.25em;

}



h2 {

font-size: 1.25em;

padding: 0.25em;

			}

