html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

img {
	border: 0;
}

input.search {
	padding: 0;
	margin: 0 0 0 10px;
	border: 0;
}

input.searchButton {
	padding: 0;
	margin: 0 0 0 10px;
	border: 0;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px;
}

/* --- PAGE STRUCTURE --- */
div#pageContainer {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 100%;
	background: url(../../images/header_bg_puzzleplaza.jpg) no-repeat 0 0;
	/*background-color:#333333;*/
}

div#pageTopMenu {
	padding: 0;
	margin: 0;
	float: right;
}

div#pageContentContainer {
	padding: 0;
	margin: 0;
}

/* --- TOPMENU --- */
.topMenu a {
	color: #FFFFFF !important;
}

ul#TopMenu {
	margin: 12px 13px 0 0;
	padding: 0;
	white-space : nowrap;
}

ul#TopMenu li {
	padding: 0;
	margin: 0 7px 0 7px;
	display : inline;
	list-style-type: none;
	list-style-image:none;
}

ul#TopMenu li a {
	padding: 0;
	margin: 0;
	color: #FFFFFF !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#TopMenu li a:hover {
	text-decoration: underline;
}

/* --- LEFTMENU --- */
ul.leftMenu {
	margin: 0 0 10px 10px;
	padding: 0;
	white-space: nowrap;
	width: 232px;
	background: url(../../images/left_menu_bottom.jpg) no-repeat bottom left;
}

ul.leftMenu li {
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
	list-style-image:none;	
	background: url(../../images/left_menu_bg.jpg) no-repeat 0 0;
	height: 22px;
}

ul.leftMenu li.leftMenuHeader {
	padding: 35px 28px 0 0;
	margin: 0;
	height: 28px;
	background: url(../../images/left_menu_header.gif) no-repeat 0 0;
	list-style-type: none;
	text-align: right;
}

ul.leftMenu li a {
	margin: 0;
	padding: 0 0 0 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;	
}

ul.leftMenu li a:hover {
	text-decoration: underline;
}

/* --- CONTENT TABLE --- */
table.contentTable {
	border: 0px;
	padding: 0;
	margin: 0;
}

table.contentTable tbody tr td.tableLeft {
	padding: 200px 0 0 0;
	margin: 0;
	width: 235px;
	height: 100%;
	vertical-align: top;
}

table.contentTable tbody tr td.tableRight {
	padding: 40px 0 0 45px;
	margin: 0;
	vertical-align: top;
}
#pageFooter {
	display:block;
	padding:6px;
	background-color:#0052b0;
	color:white;
	font-weight:bold;
	font-size:10px;
}
#pageFooter a {
	color:#ffd643;
	text-decoration:none;
}
