body {
	text-align:center;
	min-width: 900px;
	margin: 0;
	padding: 0;
	background:#52291C;
}
  
#wrapper {
	text-align:left; /* reset text alignment */ 
	width:900px; /* or a percentage, or whatever */ 
	margin-left: auto;
  	margin-right: auto; /* for the rest */
	background:#52291C url(images/bg.gif);
	background-position:top;
	background-repeat:repeat-y;
}

#banner {
	width:700px;
	height:200px;
	margin-left:100px;
	background-image: url(images/banner/rotate.php);
	background-repeat: no-repeat;
}

#badge_vendor {
	width:125px;
	height:125px;
	position: relative;
	left:+643px;
	top:-45px;
	margin-left:100px;
}

a:link {
		color: #CC0000;
		text-decoration: none;
}

a:hover {
		color: #555104;
		text-decoration: underline;
}

a:active {
		color: #ABA30A;
		text-decoration: underline;
}

a:visited {
		color: #990000;
		text-decoration: none;
}

/* MENU -------------------------------------- */

#menu {
	position:relative;
	top:-100px;
	width: 560px;
	margin-left:190px;
	background: none;
	text-align:center;
}


/* ENDMENU ------------------------------------- */


/* MAIN -------------------------------------- */

#mainTITLE {
	position:relative;
	top:-83px;
	width: 500px;
	height: 63px;
	margin-left:110px;
}

#main {
	position:relative;
	top:-83px;
	width: 440px;
	margin-left:110px;
	background: #FFF;
	border-style:solid;
	border-width:10px;
	border-color:#555104;
	padding: 20px 20px 10px 20px;
}

html>body #main {
	width: 440px;
	padding: 10px 20px 10px 20px;
}

#main p {
		text-align:left;
		font:12px/1.6 Georgia, Times, serif;
		color: #000;
}

/* ENDMAIN ------------------------------------- */


/* 10REASONS ----------------------------------- */

#tenreasons01 {
	position:absolute;
	top:272px;
	width: 157px;
	height: 252px;
	margin-left:578px;
	background: url(images/10reasons.gif) no-repeat;
}

html>body #tenreasons01 {
	margin-left:628px;
}

#tenreasons02 {
	position:absolute;
	top:534px;
	width: 157px;
	height: 147px;
	margin-left:578px;
}

html>body #tenreasons02 {
	margin-left:628px;
}

/* END10REASONS ---------------------------------- */

/* IMAGES ---------------------------------------- */

#images001 {
	position:absolute;
	top:691px;
	width: 157px;
	height: 120px;
	margin-left:578px;
}

html>body #images001 {
	margin-left:628px;
}

/* ENDIMAGES --------------------------------------- */


#footer {
	width: 800px;
	height: 50px;
	margin-left:50px;
	background: url(images/footer.jpg) no-repeat;
}



/* menuBOTTOM ---------------------------------- */

#menuBOTTOM {
	width: 800px;
	height: 50px;
	margin-left:50px;
	background: #52291C;
	padding-left: 15px;
	padding-right: 15px;
}

#menuBOTTOM p {
		text-align:center;
		margin: 0px 0px 0px 0px;
		padding-top: 10px;
		font:11px/1.4 Georgia, Times, serif;
}


#menuBOTTOM a:link {
		color: #977E76;
		text-decoration: none;
}

#menuBOTTOM a:hover{
		color: #FFF;
		text-decoration: underline;
}

#menuBOTTOM a:active{
		color: #977E76;
		text-decoration: underline;
}

#menuBOTTOM a:visited{
		color: #000;
		text-decoration: none;
}


/* END menuBOTTOM ------------------------------ */
