body
{
	margin: 0;
	padding: 0;
	background: #045FB4;
	color: #000;
	font-family: verdana;
	font-size: 70%;
}

a
{
	text-decoration: none;
	color: #1589FF;
}

a:hover
{
	text-decoration: none;
	color: #15317E;
}

img
{
	border: 0;
}

#container
{
	margin: 0 auto;
	width: 85%; // change this to what ever percentage you like if you want a liquid layout or if you want a fixed size use for example 800px
}

#image
{
	width: auto;
	height: 168px;
	background: #D9E2BA url('../images/body_dynamics_sports_massage.jpg');
}

#image h1
{
	margin: 0;
	padding: 40px 20px 0 0;
	color: #FFF;
	text-align: right;
	letter-spacing: -1px;
	font-size: 200%;
	font-weight: strong;
}

#image h2
{
	margin: -8px 0 0 0;
	padding: 0px 17px 0 0;
	color: #000000;
	text-align: right;
	letter-spacing: 0px;
	font-size: 110%;
	font-weight: light;
}

#header
{
	width: auto;
	height: 50px;
	background: #DDE3C4;
	border-top: 1px solid #FFF;
}

#menu
{
	float: right;
	width: auto;
	height: 50px;
	letter-spacing: 0px;
	font-weight: bold;
	font-size: 120%;
	color: #FFF;
}

#menu ul
{
	margin: 15px 0 0 0;
	padding: 0 20px 0 0;
}

#menu li
{
	display: inline;
	padding: 0 0 0 20px;
}

#menu .active
{
	text-decoration: none;
	color: #153E7E;
}

#content
{
	width: auto;
	height: auto;
	background: #FFF;
	padding: 15px;
	line-height: 170%;
}

#content a
{
	text-decoration: none;
	color: #1589FF;
}

#content a:hover
{
	text-decoration: underline;
	color: #1589FF;
}
#content h2
{
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	font-size: 140%;
	letter-spacing: 0px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #15317E; 
}

#content p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#content img
{
	float: right;
	border: 1px solid #1589FF;
	padding: 5px;
	margin: 0 0 0 15px;
}

#footer
{
	width: auto;
	height: 35px;
	background: #DDE3C4;
	border-top: 3px solid #EEF1E2;
	color: #B6C879;
}

#footerleft
{
	float: left;
	width: 60%; // change this percentage to fit any text in either footer div - the below will auto change (width: auto)
	text-align: left;
	padding: 1% 2%;
}

#footerleft a
{
	text-decoration: none;
	color: #045FB4;
	margin: 0 5px;
}

#footerleft #nomarginleft
{
	margin: 0 10px 0 0;
	letter-spacing: -1px;
}

#footerright
{
	float: right;
	width: auto;
	text-align: right;
	padding: 1% 2%;
}


#footer p
{
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #1589FF;
}

#footer a
{
	text-decoration: none;
	color: #15317E;
}

#footer a:hover
{
	text-decoration: underline;
	color: #15317E;
}