body  div#content {
	background-image:		url(/images/play_pace_registerform/background.jpg);
	background-repeat: 		no-repeat;
	min-height: 			614px;
	_height: 				614px;
	position: relative;
	top: -13px;
}

#content p {
	margin-bottom: 1.5em;
	}

#content a {
	color: #ba0001;
	}

	#content a:hover {
		text-decoration: none;
		}


/* Form table
******************************************/

#content table {
		width: 95%;
		}
		
	#content table .required {
		color: #ba0001;
		font-size: 1.1em;
		}
	
	#content table .note {
		color: #0054A6;
		}
	
	#content td,
	#content th {
		padding: 4px;
		font-size: 1.2em;
		}
	
	#content p {
		font-size: 1em;
		}
	
	#content p.checkbox,
	#content p.note {
		font-size: 11px;
		}
	
	#content th {
		text-align: right;
		width: 28%;
		}
	
		#content th.left {
			text-align: left;
			}
	
		#content th.section {
			font-weight: bold;
			height: 60px;
			text-align: left;
			}
	
	#content td {
		}
		
		#content td select,
		#content td textarea {
			width: 73%;
			}
		
		#content td.submit {
			text-align: left;
			}





/* Left Side
******************************************/

#content #left {
	position: absolute;
	left: 57px;
	top: 48px;
	width: 390px;
	height: 500px;
	overflow: visible;
	}
	
#left h3 {
		position: relative;
		margin-bottom: 1.5em;
		font-weight: bold;
		font-size: 18px;
		}

	#content #left p,
	#content #left ul {
		font-size: 1.2em;
		margin-bottom: 1.2em;
		}
	
	#content #left img {
		float: left;
		}
	
	#content #left table {
		clear: left;
		}


/* Right Side
******************************************/

#content #right {
	position: absolute;
	left: 500px;
	top: 23px;
	width: 390px;
	height: 535px;
	color: #242021;
	font-size:1.2em;
	}

	#content #right h3 {
		position: relative;
		background-image: url(/images/play_pace_leaderbio/heading_closeuplook.gif);
		background-repeat: no-repeat;
		text-indent: -3000px;
		width: 118px;
		height: 44px;
		}
	
	#content #right .nav {
		position: absolute;
		top: 15px;
		right: 0;
		}

	#content #right .scroller {
		margin-top: 25px;
		height: 450px;
		overflow: auto;
		}
		
		#content #right .scroller img {
			float: left;
			margin: 0 8px 8px 0;
			}
		
		#content #right .scroller p {
			margin-bottom: 1em;
			margin-right: .5em;
			}
			
			#content #right .scroller p.hidden {
				margin-top: 0;
				font-weight: normal;
				color: #8C6239;
				}
