html{
  }

body {
  width: 99%;
  height: 100%;
  background: #ffffff;
  color: #976949;
  font-family:Century Gothic;
  font-size: 11px;
  text-align:center;
}

#main {
	width:995px;
	margin-left: auto;
	margin-right: auto;
}

#header{
  height: 176px;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}

#footer{
  width:400px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  font-size: 16px;
  clear:both;
}

#logo{
  height: 176px;
  width: 275px;
  float:left;
  background-image: url('../images/logo.gif');
  background-repeat: no-repeat;
}

#menu{
  height: 161px;
  margin-top: 0px;
  margin-bottom:auto;
  float:left;
}

#content{
  margin-left:auto;
  margin-right:auto;
  min-height:500px;
}
#GB_frame{
	overflow-x:hidden;
}

/*Header Main Menu Buttons*/
.header_buttons{
  background-image: url('../images/header_menu2.gif');
  background-repeat: no-repeat;
  height:96px;
  cursor: pointer;
  margin-top:50px;
  }


.home_btn{
	background-position:0px 0px;
	width:108px;
	float:left;
}

.custom_btn{
  background-position:-108px 0px;
  width:139px;
  float:left;
}

.youmake_btn{
  background-position:-247px 0px;
  width:144px;
  float:left;
}

.faq_btn{
  background-position:-391px 0px;
  width:140px;
  float:left;
}

.store_btn{
  background-position:-531px 0px;
  width:113px;
  float:left;
}

.cart_btn{
  background-position:-644px 0px;
  width:71px;
  float:left;
}

.referral_buttons{
	background-image: url('../images/referral_btn.gif');
	background-repeat: no-repeat;
	width: 161px;
	height: 70px;
	cursor: pointer;
}

.referral_btn{
	background-position:0px 0px;
}

/*Home Page Side Buttons*/
.side_buttons{
  background-image: url('../images/side_buttons.gif');
  background-repeat: no-repeat;
  width: 161px;
  height: 70px;
  cursor: pointer;
}

.cropper_btn{
  background-position:0px 0px;
}

.projects_btn{
  background-position:0px -144px;
}

.newsletter_btn{
  background-position:0px -288px;
}

.blog_btn{
  background-position:0px -432px;
}


/*Custom Page Buttons*/
.custom_buttons{
  background-image: url('../images/custom_buttons.gif');
  background-repeat: no-repeat;
  width: 120px;
  height: 95px;
  cursor: pointer;
}

.necklace_btn{
  background-position:0px 0px;
  float:left;
}

.multiphoto_btn{
  background-position:-120px 0px;
  float:left;
}

.bracelet_btn{
  background-position:-240px 0px;
  float:left;
}

.morefun_btn{
  background-position:-360px 0px;
  float:left;
}

.custombuttons{
  background-image: url('../images/custombuttons.gif');
  background-repeat: no-repeat;
  width: 145px;
  height: 90px;

}

.necklacebtn{
  background-position:0px 0px;
  float:left;
}

.multiphotobtn{
  background-position:-145px 0px;
  float:left;
}

.braceletbtn{
  background-position:-290px 0px;
  float:left;
}

.morefunbtn{
  background-position:-435px 0px;
  float:left;
}

/*Admin Page Buttons*/
.admin_buttons{
  background-image: url('../images/admin_menu.gif');
  background-repeat: no-repeat;
  width: 170px;
  height: 31px;
  cursor: pointer;
}

.content_adm_btn{
  background-position:0px 0px;
  float:left;
}

.users_adm_btn{
  background-position:-170px 0px;
  float:left;
}

.orders_adm_btn{
  background-position:-340px 0px;
  float:left;
}

.reports_adm_btn{
  background-position:-510px 0px;
  float:left;
}

.lwInput{
	color:#976949;
	font-weight:bold;
	border:solid 1px;
	background-color:#FAF5F2;
}