#mainContent {
	width: 500px;
}
body {
}
#mainContent #frmRegister p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444;
}
#mainContent #frmRegister fieldset {
	background-color: #b9c5c5;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #729e91;
	border-bottom-color: #729e91;
}
#mainContent #frmRegister legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #B9C5C5;
}
#mainContent #frmRegister input.text {
	width: 200px;
}
#mainContent #frmRegister input.text:focus , #mainContent #frmRegister textarea:focus{
	background-color: #eddab1;
	border: 1px solid #9d6124;
}
#sidebar {
	list-style: none;
}

#sidebar ul li {
	/*margin: 0;
	padding: 0;*/
	list-style: none;
}
#sidebar ul a {
	font: 1.1em/30px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	/* margin: 0; */
	border-bottom: 1px solid;
	border-color: #06C;
	width: 140px;
	display: block;
	padding-left: 1px;
	text-align: center;
}
#sidebar ul a:hover {
	background-color: #06F;
}
#sidebar ul a.last {
	border-bottom: none;
}
.coachname {
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
}
#coachlist img {
	padding-right: 12px;
}
#photographs {
	margin: 12px;
	float: left;
}
