/* root.css */

html, body
{
	width:100%; height:100%;
	margin:0;
	background-image:url(../images/global/background.jpg);
	background-repeat:repeat-x;
	background-color:#e0f2ff;
	
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper
{
	width:808px; height:100%;
	margin:0 auto 0 auto;
	padding:0;
	border:0;
	border-left:1px solid #fff;
	
	background:url(../images/global/shadow_tile.gif) right repeat-y;
	background-color:#c8e7ff;
}

#wrapper-td
{
	width:808px; height:100%;
	padding:0;
	margin:0;
	border-spacing:0px;
	vertical-align:top;
}

#footer
{
	padding:5px;
	text-align:center;
	color:#FFFFFF;
	
	font-size:12px;
	

}

.Chowrule
{
	overflow: hidden;
	display:block;
	height:1px;
	background-image:url(../images/global/horizontal_dots_tile.gif);
	margin-top:3px;
	margin-bottom:3px;
}
*/
