/* CSS Document *//* Main Body */body {	text-align: center; /* Work around to center body div in MSIE */	background-color: #fff;	font-family: Century Gothic, Trebuchet MS, Arial, sans-serif;	color: #000;	font-size: 12px;}#pagecell1 {	text-align: left; /* Reset text alignment to left after MSIE centering fix */	top: 5px;	width: 880px;	height: 560px;	background-color: #EDDDC9;	background-image: url("../images/background.jpg");	left: 0; /* Set left margin to 0, for auto-margins to work as centering */	right: 0; /* Set right margin to 0, for auto-margins to work as centering */	margin-left: auto; /* auto margins for centering */	margin-right: auto;  /* auto margins for centering */}#pagecell1 a:link,#pagecell1 a:visited {	color: #009933;	text-decoration: none;}#pagecell1 a:hover {	color: #0000FF;}#barleft {	float: left;	top: 5px;	width: 40px;	height: 560px;	background-color: #333333;	background-image: url("../images/barleft.jpg");}/* HEADER-LOGO */#header {	color: #000000;	text-align: center;	padding: 15px 0px 5px 0px;}/* Nav Bar */#nav {	margin: 5px 0px 0px 0px;	padding: 0px;	list-style-type: none;	background: #4C4C4C;	position: static;	width: 840px;	height: 26px;}#nav li {	display: inline;	padding: 0;	margin: 0;}#nav a:link,#nav a:visited {	color: #5FB383;	background: #4C4C4C;	padding: 5px 15px 5px 15px;	float: left;	width: auto;	border-right: 1px solid #42432d;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: normal;}#nav a:hover {	color: #ffffff;	background: #44639A;}#alterations #nav-alterations a,#patternmaking #nav-patternmaking a,#perfectpants #nav-perfectpants a,#sewinginstruction #nav-sewinginstruction a,#customclothing #nav-customclothing a {	background: #44639A;	color: #fff;	text-shadow: none;}#alterations #nav-alterations a:hover,#patternmaking #nav-patternmaking a:hover,#perfectpants #nav-perfectpants a:hover,#sewinginstruction #nav-sewinginstruction a:hover,#customclothing #nav-customclothing a:hover {	background: #44639A;}#nav a:active {	background: #44639A;	color: #fff;}/* Nav Bar 2 */#nav2 {	clear: right;	margin: 0px 0px 0px 0px;	padding: 0;	list-style-type: none;	background: #fff;	position: static;	width: 840px;	height: 26px;}#nav2 li {	display: inline;	padding: 0;	margin: 0;}#nav2 a:link,#nav2 a:visited {	color: #000;	background: #fff;	padding: 5px 15px 5px 15px;	float: left;	width: auto;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: normal;}#nav2 a:hover {	color: #ffffff;	background: #44639A;}#home #nav-home a,#about #nav-about a,#contact #nav-contact a {	background: #44639A;	color: #fff;	text-shadow: none;}#home #nav-home a:hover,#about #nav-about a:hover,#contact #nav-contact a:hover {	background: #44639A;}#nav2 a:active {	background: #44639A;	color: #fff;}/* Content-Main */#content {	margin: 0px 0px 0px 0px;	padding: 7px 7px 7px 7px;/*	background: #ccd0ac; */	float: left;	clear: right;	height: 345px;	width: 786px;}#content h1 {	font-size: 18px;	font-weight: bold;	text-align: center;	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;	margin: 7px 0px 5px 0px;}#content h3 {	font-size: 14px;	font-weight: bold;}#affiliations {	position: relative;	width: 200px;	height: 120px;	font-size: 10px;	text-align: left;}/* Site Info */#siteinfo {	float: left;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	text-align: left;	margin-left: 10px;/* 	padding: 3px 7px 3px 17px; *//*	background: #ccd0ac; */	height: 18px;	border-top: solid;	border-width: 1px;}/* STYLES */.strongtext {	font-weight: bold;}.angletext {	font-style: italic;	font-weight: bold;}.question {	font-family: Arial, Helvetica, sans-serif;}