body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	text-align:center;
	min-width: 100%;
	font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    color: #333333;
    line-height: 19px;
}

#header {
	height: 65px;
	width: 100%;
	background-image: url(bckgr.gif);
	position: relative;
}

#footer {
	height: 41px;
	width: 100%;
	background-image: url(bckgr1.gif);
	position: relative;
}

#footer #copy {
	width: 748px;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-left: auto;
    margin-right: auto;	
	position: relative;
	top: 12px;
	font-size: 12px;
	font-weight:normal;
	color: #808080;
}

#header #logo {
	width: 748px;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-left: auto;
    margin-right: auto;	
	position: relative;
	top: 18px;
}

#content {
	
	margin-top: 20px;
	width: 748px;
	margin-left: auto;
    margin-right: auto;	
	text-align: justify;
}

#leftcolumn { 
	
	width: 186px;
	height:211px;
	border: 0;
	float: left
}

#rightcolumn { 
	
	width: 336px;
	height:280px;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	position: relative;
}

#rightcolumn #buynow {
	
	position: absolute;
	right: 15px;
	bottom: 15px;
	padding: 5px 8px 5px 8px;
	border: solid 1px #cccccc;
	background: #f5f5f5;
	color: #1c8dbc;
	text-decoration: none;
	letter-spacing:-1px;
	font-size: 14px;
	font-weight:bold;
	
	
}

#rightcolumn #offer {
	
	position: absolute;
	left: 45px;
	bottom: 20px;
	color: #808080;	
}


#rightcolumn p {

	margin: 0;
	padding: 10px;
	
}


#rightcolumn .green {

	font-size: 16px;
	font-weight:bold;
	color: #009900;
	margin: 0;
	
}

#rightcolumn #product {

	font-size: 14px;
	margin: 0;
	padding: 10px;
	
	
}

#product .red {

	color: #FF0000;
	
	
}

.clear { clear: both;}

#content p {
	
	text-align: justify;
	margin-bottom: 25px;
}

#content p.rs {
	
	text-align: justify;
	margin-bottom: 5px;
}

h1 {
    font-size: 21px;
    font-weight:bold;
	letter-spacing:-1px;
    margin: 9px 0px;
    color: #ff9602;
}

h2 {
    font-size: 14px;
    font-weight:bold;
    margin: 0 0 15px 0;
    color: #000;
}



#goon {
	
	margin: 25px 0 0 0;
	
}

#htwo {
    font-size: 14px;
    font-weight:bold;
    margin: 25px 0 15px 0;
    color: #000;
}

.link {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}

#goon p {
	
	margin: 0 0 15px 0;
	padding: 0;
	
}


