@charset "UTF-8";
/* CSS Document */

body {
	background-color:#1f2e33;
	background-image:url(../images/background.png);
	background-position:top left;
	background-repeat:repeat-x;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
}

img {
	border:0;
}

a {
	text-decoration:none;
	color:#24709d;
}

a:focus, a:active {
	outline:none;
}

#wrapper {
	width:1000px;
	margin:auto;
	min-height:500px;
}

#header {
	height:200px;
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:20px;
}

	#logo {
		height:100px;
		padding-top:10px;
	}
	
	#nav {
		height:100px;
		margin-left:450px;
		clear:both;
	}
	
		#nav img {
			padding-left:10px;
		}
		
		#nav_date{
			position:relative;
			left:503px;
			top:-39px;
			font-size:12px;
			width:30px;
		}

#content_wrapper {
	min-height:300px;
	float:left;
}

	.content {
		width:568px;
		margin-bottom:50px;
	}
	
		.content_header {
			background-image:url(../images/content_header_corners.png);
			height:91px;
		}
		
			.content_header_bg {
				background-image:url(../images/content_header_bg.png);
				margin-left:92px;
				margin-right:92px;
				height:91px;
			}
			
				.content_header_bg_title {
					padding-top:18px;
					font-size:25px;
					text-align:center;
				}
		
		.content_middle {
			background-image:url(../images/content_rails.png);
			background-repeat:repeat-y;
		}
		
			.content_middle_bg {
				background-color:#ffaf61;
				margin-left:5px;
				margin-right:5px;
				min-height:50px;
			}
		
				.content_content {
					padding:0 20px 0 20px;
				}
				
					.coach_pic {
						float:left;
						padding-right:20px;
					}
					
					.coach_info {
						float:none;
					}
		
		.content_footer {
			background-image:url(../images/content_footer_corners.png);
			height:92px;
		}
		
			.content_footer_bg {
				background-image:url(../images/content_footer_bg.png);
				margin-left:92px;
				margin-right:92px;
				height:92px;
			}
		
#sidebar_wrapper {
	min-height:300px;
	float:right;
}

	.sidebar {
		width:319px;
		margin-bottom:50px;
	}
	
		.sidebar_header {
			background-image:url(../images/sidebar_header_corners.png);
			height:92px;
		}
		
			.sidebar_header_bg {
				background-image:url(../images/sidebar_header_bg.png);
				margin-left:92px;
				margin-right:92px;
				height:92px;
			}
			
				.sidebar_header_bg_title {
					padding-top:18px;
					font-size:25px;
					text-align:center;
					color:#FFF;
				}
		
		.sidebar_middle {
			background-image:url(../images/sidebar_rails.png);
			background-repeat:repeat-y;
		}
		
			.sidebar_middle_bg {
				background-color:#51a7c1;
				margin-left:5px;
				margin-right:5px;
				min-height:50px;
			}
		
				.sidebar_content {
					padding:0 20px 0 20px;
					/*line-height:35px;*/
					font-size:12px;
				}
		
		.sidebar_footer {
			background-image:url(../images/sidebar_footer_corners.png);
			height:91px;
		}
		
			.sidebar_footer_bg {
				background-image:url(../images/sidebar_footer_bg.png);
				margin-left:92px;
				margin-right:92px;
				height:91px;
			}

#footer_wrapper {
	background-image:url(../images/footer_wrapper_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	clear:both;
}

	#footer {
		background-image:url(../images/footer_bg.png);
		background-repeat:no-repeat;
		background-position:top;
		height:85px;
		width:1000px;
		margin:auto;
	}
	
		#footer_top {
			height:51px;
		}
		
		#footer_bottom {
			height:34px;
			text-align:right;
			color:#FFF;
			font-size:12px;
		}
		
		#footer_bottom a{
			color:#FFF;
			text-decoration:none;
		}