/* bEgin Typography & Colors */
body {
        font-size: 80.5%; /* Resets 1em to 10px */
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 1200px;
        background: #ffffff url('images/background.jpg') repeat-y top center;
        color: #333;
        text-align: center;
	margin: 0 auto;
        }

#page {
	width: 1000px;
	margin: 0 auto;
        background-color: white;
        text-align: left;
        }

#menu {
	width: 1000px;
	height: 37px;
        background: #ffffff url('images/menu.jpg') no-repeat bottom center;
	margin: 0 auto;
	margin-top: 10px;
        }

#header {
        width: 1000px;
        height: 150px;
        margin: 10px auto;
        }

#header p {
	margin: 10px 0 0 15px;
	padding: 0 20px 0 20px;
	color: #827d71;
	font-family: arial;
	font-size: 16px;
	}

.header_title {
	font-family: arial;
	color: #147acf;
	font-size: 30px;
	letter-spacing: 2px;
	}

.header_phone {
        font-family: arial;
        color: #057b03;
	font-weight: bold;
        font-size: 30px;
        letter-spacing: 2px;
        }

#home_left {
	background: #ffffff url('images/options_back.jpg') no-repeat top center;
	width: 500px;
	min-height: 500px;
	float:left;
	font-size: 12px;
	letter-spacing: -1px;
	border: solid 0px blue;
	}

#home_right {
        width: 500px;
        float:right;
        }

#bs {
	width: 462px;
	height: 121px;
	background: #ffffff url('images/back_bs.jpg') no-repeat bottom center;
	margin-bottom: 10px;
	margin-right; 0px;
	border: solid 0px red;
	}

#ms {
        width: 462px;
        height: 121px;
        background: #ffffff url('images/back_ms.jpg') no-repeat bottom center;
	margin-bottom: 10px;
        }

#bc {
        width: 462px;
        height: 121px;
        background: #ffffff url('images/back_bc.jpg') no-repeat bottom center;
	margin-bottom: 10px;
        }

#tt {
        width: 462px;
        height: 121px;
        background: #ffffff url('images/back_treatment.jpg') no-repeat bottom center;
	margin-bottom: 10px;
        }

#hp {
        width: 462px;
        height: 121px;
        background: #ffffff url('images/back_hp.jpg') no-repeat bottom center;
	margin-bottom: 10px;
        }

#options_container {
	border: solid 0px red;
        width: 464px;
        margin: 0px 0px 0px 20px;
	font-family: arial narrow;
        }

html>body #options_container {
        border: solid 0px red;
        width: 464px;
        margin: 0px auto;
	font-family: arial ;
        }

#options_title {
	margin: 10px 0 0 0;
	text-align: center;
        font-family: arial;
        color: #146bb3;
        font-size: 30px;
        letter-spacing: -1px;
        font-variant: small-caps;
        }

#options_desc {
        margin: 10px 15px 0 15px;
        text-align: left;
        font-family: arial;
        color: #2b343c;
        font-size: 12px;
        letter-spacing: 0px;
	border: solid 0px red;
        }

.option_title {
        font-family: impact, arial;
        color: #022f4c;
        font-size: 30px;
        letter-spacing: -1px;
	font-variant: capitals;
        }

.option_phone {
        color: #045402;
	font-weight: bold;
        }


	

#footer {
	clear: both;
	margin: 20px auto;
	with: 800px;
	}
