/* Layout Required */
	/* Global */
body {
	margin: 0;
	text-align: center;
	font-family: Helvetica;
	font-weight: lighter;
	font-size: 12px;
}
a,p,ul,li,td {
	font-size: 12px;
	text-decoration: none;
	font-weight: lighter;
}
a {
	cursor: pointer;
	cursor: hand;
}
h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: lighter;
}
div {
	text-align: left;
}
	/* Classes */
.LightGray {
	color: #666666;
}
.OptionOne {
	text-transform: uppercase;
}
	/* Specifics */
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 872px;
}
div#wrapper {
	float: left;
	width: 870px;
	margin:0;
	margin-top: 45px;
	padding: 0;
}
	div#main {
		float: left;
		width: 858px;
		margin: 5px;
		padding: 0;
	}
		div#main div#logo {
			float: left;
			margin: 0;
			width: 199px;
			height: 119px;
		}
		div#main div#header {
			float: left;
			margin: 0;
			width: 659px;
			height: 119px;
		}
		div#main div#menuBar {
			float: left;
			width: 858px;
			height: 25px;
		}
			div#main div#menuBar a {
				float: left;
				display: block;
				font-size: 14px;
				text-transform: uppercase;
				line-height: 25px;
				padding-left: 15px;
				padding-right: 15px;
			}
		div#main div#leftBar {
			float: left;
			margin: 0;
			width: 190px;
		}
			div#main div#leftBar a.activeLink {
				font-style: italic;
				font-size: 13px;
			}
			div#main div#leftBar p {
				margin-right:10px;
				line-height: 25px;
			}
		div#main div#rightBar {
			float: left;
			margin: 0;
			width: 666px;
			min-height: 435px;
		}
			div#main div#rightBar p {
				margin-right:15px;
				margin-left:15px;
			}
			div#main div#rightBar h1 {
				margin-top:25px;
				margin-right:15px;
				margin-left:15px;
			}
			div#main div#rightBar table.pricing {
				width: 600px;
				font-size: 12px;
				text-decoration: none;
				font-weight: lighter;
				margin-right:15px;
				margin-left:15px;			
			}
			div#main div#rightBar td {
				vertical-align: top;		
			}
			div#main img#placeholder {
				margin: 5px;
			}
		div#main div#bottomMenu {
			float: left;
			width: 858px;
			height: 25px;
			margin-bottom: 15px;		
		}
			div#main div#bottomMenu a {
				float: left;
				display: block;
				text-transform: uppercase;
				line-height: 25px;
				padding-left: 10px;
				padding-right: 10px;		
			}
	div#footer {
		float: left;
		width: 425px;
	}
		div#footer p,div#footer a {
			font-size: 10px;
		}
	div#infoBtm {
		float: left;
		width: 433px;
		text-align: right;
	}
		div#infoBtm p {
			float: left;
		}
/* End Layout Required */

/* Pricing & Planning Page */
div#PriceCustom,div#PriceWall,div#PriceSeniors,div#PriceHeadShots,div#PriceRetouch,div#PriceWeddings,div#PlanningOne,div#PlanningTwo,div#AboutMain,div#AboutHeather,div#AboutJames,div#AboutRebecca,div#AboutLeana,div#AboutDiana {
	display: none;
}
div#main div.activePrice, div#main div.activePlan, div#main div.activeAbout {
	float: left;
	display: block;
}
	div#AboutMain ul,ul.AboutUs {
		list-style: circle;
	}
	div#AboutMain li,ul.AboutUs li {
		margin-top: 25px;
	}