* {
  margin: 0;
  padding: 0;
}

h1			{ font: bold 18pt arial; margin-bottom: 12px }
h2			{ font: bold 14pt arial; margin-bottom: 12px }
body,td		{ font: 9pt tahoma }
body		{ background-color: black; }
p			{ margin-bottom: 12px }

#frame {
	width: 870px;
	min-height: 1200px;
	background-color: black;
	overflow: auto;
}

#admin {
	position: absolute;
	top: 152px;
	left: 802px;
}

#header {
	background: url(img/header.jpg) no-repeat;
	width: 864px;
	height: 89px;
	margin-bottom: 0px;
}

#search {
	margin-left: 600px;
	padding-top: 28px;
	color: white;
}

#topbanner {
	background: url(img/bg_topbanner.jpg) no-repeat;
	height: 89px;
	width: 864px;
	margin-bottom: 0px;
	overflow: hidden;
}

#menu {
	margin : 0 0 0 0;
	font-size : 0;
	height : 30px;
	width : auto;
	margin-left : auto;
	margin-right : 0;
	white-space: nowrap;
	}

#left {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 231px;
	height: 100%;
}

#center {
	float: left;
	width: 446px;
	min-height: 1200px;
	text-align: left;
	padding: 15px 14px 15px 17px;
	background-color: white;
	background-image: url(/img/mainbg.png);
	background-repeat: repeat-y;
	border-right: 1px solid black;
}

#right {
	background: url(/img/bgright.jpg) no-repeat;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 155px;
	height: 962px;
}

#inright {
	float: right;
	margin-left: 12px;
}