#boxcontent {
	height:400px;
}
	#boxhelptitle {
		position:absolute;
		top:135px;
		left:10px;
		width:520px;
		height:30px;
		background-color:white;
		background-image:url('../images/abouttitlebg.gif');
		background-repeat:no-repeat;
	}
		#boxhelptitle h2 {
			font-size:10px;
			text-indent:-5000px;
		}
	#boxhelp {
		position:absolute;
		top:175px;
		left:10px;
		width:520px;
		height:350px;
		background-color:silver;
		border:0px;
		overflow:hidden;
		background-color:white;
	}
		#help {
			margin:0px 10px;
		}
			#help p {
				color:#000099;
			}
			#help ul {
				border:0px;
				margin:0px 0px 10px 0px;
				padding:0px;
			}
				#help ul li {
					border:0px;
					margin:0px;
					padding:0px;
					font-weight:bold;
					color:#000099;
					list-style-type:none;
				}
	#boximg1 {
		position:absolute;
		top:135px;
		left:540px;
		width:220px;
		height:348px;
		background-color:silver;
	}

