* {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
}

html, body {
	padding: 0px;
	margin: 0px;
}

body {
	background: url("../gfx/menu_bg.png") repeat-y #ccc;
}

#placeholder {
	width: 950px;
	height: 100%;
}

#header {
	float: left;
	height: 60px;
	width: 950px;
}

.header_img {
	float: left;
	height: 60px;
}

.header_txt {
	padding-top: 5px;
	height: 55px;
	background: #000;
	color: #fff;
	font-family: Lucida Sans Unicode, Arial, Helvetica, Sans-Serif;
	font-weigth: bold;
	font-size: 20px;
	text-align: center;
}

#menu {
	float: left;
	width: 187px;
}

#inner_menu {
	margin: 15px 0 0 50px;
	float: left;
	width: 137px;
}

#logo {
	float: left;
	margin: 80px 0 0 50px;	
}

#logo img {
	width: 137px;
}

.menuitem {
	width: 100px;
	height: 16px;
	margin-top: 10px;
	text-align: center;
	background: url("../gfx/btn_normal.png");
}

.menuitem a {
	font-size: 12px;
	color: #ffcc00;
	text-decoration: none;
	width: 100px;
	height: 16px;
	display: block;
}

.menuitem:hover {
	background: url("../gfx/btn_hover.png");
	color: #ffcc00;
}

.menuitem_selected {
	width: 100px;
	height: 16px;
	margin-top: 10px;
	text-align: center;
	background: url("../gfx/btn_selected.png");
}

.menuitem_selected a {
	font-size: 12px;
	text-decoration: none;
	width: 100px;
	height: 16px;
	display: block;
	color: #000;
}

.menuitem_selected a:hover {
	color: #fc0;
}

#content {
	float: left;
	width: 743px;
	margin: 50px 0 0 20px;
}

td {
	vertical-align: bottom;
}

td .bodytext{
	margin: 0;
	padding: 0 2px;
}

.clear {
	clear: both;
}
