html {
	/*height: 100%;*/
}


body {
	font: 12px/20px verdana, arial, helvetica, sans-serif;
	background-image: url(../assets/grey.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
}

/* ************************************************************ */
/* Default */
/* ************************************************************ */
* {
	margin: 0;
	padding: 0;
	/* main */
}

table {
	height: 100%;
}

img, table, td, tr {
	border-width: 0;
}

/*a img {border: none; }   

/*
h1 {font-size: 24px;
	font-weight: normal;
		padding: 12px 0px 6px 0px;}

h2 {font-size: 18px;
	font-weight: normal;
	padding: 12px 0px 6px 0px;}
	*/
h3 {font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;}


#left {
	background: url(../assets/grey.gif);
}

#right {
	background: url(../assets/grey.gif);
}














