html { height: 100%; margin-bottom: 1px; }

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/* background: url('../images/bslot.png') repeat-x; */
	font-size: 14px;
	margin: 0;
	background-color: #330000;
}
.c {
	float: left;
}
.cr {
	clear: left;
}

td {
	vertical-align: top;
	padding: 5px;
}

h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h3 {
	color: #663300;
	font-size: 8pt;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #D9D9D9;
}

a {
	outline: none;
}

#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {
	margin: 0 auto;
	color: #2e2e2e;
	font-size: 10px;
}

table.formPage a {
	color: #663300;
}

td.err {
	padding: 3px;
	color: #663300;
	background: #F0F0F0;
	border: 1px solid #CECECE;
	text-align: left;
}

td.msg {
	padding: 3px;
	color: #663300;
	background: #F0F0F0;
	border: 1px solid #CECECE;
	text-align: left;
}

.label {
	text-align: right;
}

.link {
	font-size: larger;
}
	
.buttons {
	border-top: 1px solid #D9D9D9;
	text-align: center;
}
#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #6f6f6f;
}

.text {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

input.text, select {
	color: #2e2e2e;
	border: 1px solid #c5c5c5;
/* background: url('../images/input_bg.jpg') repeat-x #ececec; */
	padding: 3px;
}
textarea.text {
	font-size: 8pt;
	color: #2e2e2e;
	border: 1px solid #c5c5c5;
	background: url('../images/input_bg.jpg') repeat-x #ececec;
	padding: 3px;
}
select {
	font-size: 8pt;
}

.captcha {
	border: 1px solid #663300;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

span.req {
	margin-left: 3px;
	color: #663300;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 0px;
	padding: 2px 0px 2px 0px;
	color: #FFA814;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: both;
	display: block;
	width: 100%;
	margin-top: 4px;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #000000;
}
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	height: 3px;
	font-size: 1px;
	background-color: #663300;
}

.price {
	border: 1px solid #A0A0A0;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
}

.paging-info {
   font-style: italic;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#663300;
   background:#DDE5F3;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}

/* --------------------------------------------------------------- */

.center {
	margin: 0 auto;
	width: 960px;
}
	
.center1 {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 960px;
}
	
.header {
	background: url("../images/headerBg.gif") repeat-x;
	height: 150px;
	width: 960px;
	margin: 0 auto;
}

.headerLogo {
	float: left;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.searchBox {
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	width: 420px;
	padding-left: 107px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.searchLabel {
	float: left;
	margin: 4px 5px 0px 0px;
	color: #1A4E80;
}

.searchInput {
     float: left;
    border: 0;
    /* background: url('../images/sBack.gif') no-repeat; */
    height: 21px;
    padding:4px 5px 0px 5px;
    width:288px;
}

.searchBtn {
	height: 20px;
	float: left;
	background: url('../images/searchBtn.png') no-repeat;
	width: 55px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.searchBtnLeft {
	background: url("../images/searchBtnLeft.gif") no-repeat;
	height: 18px;
	width: 5px;
	float: left;
}

.searchBtnCenter {
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	
}

.searchBtnRight {
	background: url("../images/searchBtnRight.gif") no-repeat;
	height: 18px;
	width: 5px;
	float: left;
}

.userBar {
	clear: right;
	float: right;
	margin: 10px 40px 0px 0px;
	color: #663300;
}

.userBar a:active, .userBar a:link, .userBar a:visited {
	color: #663300;
	text-decoration: underline;
}

.userBar a:hover {
	color: #663300;
}

/*-------------------*/

.hMenuContainer {
	/* background: url("../images/hMenuContainerBg.gif") repeat-x; */
	height: 55px;
	width: 960px;
	margin: 0 auto;
}

.hMenu {
	float: right;
	margin-right: 30px;
}

.hMenu a:link, .hMenu a:active, .hMenu a:visited {
	float: left;
	display: block;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.hMenu a:hover {
	/* background: url("../images/hMenuHoverBg.gif") repeat-x; */
	float: left;
	display: block;
	height: 38px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.hMenu img {
	float: left;
}

/*-------------------*/

.path {
	background-color: #FFFFFF;
	width: 935px;
	height: 18px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 10px;
}

.path a:link, .path a:active, .path a:visited {
    color: #666666;
    text-decoration: none;
}

.path a:hover {
    color: #999999;
    text-decoration: underline;
}

.path img {
    margin: 0px 5px 1px 5px;
}

/*-------------------*/

.leftContainer {
	float: left;
	width: 215px;
	background-color: #FFFFFF;
}

/*-------------------*/

.centerContainer {
	float: left;
}

.centerContainerT {
/*	background: url("../images/contentTop.png") no-repeat;*/
	height: 2px;
	width: 530px;
}

.centerContainerB {
	clear: both;
	/* background: url("../images/contentBottom.png") no-repeat;*/
	height: 2px;
	margin: 0;
	width: 530px;
}

.centerContainerM {
	width: 505px;
	/* background: url("../images/contentMiddle.gif") repeat-y;*/
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.catHome {
	float: left;
	width: 146px;
	padding: 0px 0px 18px 30px;
	background: url("../images/catHomeIcon.gif") 13px 4px no-repeat;
}

a.catHomeMain:link, a.catHomeMain:active, a.catHomeMain:visited {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}

a.catHomeMain:hover {
	text-decoration: underline;
}

.catHomeSubcats {
	margin: 18px 0px 0px 0px;
}

a.catHomeSub:link, a.catHomeSub:active, a.catHomeSub:visited {
	color: #000000;
	text-decoration: none;
}

a.catHomeSub:hover {
	color: #000000;
	text-decoration: underline;
}

.catHomeCount {
	color: #663300;
	font-weight: bold;
}

/*-------------------*/

.articleContent {
	padding: 0px 13px 0px 13px;
}

/*-------------------*/

.rightContainer {
	float: left;
	width: 215px;
	background-color: #FFFFFF;
}

/*-------------------*/

.footer {
	width: 960px;
	/*background: url("../images/footerBg.gif") repeat-x;*/
	background-color: #36A1F0;
	border-top: 4px solid #0158FF;
	clear:both;
	text-align: center;
	color: #052769;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.footer a:active, .footer a:link, .footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.footerCat {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0px 20px 20px 20px;
	border-bottom: 1px solid #B32B26;
	width: 700px;
}

/*-------------------*/

.box {
	margin: 0px 0px 20px 12px;
}

.boxTopLeft {
	float: left;
	background: url("../images/boxTopLeft.gif") no-repeat;
	width: 6px;
	height: 25px;
}

.boxTopCenter {
	float: left;
	background: url("../images/boxTopCenter.gif") repeat-x;
	width: 178px;
	height: 19px;
	padding-top: 6px;
	
	color: #707070;
	text-align: center;
	font-weight: bold;
}

.boxTopRight {
	float: left;
	background: url("../images/boxTopRight.gif") no-repeat;
	width: 6px;
	height: 25px;
}

.boxMiddle {
	clear: both;
	/* background: url("../images/boxMiddle.gif") repeat-y; */
	width: 190px;
}

.boxBottom {
	background: url("../images/boxBottom.gif") no-repeat;
	width: 190px;
	height: 13px;
}

/*-------------------*/

.boxStats {
	padding: 10px 0px 10px 20px;
	margin: 0;
	list-style: none;
}

.boxStats li {
	padding-bottom: 2px;
}

/*-------------------*/

.boxSponsored {
	margin: 0px 7px 0px 7px;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 7px 10px 7px;
	color: #707070;
	line-height: 15px;
	font-size: 10px;
}

.boxSponsoredLast {
	margin: 0px 7px 0px 7px;
	padding: 15px 7px 8px 7px;
	color: #707070;
	line-height: 15px;
	font-size: 10px;
}

a.boxSponsoredA:link, a.boxSponsoredA:active, a.boxSponsoredA:visited {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}

a.boxSponsoredA:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

/*-------------------*/

.boxPopCats {
	padding: 10px 10px 10px 20px;
	margin: 0;
	list-style: none;
}

.boxPopCats li {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
/*	background-image: url(../images/boxPopCatsBg.gif); */
	background-repeat: no-repeat;
	background-position: 0px 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.boxPopCats li a:link, .boxPopCats li a:active, .boxPopCats li a:visited {
	color: #000000;
	text-decoration: none;
}

.boxPopCats li a:hover {
	color: #663300;
	text-decoration: underline;
}

/*-------------------*/

.noResults {
	margin-left: 20px;
}

.noResults p {
	color: #663300;
	margin: 0px 0px 15px 0px;
}

.noResults ul {
	margin: 0;
	padding: 15px 0px 20px 40px;
}

/*-------------------*/

.navig {
	padding: 5px;
	color: #663300;
	font-weight: bold;
}

.mainPaging {
	float: right;
}

.pagingLinks {
	color: #663300;
	font-weight: bold;
}

.pagingLinks a:link, .pagingLinks a:active, .pagingLinks a:visited {
	color: #663300;
	text-decoration: none;
}

.pagingLinks a:hover {
	color: #666666;
	text-decoration: none;
}

/*-------------------*/

a.link:active, a.link:link, a.link:visited {
	font-size: 12px;
	color: #663300;
	text-decoration: none;
}

a.link:hover {
	font-size: 12px;
	color: #663300;
	text-decoration: underline;
}

a.readMore:link, a.readMore:active, a.readMore:visited {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}

a.readMore:hover {
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
}

a.readMoreFeat:link, a.readMoreFeat:active, a.readMoreFeat:visited {
	color: #663300;
	text-decoration: none;
}

a.readMoreFeat:hover {
	color: #663300;
	text-decoration: underline;
}

/*-------------------*/

.searcCat a:link, .searcCat a:active, .searcCat a:visited {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}

.searcCat a:hover {
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
}

a.searchLinkCat:link, a.searchLinkCat:active, a.searchLinkCat:visited, a.searchLinkCat:hover {
	color: #6F6F6F;
	text-decoration: underline;
}

/*-------------------*/

a, .linkDetail a:active, .linkDetail a:link, .linkDetail a:visited, .linkDetail a:hover {
	color: #663300;
	text-decoration: underline;
}

.paymentTable td {
	border-right: 1px solid #D9D9D9;
	text-align: center;
}

/*-------------------*/

.bid {
	width: 68px;
}

.bidFunds {
	background: url("../images/bidBg1.gif") no-repeat;
	width: 68px;
	height: 23px;
	padding-top: 7px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

a.bidL1:link, a.bidL1:active, a.bidL1:visited {
	display: block;
	background: url("../images/bidBg2.gif") no-repeat;
	width: 68px;
	height: 31px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;	
}

a.bidL1:hover {
	text-decoration: underline;
}

a.bidL2:link, a.bidL2:active, a.bidL2:visited {
	display: block;
	background: url("../images/bidBg3Middle.gif") repeat-y;
	width: 68px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;	
}

a.bidL2:hover {
	text-decoration: underline;
}

.bidBg3 {
	background: url("../images/bidBg3.gif") no-repeat;
	width: 68px;
	height: 4px;
}

---------------
legend {
   border-width: 1px;
   border-color: #D9D9D9;
   border-style: dotted;
   padding:      3px;
   font-weight:  bold;
   color:        #21ADCE;
}
fieldset {
   border-width: 1px;
   border-color: #D9D9D9;
   border-style: solid;
   background-color: #FFFFFF;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
}

label {
   cursor: pointer;
}

table.comment {
   border-width: 1px;
   border-color: #D9D9D9;
   border-style: dotted;
   margin-top:   5px;
}

tr.comment {
   background-color: #E5EAEE;
   color: #000000;
}

h4 {
        color: #663300;
        font-size: 8pt;
        padding: 0;
}

.link_rating {
   padding: 0px;
   padding-right: 5px;
   border: 1px solid #E1E1E1;
   background: #ffffff;
   color: #6b6b6b;
   width: 200px;
}

.link_rating img {
   display: block;
   float: left;
   margin-right: 2px;
}

.link_rating span.review {
   display: block;
   float: right;    
   color: #000000;
   padding-top: 3px;
}

.frontend_actions {
	float: right;
	width: 36px;
	height: 36px;
}

.float_tiny {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}


/* login slider related */

#panel {
	display: block;
	color: #ffffff;
	/* padding: 10px 20px 10px 20px;*/
    position: absolute;
	z-index: -1;
	top: 0px;
	width: 960px;
	height: 110px;
	background-color: #04044C;
}

#panel a{
	color: #ffffff;
}

.slide {
	margin: 0;
	text-align: right;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #003399;
}
.btn-slide {
    text-align: right;
    /*margin: 0 auto;*/
    display: inline;
    font: normal 110%/100% Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}

.slide a:active, .slide a:link, .slide a:visited {
	color: #ffffff;
	text-decoration: none;
}

.slide a:hover {
    color: #ffffff;
    text-decoration: underline;
}


.active {
    background-position: right 12px;
}

.header_panel {
	height: auto;
	margin: 0 auto;
	background-color: #999999;
}

.center_panel {
    margin: 0 auto;
    width: 960px;
    background: #E51D25;
}

.fields {
	width: 450px;
	height: auto;
	/*min-height: 140px;*/
	background: url('../images/fields_bg.jpg') repeat-y;
}

.fields_c {
	width: 450px;
	height: auto;
	/*min-height: 140px;*/
	background: url('../images/fields_top.jpg') no-repeat;
}

.fields_b {
	width: 450px;
	height: 7px;
	background: url('../images/fields_bot.jpg') no-repeat;
	line-height: 0px;
	overflow: hidden;
}

.fields_c h3 {
	border: none;
	padding-top: 10px;
	color: #284c6f;
	padding-left: 15px;
}

.underlined {
	color: #909090;
	border-bottom: 1px solid #e1dddd;
}

input.btn {
	background: url('../images/button.jpg') repeat-x;
	color: #ffffff;
	height: 20px;
	padding: 0px;
	border: 1px solid #7f818f;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	vertical-align: middle;
}

#additional_links td {
	padding: 0 3px 3px 0;
}
/* Added for Category formatting */
.catH2 {
 font-size: 12px;
 font-weight: bold;
 margin: 0;
 padding: 0;}

.catH2 a:link, .catH2 a:active, .catH2 a:visited {
	text-decoration: none;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	background-image: url(../images/catBullet.png);
	background-repeat: no-repeat;
	background-position: 0 top;
} 

.subcats a:link, .subcats a:active, .subcats a:visited {
 text-decoration: none;
 color: #000000;} 

.catH2 a:hover, .subcats a:hover {
 text-decoration: underline;}

.count {
 font-size: 10px;
 font-weight: normal;
 color: #606060;}

.subcats {
 padding: 5px;
 margin-bottom: 10px;}

.subcats span {
 font-weight: bold;
 margin-right: 7px;}
/* End Added */

/* Title graphic */
.centerContainer h3{
/*	background:url('../images/cBack.gif'); */
	border:1px solid #663300;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
 }

.centerContainer h3 span{
	background:url('../images/cIcon.png') no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 35px; 	
 }
/* End Added */
.dot {
	height: 1px;
	padding: 0px;
	background: url('../images/dot.gif') repeat-x;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

/*-widget box top-*/
.boxtopom {
	background: url("../images/boxTop.png") no-repeat;
	width: 150px;
	height: 30px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	font-size: 12px;
	padding-left: 40px;
}

/*-------------------*/
.adder {
	float: right;
	color: #333333;
	margin-top: 32px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 60px;
	width: 468px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

/*----------FOOTER--------*/

#footer-wrapper {
	clear: both;
	width: 960px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#footer {
	clear: both;
	width: 960px;
	height: 80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer a {
	color: #FFFFFF;
	
}


#three-columns {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;	
}

#three-columns a {
	color: #333333;
	text-decoration: none;
}

#three-columns ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#three-columns li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-image: url(../images/boxPopCatsBg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;	
}
#three-columns li a:hover {
	
	background-position: left center;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-decoration: underline;
}

#three-columns h2 {
	padding:10px 0px 10px 5px;
 	background:url('../images/cBack.gif');
 	border:1px solid #663300;
 	font-size:12px;
 	font-weight:bold;
 	color:#FFFFFF;
	height: auto;
	width: auto;
}


#three-columns h2 span{
 	background:url('../images/cIcon.png') no-repeat;
 	padding:5px 0px 2px 35px;
 	
 }

#column1 {
	float: left;
	width: 280px;
	margin-right: 30px;
	
}

#column2 {
	float: left;
	width: 280px;
	;
}

#column3 {
	float: right;
	width: 280px;
	
}

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	background: url("images/img100.jpg") repeat left top;
}

ul.style1 li {
	height: 28px;
	padding: 12px 0px 0px 20px;
}

ul.style1 a {
}