/*Global Stylesheet*/

/*Import all the Stylesheets*/
@import url(reset.css);
@import url(layout.css);
@import url(layout_home.css);
@import url(layout_content.css);
@import url(navigation.css);
@import url(text.css);
@import url(modules.css);

html {
   height: 100%;
   margin: 0px;
   padding: 0px;
} 

/*body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F9F9F9;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:0.75em;
	color:#333333;
	line-height:1.5;
}*/

body{
	margin:0;
	padding:0;
	background: #ebebeb url(images/bg.gif) repeat-x 0 0;
	color: #63615f;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	*text-align:center;
	line-height:18px;
}
