@charset "UTF-8";
/****
 color scheme
 5A3D1B - dark brown
  DACCBA - light brown
  919A3F - dark green
  ABB643 - light green
  869BA7 - light blue
  E6E2D6 - tan
  bb0532 - red accent color
  771954  FFAF33 bf1f40 optional colors 771954 purple accent
 
 **/

body {
	text-align: center;
	margin:0px;
	padding:0px;
	background-image: url(images/back2.jpg);
	
}
#wrapper {
	padding: 0px;
	margin-top: 0px;
	width: 780px;
	text-align:left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrap {
	padding: 0px;
	margin-top: 0px;
	margin-left: -25px;
	width: 850px;
	height: 990px;
	background:#fff;
	clear:both;
}
#headBar {
	padding: 0px;
	margin-top: -50px;
	margin-left: -25px;
	width: 850px;
	height: 40px;
	background-image: url(images/bar.jpg);
	background-position: 136px -50px;
}
	
#header{
	margin:0px;
	padding: 0px;
	height: 250px;
	width: 780px;
	
}
#header img {
	margin-top: 20px;
	margin-left:-15px;

}
#photoHolder {
	margin: 0px;
	padding: 0px;
	margin-left: 75px;
	height: 500px;
	width: 780px;
	float:left;
	text-align: center;
	
}
#mainContent{
	margin: 0px;
	padding-top: 120px;
	padding-left: 60px;
	height: 855px;
	width : 540px;
	float: left;
}
h2{
	font-family:"Adobe Caslon Pro", Baskerville, "Times Roman", serif;
	font-size:24px;
	color: #919A3F;
}
p {
	margin-right: 30px;
	margin-top: 10px;
	font-family:"Adobe Caslon Pro", Baskerville, "Times Roman", serif;
	color: #5A3D1B;
}
#sidebar{
	float: right;
	margin-right: 40px;
	padding: 0px;
	padding-top: 80px;   
}
#sidebar p{
	color: #919A3F;
}
#footer{
	margin: 0px;
	padding-top: 20px;
	margin-left: 0px;
	height: 50px;
	width: 780px;
	clear: both;
	text-align: center;
	color:#666;
	
	
}
#empowered{
	margin-left: -20px;
}
	


#nav {
	margin:0px;
	padding:0px;
	margin-top: -3px;
	margin-left:270px;
	height: 40px;
	width: 640px;
	float: left;
	
}
#nav ul li {
	float: left;
	cursor: pointer;
	width: 115px;
	height: 30px;
	list-style-type: none;
}
#nav li a:link, #nav li a:visited{
	font-family: "Adobe Caslon Pro", Baskerville, "Times Roman", serif;
	font-size: 20px;
	text-decoration: none;
	vertical-align: -20%;
	color: #5A3D1B;	
}
#nav li a:hover, #nav li a:active{
	font-family:"Adobe Caslon Pro", Baskerville, "Times Roman", serif;
	font-size: 24px;
	text-decoration: none;
	color: #5A3D1B;
	vertical-align: 100%;
}
#nav li a.current, #nav li a.current:hover, #nav li a.current:active {
	font-family:"Adobe Caslon Pro", Baskerville, "Times Roman", serif;
	font-size: 24px;
	border: none;
	cursor: auto;
	color: #5A3D1B;
	
}
#seamstress ul li {
	cursor: pointer;
	width: 115px;
	height: 30px;
	list-style-type: none;

}
#seamstress li a:link, #seamstress li a:visited{
	font-family: "Adobe Caslon Pro", Baskerville, "Times Roman", serif;
	font-size: 20px;
	text-decoration: none;
	color: #919A3F;	
}
#seamstress li a:hover, #seamstress li a:active{
	font-family:"Adobe Caslon Pro", Baskerville, "Times Roman", serif;
	font-size: 24px;
	text-decoration: none;
	color: #919A3F;
}
#seamstress li a.current1, #seamstress li a.current1:hover, #seamstress li a.current1:active {
	font-family:"Adobe Caslon Pro", Baskerville, "Times Roman", serif;
	font-size: 24px;
	border: none;
	cursor: auto;
	color: #919A3F;
	
}
.bold {
	font-weight: bold;
}
