@charset "utf-8";
/* CSS Document */
html,body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:86%;
	color:#113916;
	background-color:#3f6244;
	background-image:url(../images/sewsol-back.jpg);
	background-position:top left;
	background-repeat:repeat;
}

div#container {
	text-align:left;
	width:700px;
	margin:0 auto;
	background-color:#b0c5b4;
	height:100%;
}

div#header {
	text-align:right;
	width:700px;
	background-color:#85a28b;
	height:140px;
	background-image:url(../images/header-back.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

div#header p {
	padding:0;
	margin:0 25px 0 0;
	font-weight:bold;
	font-style:italic;
}

div#navigation {
	text-align:right;
	width:700px;
	background-color:#113916;
	height:35px;
	border-top:2pt solid #4a1916;
}

div#navigation p {
	color:#FFFFFF;
	padding:0;
	margin:7px 0 0 40px;
}

div#navigation span {
	color:#b0c5b4;
	padding:0;
	margin:0 26px 0 0;
}

div#navigation a {
	margin:0 26px 0 0;
	text-decoration:none;
	color:#FFFFFF;
}

div#navigation a:hover {
	margin:0 26px 0 0;
	text-decoration:none;
	color:#b0c5b4;
}

div#content {
	text-align:left;
	width:700px;
	background-color:#b0c5b4;
	background-image:url(../images/content-back.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:100%;
}

div#content-test {
	text-align:left;
	width:700px;
	background-color:#b0c5b4;
	background-image:url(../images/content-back.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:1200px;
}

div#content-gallery {
	text-align:left;
	width:700px;
	background-color:#b0c5b4;
	background-image:url(../images/content-back.gif);
	background-position:top left;
	background-repeat:repeat-x;
	padding-bottom:100px;
}

div#copy {
	text-align:left;
	width:410px;
	margin:30px 0 0 40px;
	float:left;
}

div#copy-gallery {
	text-align:left;
	width:640px;
	margin:30px 0 0 40px;
	float:left;
}

div#copy h1 {
	color:#113916;
	font-size:150%;
	padding:0;
	margin:0;
	font-weight:normal;
}

div#copy-gallery h1 {
	color:#113916;
	font-size:150%;
	padding:0;
	margin:0;
	font-weight:normal;
}

div#copy h3 {
	color:#113916;
	font-size:105%;
	padding:0;
	margin:0;
	font-weight:normal;
}

div#copy a {
	text-decoration:none;
	color:#4a1916;
	font-weight:bold;
}

div#copy a:hover {
	text-decoration:none;
	color:#702f2b;
	font-weight:bold;
}

div#myGallery {
	text-align: left;
	margin: 40px auto;
}

div#image-panel {
	width:230px;
	margin:20px 20px 0 0;
	float:right;
}

div#footer {
	width:660px;
	margin:40px 20px 0 20px;
	clear:both;
	text-align:right;
	border-top:1pt solid #CCCCCC;
	padding:10px 0 0 0;
}

div#footer p {
	font-size:76%;
	color:#77907b;
	padding:0;
	margin:0;
}

div#footer a {
	color:#77907b;
	text-decoration:none;
}

div#footer a:hover {
	color:#fff;
	text-decoration:none;
}

dl.gallerysection01 {
	padding: 10px 0 5px 15px;
	font-weight: bold;
	border-bottom-color: #D9DADA;
	border-bottom-style: dashed;
	border-bottom-width: thin;
}

dl.gallerysection01 dt {
	margin-left: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5em;
	color: #113916;
	padding: 0 0 14px 0;
}

dl.gallerysection01 dd {
	margin-left: 0px;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.5em;
	color: #666;
	padding: 0 0 4px 0;
}

dl.gallerysection01 dd img {
	margin: 10px 0 0 15px;
	padding: 0 4px 4px 0;
}

dl.gallerysection02 {
	padding: 10px 0 5px 15px;
	font-weight: bold;
	border-bottom-color: #D9DADA;
	border-bottom-style: dashed;
	border-bottom-width: thin;
}

dl.gallerysection02 dt {
	margin-left: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5em;
	color: #113916;
	padding: 0 0 14px 0;
}

dl.gallerysection02 dd {
	margin-left: 0px;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.5em;
	color: #666;
	padding: 0 0 4px 0;
}

dl.gallerysection02 dd img {
	margin: 10px 0 0 15px;
	padding: 0 4px 4px 0;
}

p.quote {
	margin:20px 30px 5px 30px;
	font-style:italic;
	line-height:1.4em;
}

p.quotee {
	margin:0 30px 30px 190px;
	font-size:80%;
}

hr {
	text-align:center;
	width:70%;
}





