/* Weave or Knot CSS */

body {
	background: #470000 url(images/diamond_border_tile.gif) repeat-y center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C3B492;
	font-size: 0.85em;
	text-align: center;
	line-height: 1.5em;
}

#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 120px;
	width: 900px;
	background-image: url(images/weaveorknot_logo.jpg);
	background-repeat: no-repeat;
}
#menuTop {
	border-top: solid 1px #ab8442;
	border-bottom: solid 1px #ab8442;
	height: 16px;
	background: #470000 url(images/wing_border.gif) repeat-x center;
}
#menu {
	height: 20px;
	width: 100%;
	padding-bottom: 5px;
}
.footerContact {
	float: left;
	clear: none;
}
#menuBottom {
	background-image: url(images/zipper_border.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 12px;
	width: 100%;
}
#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
#navigation ul {
	list-style:none;
	display: block;
	width: 550px;
	margin: 0px;
	padding-left: 28%;
}
#navigation li {
	display: inline;
	float: left;
}
#navigation li a {
	display: block;
	text-align: center;
	color: #AB8442;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
}
#navigation li a:hover {
	color: #DBCFB4;
	text-decoration: none;
}
#contentArea {
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#contentArea img {
	border: 2px solid #AB8442;
	padding: 3px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#contentArea .borderless img {
	border: 2px solid #660000;
	margin: 0px;
	padding: 0px;
}
#footer {
	clear: both;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 18px;
	background: url(images/zipper_border.gif) repeat-x top;
	border-bottom: 1px solid #ab8442;
	margin: 0px;
	color: #AB8442;
}
#footer a, a:hover {
color: #AB8442;
text-decoration: none;
}
.copyright {
	text-align: right;
	clear: none;
	float: right;
}
h1 {
	font-size: 1.7em;
	color: #C3B492;
	font-weight: normal;
	line-height: 1.2em;
}
h2 {
	font-size: 1.2em;
	color: #AB8442;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: normal;
}
#contentArea p { margin-top: 0; margin-bottom: 5px; }
h3 {
	font-size: 1em;
	color: #AB8442;
	text-transform: uppercase;
	text-indent: 15px;
}
#contentArea a {
color: #C3B492;
text-decoration:underline;
}
#contentArea a:link {
text-decoration:underline;
}

#contentArea a:hover {
color:#FFFFFF;
text-decoration:underline;
}
