body{
	overflow:hidden;
}
#name{
	position:absolute;
	top:30px;
	left:20px;
	width:320px;
	height:24px;
	z-index:100;
	/*font: normal 24px Arial,sans-serif;*/
	font: normal 200% Arial,sans-serif;
	color: #EB6401; 
}
#head{
	position:relative;
	width:373px;
	height:123px;
	background-image:url(../img/1pix.gif);
}
#content{
	position:relative;
	height:242px;
	background-color: white;
	padding-top: 12px;
	padding-left: 18px;
	padding-right: 18px;
	background-image: url(../img/content_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	/*font: normal 11px Arial,sans-serif;*/
	font: normal 100% Arial,sans-serif;
	line-height:130%;
	color: #4B4B4B; 
	overflow:auto;
}

.orangeLinkBox{
	text-align:center;
	width:auto;
	/*display:block;*/
	margin-top:8px;
	margin-bottom:12px;
}