
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	background-color: #fff;
}

.home {
	background: #fff url(./images/anne-jordan-bg.jpg) no-repeat top	center;
}


#navBar {
	position: relative;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	margin-top: 20px;
	float: left;
}

#navBar a {
	float: right;
	text-align: right;
	font-size: 32px;
	color: black;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 224px;
	text-align: center;
}

#navBar a:hover {
	color: #53e0ea;
}

#navBar .selected, #navBar .subSelected {
	color: #8ae0e8;
}



.innerPage a {
	width: 160px !important;
}


#content {
	position: relative;
	left: 50%;
	width: 850px;
	margin-left: -425px;
	float: left;
	clear: both;
/* 	border: 1px solid #fac; */
}


#content h1 {
	font-size: 38px;
	margin: 28px 0px 8px 0px;
	font-weight: normal;
	padding: 0;
	float: left;
	clear: both;
	color: #53e0ea;
	width: 100%;
}

#content h2 {
	font-size: 28px;
	margin: 28px 0px 8px 0px;
	padding: 0;
	float: left;
	clear: both;
}

#content p {
	clear: both;
	margin: 6px 0 8px 0;
}


#homepageNav {
	clear: both;
	width: 600px;
	position: relative;
	left: 50%;
	margin-top: 20px;
	margin-bottom: 16px;
	margin-left: -300px;
	float: left;
}

#homepageNav a {
	float: left;
	width: 33%;
	text-align: center;
	font-size: 32px;
	color: black;
	text-decoration: none;
}

#homepageNav a:hover {
	color: #53e0ea;
}


#footer {
	clear: both;
	width: 400px;
	position: relative;
	left: 50%;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-left: -200px;
	float: left;
}

#footer a {
	font-family: arial, helvetica, sans-serif;
	float: left;
	width: 20%;
	text-align: center;
	font-size: 12px;
	color: #acacac;
	text-decoration: none;
}

#footer a:hover {
	color: #53e0ea;
}




.threeColumn  {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
}

.threeColumn p {
	width: 100%;
	float: left;
	clear: both;
}

.threeColumn p span {
	white-space: nowrap;
	float: left;
}

.col1 {
	width: 40%;
}

.col2 {
	width: 20%;
}

.col3 {
	width: 40%;
}

.twoColumn  {
	width: 100%;
	float: left;
	clear: both;
}

.twoColumn p {
	width: 100%;
	float: left;
	clear: both;
}

.twoColumn p span {
	float: left;
}


#actingLinks {
	margin-top: 84px;
	margin-left: 0px;
}

#actingLinks .subNav {
	font-size: 18px;
	margin-left: 12px;
}

#actingLinks a {
	font-size: 24px;
	color: black;
	text-decoration: none;
	float: left;
	margin-bottom: 14px;
	margin-left: 2px;
	clear: left;
}

#actingLinks a:hover {
	color: #53e0ea;
}

.contactForm {
/* 	border: 1px solid #ededed; */
	clear: both;
	float: left;
	margin-top: 60px;
	margin-left: 20px;
	width: 280px;
	font-size: 14px;
}

.contactForm td {
	padding: 6px;
	white-space: nowrap;
}

.contactForm input, .contactForm textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	width: 260px;
}

.photoGallery {
	float: right;
	width: 600px;
	clear: both;
}

.photoGallery a {
	float: left;
	margin: 10px;
}


#annePictures {
	float: right;
	width: 618px;
	clear: both;
}

#annePictures a {
	float: left;
	margin: 0 4px 4px 0;
}


.portfolioLinks {
	float: right;
	width: 600px;
	clear: both;
}

.portfolioLinks a {
	float: left;
	margin: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 200%;
	color: black;
}

.portfolioLinks a:hover {
	color: #53e0ea;
}



.pricingChart {
	width: 60%;
	margin-left: 24px;
	margin-bottom: 14px;
}

.pricingChart td {
	padding: 6px;
}

.pricingChart h3 {
	margin: 18px 0px 0px 0px;
}
