/*
    AUTHOR: San Juan Rehab and Care
            www.sanjuanderful.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
body { margin: 0;
	padding: 0;
	width: 760px;
	background-color : #fff;
	color : #000;
 }
 
a:link { 
	color: #00FF00;
	}
a:visited { 
	color: #005500;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #333333;
}

hr {color: #008800;
background-color : #008800;
	width: 425px;
	height: 5px;
	}

#container { width: 760px; }
div { border: #000 0px solid; }
#header { width: 760px; float: left; border: 0;}
#main-holder { width: 600px; float: left; border: 0;}
#extra { width: 150px; float: right; border: 0;}
#main { width: 440px; float: right; border: 0;}
#subnav { width: 150px; float: left; border: 0;}
#footer { width: 760px; float: left; border: 0;} 
p { text-indent : 10px; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */




