/* Overall CSS */

html, body
	{
	background-color: #ccc8b8;
	color: #ffffff;
	margin: 10px 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	}
div, form
	{
	margin: 0px;
	padding: 0px;
	}
h1
	{
	font-size: 16px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
h2
	{
	font-size: 14px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
h3
	{
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
p
	{
	color: #ffffff;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	}
p a
	{
	color: #ffffff;
	}
ul
	{
	color: #ffffff;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	}
li
	{
	margin-left: 20px;
	}
img
	{
	border: 0px;
	}
textarea, input
	{
	width: 180px;
	}

/* Layout CSS */

div.oa_home, div.oa_chiro, div.oa_elderly, div.oa_pregnancy, div.oa_sport, div.oa_youngsters, div.oa_sports, div.oa_contact
	{
	width: 911px;
	height: 571px;
	margin: 0px auto;
	background-repeat: no-repeat;
	}
div.oa_home       {background: url('images/background_1.gif');}
div.oa_chiro      {background: url('images/background_2.gif');}
div.oa_elderly    {background: url('images/background_3.gif');}
div.oa_pregnancy  {background: url('images/background_4.gif');}
div.oa_sport      {background: url('images/background_5.gif');}
div.oa_youngsters {background: url('images/background_6.gif');}
div.oa_sports     {background: url('images/background_7.gif');}
div.oa_contact    {background: url('images/background_8.gif');}



/* Content Stuff */

div.page_content
	{
	padding: 10px 10px 10px 10px;
	margin-top: 121px;
	width: 235px;
	float: left;
	border: solid 0px #ff0000;
	}

/* Menu Stuff*/

div.menu
	{
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin-top: 140px;
	width: 158px;
	float: left;
	border: solid 0px #ff0000;
	}
div.menu a
	{
	display: block;
	background: URL(images/button.gif) no-repeat;
	text-align: center;
	width: 128px;
	height: 28px;
	padding: 7px 0px 0px 0px;
	text-decoration: none;
	color: #ffffff;
	}
div.menu a:link, div.menu a:active, div.menu a:visited
	{
	background: URL(images/button.gif) no-repeat;
	color: #ffffff;
	}
div.menu a:hover
	{
	background: URL(images/button_hilight.gif) no-repeat;
	color: #000000;
	}

/* Contact Form Stuff */

div.input
	{
	text-align: right;
	}
div.label
	{
	text-align: left;
	}
p.warning
	{
	font-weight: 700;
	color: #000000;
	}

/* Footer Stuff */

div.footer
	{
	width: 909px;
	margin: 0px auto;
	text-align: center;
	}
div.footer a, div.footer a:link, div.footer a:visited, div.footer a:hover
	{
	color: #ffffff;
	text-decoration: none;
	}
div.footer a:hover
	{
	color: #1484c7;
	text-decoration: none;
	}
