/***************************************************************
Style Sheet for Build My Own Body.
Copyright 2008-2009 Maven Web Solutions, LLC. 
All Rights Reserved.

Revision: 07/2009
***************************************************************/



/* main attributes
--------------------------------------------------------------*/ 

body {

	background: #fff url(http://www.buildmyownbody.com/images/bg_4_471.png) repeat-x;
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #6c6c6c;
	line-height:19px;

}





/* text attributes
--------------------------------------------------------------*/ 

a {
    color: #008d81;
    text-decoration: underline;
}


a:hover {
	color: #000000;
    text-decoration: underline;
}



h1 {
	position: absolute;
	height: 0px;
	overflow: hidden;
}


h2, h3, h4, h5, h6 { 
	font-weight: bold; 
	text-transform: uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #008d81;
}

h2 {
	font-size: 24px;
	margin: 0;
}


h3 {
	font-size: 18px;
	margin: 25px 0 3px 0;
}

h5 {
	margin: 0;	
	padding-top: 10px;
	color: #000;
	text-transform:uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;	
}

h4, h6 { 
	font-size: 14px; 
}

p {  
	margin: 0 0 10px 0;
	text-align:justify;
}

hr {
	border:0;
	height: 1px;
	color:  #bbb;
	background-color: #bbb;
	margin-top: 15px;
}


/* images
--------------------------------------------------------------*/ 



img {
	border: 0;
	margin: 0;
	padding: 0;
}



p img {
	padding: 0;
	max-width: 100%;
}



img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}



img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}



.alignright {
	float: right;
}



.alignleft {
	float: left
}
