#main {
	width:773px;
	margin: auto;
	background-color: #62594a;
}

#header {
	width:773px;
	height:104px;
}

#menubar {
	/*width:302px;*/
	height:29px;
	float: left;
}

a#menuitem-home {
	display: block;
	width:50px;
	height:29px;
	float: left;
	background-image: url(images/menuitem_home.png);
	background-position: top;
}

a#menuitem-home:hover {
	background-position: bottom;
}

div.menuspacer {
	width: 25px;
	height:29px;
	float: left;
	background: url(images/menu-bg.jpg) repeat-x left top;
}

a#menuitem-ourstory {
	display: block;
	width:76px;
	height:29px;
	float: left;
	background-image: url(images/menuitem_ourstory.png);
	background-position: top;
}

a#menuitem-ourstory:hover {
	background-position: bottom;
}

a#menuitem-testimonials {
	display: block;
	width:90px;
	height:29px;
	float: left;
	background-image: url(images/menuitem_testimonials.png);
	background-position: top;
}

a#menuitem-testimonials:hover {
	background-position: bottom;
}

a#menuitem-qualifications {
	display: block;
	width:95px;
	height:29px;
	float: left;
	background-image: url(images/menuitem_qualifications.png);
	background-position: top;
}

a#menuitem-qualifications:hover {
	background-position: bottom;
}

a#menuitem-forms {
	display: block;
	width:51px;
	height:29px;
	float: left;
	background-image: url(images/menuitem_forms.png);
	background-position: top;
}

a#menuitem-forms:hover {
	background-position: bottom;
}

a#menuitem-contactus {
	display: block;
	width:79px;
	height:29px;
	float: left;
	background-image: url(images/menuitem_contactus.png);
	background-position: top;
}

a#menuitem-contactus:hover {
	background-position: bottom;
}


#menubarend {
	width:22px;
	height:29px;
	float: left;
	background: url(images/menubar-14.jpg) no-repeat right top;
}

#canvas-top {
	width:773px;
	height:34px;
	clear: left;
}

#canvas {
	width:703px;
	border:0;
	margin:0;
	padding: 1px 35px 10px 35px;
	background: #fff url(images/canvas_background.jpg) repeat-y scroll top left;
}

#canvas-bottom {
	width:773px;
	height:24px;
}

#small-prints {
	width:773px;
	padding-top:10px;
	text-align:center;
	background-color: #62594a;
	color: #fff;
	font-size: 80%;
}

div {
	border:0;
	margin:0;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
}

div.vignette {
	float: right;
	width: 267px;
	margin: 0px 0px 15px 20px;
}

div.vignette-top {
	background: url(images/vignette-top.jpg) no-repeat left bottom;
	height: 10px;
	margin: 0;
}

div.vignette-content {
	background: #e6eef1 url(images/vignette-content.jpg) no-repeat left top;
	margin: 0;
	padding: 10px;
	/*font-size: smaller;*/
}

div.vignette-bottom {
	background: url(images/vignette-bottom.jpg) no-repeat left top;
	height: 10px;
}

p.quote {
	font-style: italic;
	text-align: left;
}

p.name {
	font-weight: bold;
	text-align: right;
	margin-bottom: 3px;
	margin-top: 15px;
}

p.affiliation {
	text-align: right;
	margin-top: 0;
	margin: 0;
}

div.dot-separator {
	
	text-align: center;
	font-size: xx-large;
}

form table {
	border: 1px solid #7a7a7a;
}

th {
	text-align: left;
}

tr.shaded td {
	background-color: #f1f1f1;
}

table.patable {
	margin-right: auto;
	margin-left: auto;
}

table.patable td {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}

table.patable th {
	background-color: #d4d4d4;
	padding: 3px 10px;
	text-align: center;
}

table.patable tr.odd {
	background-color: #f4f4f4;
}

table.patable tr.even {
	background-color: #eaeaea;
}

