html { height: 100%; }

body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic";
	font-size: 79%;
	color: #3c3a31;
	height: 100%;
	line-height: 21px;
	background-image: url(images/background.jpg);
	background-repeat:repeat;
	}

acronym { border-bottom: 1px dotted #cc0000; cursor: help; } 

.firefox {
border-collapse: collapse;
height: 100%;
width: 100%; 
margin: auto;
margin-top:0px;
}

h1 { 
	font-size: 150%;
	color: #b80c3c;
	font-variant: small-caps;
}

h2 { 
	font-size: 130%;
	color: #b80c3c;
	font-variant: small-caps;
}

h3 { 
	font-size: 110%;
	color: #b80c3c;
	font-variant: small-caps;
}

#bodywatchlogo {	
	background-image:url(images/bodywatch_logo.jpg);
	background-repeat:no-repeat;
	height: 198px;
	width:933px;
	margin-left:19px;
	margin-top:12px;
	font-size:15px;
	}	
	
#container {
	height: auto !important;
	width: 970px;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	margin:auto;
	background-image: url(images/container_background.jpg);
	background-repeat:repeat;
	}

#snippets {
	font-size:11px;
	color:#86092d;
	border: 1px solid #fff;
	background-color:#f6f6f6;
	}
	
#snippets a {
	color:#86092d;
	}

#snippets a:hover {
	background-color:#86092d;
	color:#FFF;
	}
	
#rightfloatbox {
width: 220px;
height: 240px;
float: right;
padding-top: 35px;
padding-right:30px;
padding-left:40px;
font-size:11px;
background-color:#f9f3f5;
	
}

#footer {
	width: 100% !important;
	z-index: 500 !important;
	padding: 10px 0;	
	margin-top: 30px;
	background-image:url(images/footer.jpg);
	color: #333333;	
	font-size: 11px;
	height: 49px;
	}	
	
#footer a {	
	color: #f3eeea;	
	}
	
#footer a:hover {
	background-color:#86092d;
	color:#FFF;
	}
	
#footer p { margin: 0 10px; text-align: center; }