body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Osaka;
	color: #333333;
	height:100%;
	font-size: 12px;
	line-height: 1.5;
}
html>/**/body {background: center}
*html div#contentWrapper{height: 100%;}
div#contentWrapper{width:814px;margin: 0 auto;padding: 0px;min-height:100%;}
*html #contentWrapper { height: 100% }
div#content {width:800px;text-align:left;margin: 0 auto;padding: 0px;}
*:first-child+html div#contentWrapper{min-height: 100%;}
*:first-child+html body{}

td, th {text-align: left;}

/*--Header--*/
#head {
	height: 136px;
	width: 800px;
	background-image: url(images/global/head.gif);
}
#logo a {
	display: block;
	height: 106px;width: 350px;
	background: url(images/global/logo.gif) no-repeat left top;
}
#header {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
