
#content {
	width: 680px;	
	float: none;
}
		
#content h2 {
margin-left: 160px;	
}

		#content table {
			border-collapse: collapse;
			margin: 20px 0 0 0;
			_margin-top: 30px;
			padding:0;
		}
			#content table tr th, #content table tr td {
				margin:0;
				padding: 10px;
				font-size: 1em;
				vertical-align: top;
			}
			#content table tr th {
				background: #A8419D url("images/header_back.gif") 0 50% repeat-x;
				color:#fff;
			}
			#content table tr td {
				background: #fff url(images/border.gif) 0 100% repeat-x;
			}
				#content table tr td p {
					margin-top:0;
					font-size: 100%;
				}
					#content table tr td p.title {
						font-weight:bold;
						color:#777;
					}
			#content table tr th.image {
				background-color:#fff;
				background-image: none;
			}
			
			#content table tr td.image {
				width: 120px;
				padding:10px 40px 10px 0;
				text-align: center;
				background-image: none;
			}
		#content table tr td p.title span {
				font-weight: normal;
				font-size: 0.85em;
			}
