body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; //verdana;
	font-size: 13px;
	color: #333;
	background: url(images/pagebg2.jpg) #000 repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}

#page {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
}

#header {
	width: 900px;
	height: 103px;
	background: url(images/header.jpg);
}
#header h1 {
	display: none;
}

#menu {
	position: relative; /* so #menu p can be positioned */
	width: 900px;
	height: 39px;
	background: url(images/menu.jpg);
}
#home #menu {
	background-position: 0 -39px;
}
#services #menu {
	background-position: 0 -78px;
}
#portfolio #menu {
	background-position: 0 -117px;
}
#library #menu {
	background-position: 0 -156px;
}
#menu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	margin: 0;
	padding: 1px;
}
#menu li a {
	height: 39px;
	width: 142px;
	display: block;
}
#menu li a:hover {
	height: 30px;
	width: 143px;
	border-top: 4px solid #f93;
	border-bottom: 4px solid #f93;
}
#menu span {
	display: none;
}

#menu p { 
	position: absolute;
	top: 10px;
	right: 0;
}
#menu p a {
	color: #fff;
	margin: 0 10px;
}
#menu p a:hover {
	color: #fc6;
}


#content {
	position: relative; /* so sidebar can be positioned absolutely relative :-) */
	width: 900px;
	padding: 0;
	margin: 0 auto; /* auto needed to center in Netscape */
	background-color: #fff;
	text-align: left;
}


#main {
	padding: 20px 30px;
	width: 500px;
	min-height: 440px;
}



h2 {
	font-family: georgia, arial;
	font-size: 17px;
	color: #006; 
	margin: 8px 0 6px 0;
}
h3 {
	font-family: georgia, arial;
	font-size: 14px;
	color: #630; 
	margin: 8px 0 6px 0;
}


#aside {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 20px 26px;
	width: 271px;
	text-align: left;
	background: #f5e4b6; /* fda; */
	border-left: 1px solid #eb8;
}
#aside h2 {
	color: #630;
}

.section {
	background: #333;
	margin-bottom: 20px;
	border: 1px solid #333; 
}
#aside .section h2 {
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0 0 2px 8px;
	border: 0;
}
.article {
	background: #ffc; 
	padding: 14px;
}



#footer {
	width: 900px;
	margin: 0 auto;
	background-color: #96aa35; 
	font-size: 11px;
	clear: both;
}
#footer p, #footer a {
	text-align: center;
	padding: 5px;
	color: #000;
}



p, dt {
	margin: 0 8px 9px 9px;
	text-align: left;
}

#accred {
	text-align: center;
}
#accred img {
	margin: 11px 40px;
}

ul {
	margin: 0 0 16px 0;
	padding: 0;
	list-style-image: url(images/bullet.gif);
}
li {
	margin: 0 0 0 22px;
}
hr { /* fully clear floats and provide extra vspace */
	display: block; 
	clear: both;
	margin: 12px 0;
	visibility: hidden;
}

.webform, .webform p {
	text-align: right;
}


fieldset {
	margin: 10px 0;
}
legend { 
	font-weight: bold;
}


#pp {
	float: right;
	width: 200px;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	margin: 5px 0 20px 20px;
}
#p1 {
	color: #333;
}
#p2 {
	color: #f93;
}
#p3 {
	color: #9c3;
	margin: 5px 0 5px 20px;
}
#p4 {
	color: #36c;
	margin-left: 50px;
}
#pp p {
	color: #333;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	margin: 12px 0 0 5px;
}

#questions ul { 
	padding: 0;
	margin: 10px 0 0 0;
}
#questions li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 9px;
	font-family: georgia;
	font-variant: small-caps;
	font-size: 17px;
	font-weight: bold;
	color: #f93;
}


.color1 { color: #f93; }
.color2 { color: #9c3; }
.color3 { color: #36c; }
.color4 { color: #666; }

#ON {
	color: #690;
}
#ON strong {
	color: #f93;
	font-variant: small-caps;
	white-space: nowrap;
}
