
body {
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color:#f4f4f4;
	background-image: url(/images/weightloss-bg.png);
}

/* building block elements for the page */
#wrap {   
	width: 750px;
	line-height:130%;
	margin-left: auto;
	margin-right:auto;
	background-color:#FFFFF6;
}

#headerimg {
	margin: 0;
	width: 750px;
	background-image:url(/images/freeabsheader.jpg);
	background-repeat:no-repeat;
	height: 153px;
}

#headerimg h1 {
	font-size:24px;
	width:470px;
	height:50px;
	margin:0px 0 0 20px;
	padding:60px 5px 5px 120px;
	text-align:left;
	border: 0px;
}


#content{
	float:left;
	width: 380px;
	padding:10px;
	margin-top:0px;
}

#content ol li{
	padding-bottom: 5px;
}

#content ul li{
	padding-bottom: 5px;
}


#avmenu {
	margin-left:400px;
	padding-left:6px;
	width:340px;
	font-size: 15px;
}

#closer {
	clear: both;
	width: 715px;
	padding: 10px 20px 15px 15px;
	font-size: 1.0em;
	text-align:center;
}

#footer {
	clear: both;
	background-image:url(/images/weightloss-footer.png);
	width: 750px;
	height: 70px;
	padding-top:4px;
	text-align: center;
	font-size: 0.8em;
}

/* end of block elements for the page */

/* defining specific HTML tags */

h1 {
	margin:0px;
	line-height:130%;
	text-align:center;
}

h2 {
	margin-bottom: -10px;
	line-height:130%;
}


#avmenu ul {	
	list-style: none;
	width: 320px;
	margin: 0 0 20px 20px;
	padding: 0;
	font-size: 1.1em;
}	

#avmenu li {
	margin-bottom: 4px;
	list-style-image:url(images/bulletdot.jpg);
}

#avmenu li a {
	font-weight: bold;
	text-decoration: underline;
	color: #0000CC;
	display: block;
	padding: 6px 0 0 0;
}	
	
#avmenu li a:hover {
	background: #ffffff;
	color: #990000;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #f4f4f4;
}

a {
	text-decoration: underline;
	color: #0000CC;
}

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

a:visited {
	text-decoration: underline;
	color:#000099;
}

a:visited:hover {
	color: #CC0000;
}

a img {
	border: 0;
}


#footer a {
	color: #808080;
	text-decoration: none;
}

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

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}

.gavban {
	float:left;
	width: 140px;
}

