html {
	height: 100%;
}

body {
	margin: 0 0 0 0;
	background: url(../images/back.gif);
	font-family: arial, verdana, sans serif;
	height: 100%;
	overflow: visible;
}

div.grayback {
/*	padding-top: 100px;*/
	position: relative;
	background: url(../images/grayback.gif);
	width: 732px;
	top: 0px;
	height: 100%; 
	overflow: visible; 
	margin 1 1 1 1;
	text-align: left;
}

div.topback {
	position: absolute;
	background: url(../images/topback.jpg);
	width: 730px;
	left: 1px;
	top: 0px;
	height: 80px;
}

div.menuback {
	position: absolute;
	background: url(../images/menuback.jpg);
	width: 716px;
	left: 1px;
	top: 80px;
	height: 20px;
	text-align: left;
	padding-left: 14px;
	font-size: 10px;
}

div.menuback a {
	display: inline-block;
	color: #dcdcdc;
	font-family: arial, verdana, sans serif;
	font-size: 11px;
	margin-top: 3px;
	margin-right: 32px;
	text-decoration: none;
	font-weight: bolder;
}

div.menuback a:hover {
	color: white;
}

div.mainarea {
	position: relative;
	width: 480px;
	left: 12px;
	top: 0px;
	padding-top: 100px;
	text-align: left;
	font-size: 10px;
	overflow: hidden;
/*	height: 210px; */
}

div.rightarea {
	position: absolute;
	width: 218px;
	left: 502px;
	top: 113px;
	text-align: left;
	font-size: 10px;
	overflow: hidden;
/*	height: 100%;*/
}

div.mainitemhead {
	border-bottom: 1px solid black;
	width: 480px;
	font-size: 10px;
	padding-top: 10px;
}

div.mainitemcontent {
	padding-top: 3px;
	border-bottom: 1px solid black;
	width: 472px;
	font-size: 13px;
	padding-bottom: 4px;
	background: #f8f8f8;
	padding-left: 4px;
	padding-right: 4px;
}

div.mainitemcontent a {
        color: black;
        text-decoration: none;
/*	display: block; */
}

div.mainitemcontent a:hover {
	color: gray;
}

div.mainitemcontent h3 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bolder;
}

div.mainitemcontent table {
	padding: 0px;
	border: 0px;
	width: 472px;
	margin-left: -4px;
	
}

div.mainitemcontent td {
	padding: 6px;
	width: 112px;
	border-top: 1px solid #eaeaea;
	vertical-align: top;
}

div.mainitemcontent div.imgdiv {
	width: 108px;
	height: 108px;
	background: #ccdd33;
	text-align: center;
}

div.mainitemcontent div.imgdesc {
	width: 108px;
	height: 38px;
	background: #ccdd33;
	text-align: center;
	margin-top: 6px;
}


div.rightitemhead {
/*	border-bottom: 1px solid #454545;*/
	width: 218px;
	font-size: 13px;
	background: #454545;
	margin-top: 10px;
	color: #dcdcdc;
	font-weight: bolder;
	padding-bottom: 1px;
	padding-left: 3px;
}

div.rightitemcontent {
	padding-top: 3px;
	border-bottom: 1px solid #e0e0e0;
	width: 210px;
	overflow: hidden;
	font-size: 11px;
	padding-bottom: 4px;
/*	background: #e0e0e0;*/
	padding-left: 3px;
	padding-right: 3px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

div.footerfiller {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	text-align: center;
}
