/*************************************************************
	website:	www.kemmler-ortho.com	
	type:		Global
	desc:		Global layout structure 
	version:	1.0.0                      
-----------------------------------------------------------
	author:		Jeremy S. Ward
	date:		21 Apr 2008
	copyright:	(c) 2008 - Y Draw Creative Technologies
	license:	Creative Commons (cc)
	homepage:	www.ydraw.com

*************************************************************/
/*=========================
  Import Style Sheet Calls 
  =========================*/
@import url("/css/screen/setup.css");
@import url("/css/screen/text.css");


/*-------------------- 
  Global Default Syles
  -------------------- */
*{padding:0; margin:0;}

body {
	font-size:62.5%; /*Font-size: 1.0em = 10px when browser default size is 16px*/
	background-color:#300607; 
	font-family:verdana,arial,sans-serif;
}