* {
	padding: 0; margin: 0;
}

HTML {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
BODY {
	padding:0px; FONT-SIZE: 12px; MARGIN: 0px; FONT-FAMILY: Verdana, Arial, SunSans-Regular, Sans-Serif; TEXT-ALIGN: center
}
P {
	MARGIN: 0px 10px 10px
}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #000000;
	outline: none;
	background-color: transparent
	}
a:visited {
	color:  #FF0000;
	}
a:active {
	color:  #FF0000;
	}
a:hover {
	color: #808080;
	
	}

H1 {
	TEXT-TRANSFORM: uppercase; COLOR: #564B47; PADDING-TOP: 10px; BACKGROUND-COLOR: transparent; text-decoration:underline; font-family:Verdana; font-size:12px; margin-left:10px; margin-right:10px; margin-top:0px; margin-bottom:10pxFONT-SIZE
}
H2 {
	COLOR: #564B47; PADDING-TOP: 10px; BACKGROUND-COLOR: transparent; font-family:Verdana; font-size:12px; margin-left:10px; margin-right:10px; margin-top:0px; margin-bottom:10pxFONT-SIZE; font-weight:bold
}

A {
	FONT-SIZE: 11px; COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
div#head {
	padding:0px; FONT-SIZE: 11px; MARGIN: 0px; TEXT-TRANSFORM: uppercase; TEXT-ALIGN: center; WIDTH: 760px;
}
div#box {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px auto; WIDTH: 780px; PADDING-TOP: 0px; TEXT-ALIGN: left
}
div#left {
	padding:0px; FLOAT: left; WIDTH: 180px; 
}
div#content {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; WIDTH: 410px; PADDING-TOP: 0px; BACKGROUND-COLOR: #fff
}
div#right {
	padding:0px; FLOAT: left; WIDTH: 170px; 
}
div#head P {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 0px; PADDING-TOP: 10px
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

.bottombox
{
	background-position: 0% 0%; padding:20px; font-family:Verdana; font-style:normal; font-size:8pt; margin-left:20px; margin-right:20px; margin-top:20px; margin-bottom:0px; voice-family:inherit; height:100px; background-image:url('images/bottombar-bg.jpg'); background-repeat:repeat; background-attachment:scroll 
}


.buynow {
border:1px solid #ccc;
background-color:#f5f5f5;
padding:8px;
text-align:center;
line-height:20px;
}
.buynow a {
font-size:16px;
}