@charset "utf-8";
/*=================================
 		Title:Xtreme Fat Loss Diet
		Date:09.04.10              
=================================*/
body {
	font-family     : Arial,Verdana,Georgia,Tahoma, Lucida,Helvetica, sans-serif;
	text-align      : center;
	background: #d3d3d3;
	font-size:16px;
	color:#000000;
}
* {
	margin          : 0;
	padding         : 0;
	outline-style   : none;
	outline-width   : 0;
}
img,fieldset {
	border          : none;
}
input, textarea, select {
	font-family     : Verdana;
	font-size       : inherit;
	font-weight     : inherit;
}
a {
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
.hide {
    position        : absolute;
    left            : -9999px;
}
/* Page Structure ===================================
------------------- wrapper starts ----------------*/
.wrapper{
	background:url(../images/bg.gif) repeat-x;
	width:850px;
	margin:0 auto;
	text-align:left;
}
/* --------------- header starts ------------------ */
.header{	
	width:850px;
	height:168px;
	background:url(../images/header-bg.jpg) no-repeat;
}
.header a img{
	margin-left:133px;
}
/* --------------- mainBody starts ------------------ */
.mainBody{
	background:url(../images/bg.gif) repeat-y;
	width:850px;	
}
/* --------------- mainArea starts ------------------ */
.mainArea{	
	background:url(../images/bottom.gif) no-repeat center bottom;
	min-height:357px;
	width:750px;
	padding:10px 50px 50px;
}
* html .mainArea{
	height:357px;
}
/* --------------- footer starts ------------------ */
.footer{
	text-align:center;
	padding-top:13px;
}
.footer p{
	margin:0 auto;
	color:#5f5f5f;
	line-height:26px;
	font-size:13px
}
.footer p a{
	color:#5f5f5f;
	padding:0 1px;
}
.footer p span{
	display:block;
}

  .limebox {
width: 660px;
margin: 0 auto;
border: dashed 1px #075FB1;
}
.limebox td{
	border: solid 5px #ddd;
	padding: 10px;
}

