
table#container {
	height: 96%;
}

li {
	float: left;
	margin: 0 0 0 22px;
}




table#container td#billboard {
	width: 180px;
	text-align: right;
	font-size: 0;
	background: #000 url(../img/header_bg.gif) 0 0 repeat-x;
	vertical-align: top;
}
table#container td#billboard h1 {
	display: block;
	text-indent: -999px;
	background: url(../img/logo.gif) 29px 32px no-repeat;
	width: 156px;
	height: 86px;
	
}
table#container td#billboard p {
	font-size: 12px;
	color: #ccc;
	margin: 10px 5px 10px 0;
}
table#container td#billboardEnd {
	height: 100px;
	background: #000 url(../img/billboardEnd.gif) bottom right no-repeat;
}


table#container td#globalMenu {
	height: 50px;
	font-size: 12px;
	background: #eee;
}
table#container td#globalMenu {
	color: #999;
}
table#container td.mainContainer {
	background: url(../img/underline.gif) top left no-repeat;
}
table#container td.footer {
	background: url(../img/direction.gif) 0 bottom repeat-x;
	/* background-attachment: fixed; */
}


table#container td.mainContainer td {
	width: 200px;
	white-space: normal;
	
}
table#container td.mainContainer table {
	height: 350px;
	border: none;
}
table#container td.mainContainer * {
	border: none;
}

table#container td.mainContainer div.main {
	height:450px;
}





