/* Northstar CSS goodness */

* {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	min-width: 780px;
	max-width: 1200px;
}

body {
	margin: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

p {
	line-height: 110%;
	padding-bottom: 8px;
}


/* masthead */

#masthead {
	width: 100%;
	height: 130px;
	position: relative;
	margin-bottom: 40px;
	color: #333333;
	background-color: #336699;
}

h1 {
	font-size: 80%;
	position: absolute;
	top: 15px;
	left: 40px;
	width: 250px;
	padding-top: 90px;
	text-align: left;
	background-image: url(images/global/Ann_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}


#address {
	position: absolute;
	top: 15px;
	right: 40px;
	height: 100px;
	font-size: 80%;
	padding-right: 110px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/global/alexander_technique_logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.phone {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	right: 120px;
	bottom: 5px;
}

/* content */


a:link, a:visited{
	color: #993333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
.imgInsetL {
	float: left;
	margin-right: 15px;
}

.imgInsetR {
	float: right;
	margin-left: 10px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
	color: #993333;
	padding-right: 1%;
	margin-bottom: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #993333;
	padding-left: 2%;
	background-color: #FFFFFF;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
	font-size: 140%;
	padding-bottom: 15px;
}

h4 {
	color: #336699;
	font-size: 100%;
	padding-bottom: 3px;
	padding-top: 3px;
}

.name {
	font-weight: bold;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 10px;
}

.question {
	font-size: 150%;
	line-height: 130%;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	margin-top: 10px;
}

#content {
	float: right;
	width: 79%;
}

#content li {
	list-style-position: inside;
	margin: 0px;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 25px;
}

#contentMain {
	float: left;
	width: 63%;
}

#contentMinor {
	float: right;
	width: 30%;
	border-left: 1px solid #993333;
	padding-left: 1%;
}

#contentMinor p, #contentMinor li {
	padding-right: 25px;
	font-size: 80%;
	line-height: 115%;
}

#contentMinor li {
	margin-bottom: 10px;
}


/* navigation */

#navCol {
	width: 18%;
	float: left;
}

#navwrap {
}

#navCol ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navCol ul a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size: 90%;
	margin-left: 10px;
	padding-left: 25px;
	height: 30px;
	background: url(images/global/buttonU.jpg) no-repeat left top;
}

#navCol a:hover {
	background: url(images/global/buttonH.jpg) no-repeat left top;
}

#navCol p {
	font-size: 80%;
	margin-left: 20px;
}
.imgNav {
	margin-bottom: 5px;
	margin-left: 5px;
}


/* footer */

#footer {
	clear: both;
	text-align: center;
	padding-top: 40px;
}

#footer p {
	font-size: 90%;
	color: #336699;
}

#footer a {
	color: #336699;
	text-decoration: none;
}

#footer a:hover {
	color: #339999;
	text-decoration: underline;
}
.border {
	border: 1px solid #666666;
}
.people {
	width: 100%;
	margin-bottom: 20px;
}

