/*- Layout--------------------------- */
body, html {
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(http://toptwentytwo.iamace.com/images/layout/full_bg.jpg);
	background-repeat: repeat-y;
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

td img {
	display: block;
}

a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #3688BA;
}

a:hover {
	color: #000;
}

#wrapper {
	background: url(http://toptwentytwo.iamace.com/images/layout/bg.jpg);
	background-repeat: repeat-y;
}

#left_menu {
	text-align: justify;
	vertical-align: top;
	height: 100%;
	background: url(http://toptwentytwo.iamace.com/images/layout/left_bg.jpg);
	background: url(http://toptwentytwo.iamace.com/images/layout/left_menu_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#left_menu #menu_div {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#top_menu {
	width: 538px;
	height: 20px;
	background: #FFF;
	padding-right: 18px;
	text-align: right;
}

#top_menu a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #3688BA;
}

#top_menu a:hover {
	color: #000;
}

#content {
 vertical-align: top;
	padding-right: 15px;
	padding-bottom: 50px;
	padding-left: 3px;
}

#main_content {
	width: 470px;
	height: 336px;
	text-align: justify;
	vertical-align: top;
	padding-left: 7px;
	background: #FFF;
}

#layout_table {
 width: 1000px;
	background-color: #FFF;
	background: url(http://toptwentytwo.iamace.com/images/layout/footer.gif);
	background-position: bottom left;
	background-repeat: no-repeat
}

#right_panel {
	width: 203px;
	height: 336px;
	text-align: justify;
	vertical-align: top;
	padding-left: 15px;
	background: #FFF;
}

#right_panel .ad_img {
 border: 1px solid #000;
	margin-bottom: 2px;
}

#bottom_cut {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 5;
	margin: 0px;
	padding: 0px;
}

.full_height {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
