﻿/*
	Author: Jill Horine
			jillhorine@gmail.com
*/
		
#main_panel {
	background: url(../images/sub_main_bg.jpg) center repeat-y;
	width: 966px;
	padding-bottom: 20px;
}
	#side_nav {
			display:block;
			float: left;
			width: 150px;
			margin: 0 10px 0 30px;
		}
		#side_nav h2 {
			color:#003399;
		}	
		#side_nav li a {
			color: #222222;
		}
		#side_nav li a:hover, ul#side_nav li a:active{
			color: #003399;
		}
		#side_sub_nav {
			text-indent: 15px;
		}
		
	#content {
		margin-top: 5px;
		float: left;
		width: 400px;
	}
		#content p {
			color: #222222;
		}
	#content_nophoto {
		margin-top: 5px;
		float: left;
		width: 600px;
	}
		#content_nophoto p {
			color: #222222;
		}
	
	#photo_col {
		display: block;
		float: left;
		width: 330px;
		padding-top: 20px;
	}
	
	.page_photo{
		display: inline;
		float: left;
		padding: 5px 0 10px 10px;		
		width: 300px;
	}
	
	.page_photo_events {
		background: url(../images/events/girl_flag_events.jpg) top no-repeat;
		float:left;
		height:194px;
		padding:5px 0 10px 10px;
		width:300px;
}
	
	.photo{
		display: inline;
		padding: 10px 0 5px 0;		
		width: 200px;
	}
	
	.photo_caption {
		display: block;
		font-size: .9em;
		text-align: left;
		padding-top: 5px;
	}
	
	#sponsors {
		background: url(../images/sponsor_logos/sponsor_list_bg.gif) top no-repeat;
		height: 457px;
		width: 217px;
	}
		ul#sponsors {
			display: block;
			text-align: left;
			margin-right: 20px;
			padding-top: 10px;
			text-indent: 20px;
		}
			ul#sponsors a, ul#sponsors h4{
				color: #333333;
			}

ul.col_list{
	display: block;
	width: 150px;
	float: left;
}
