@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img {
	border-style-type:none;
}

table {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}


p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000

}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	height: 100px;
	position: relative;
	float:left;
	width: 100%;
	display:block;
	padding-bottom:10px;
		background-color: #ffefd8;
}

.joinery #container {
	width: 898px;
	min-height:725px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffefd8;
} 

.joinery #container2 {
	width: 898px; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffefd8;
	height: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

.joinery #header { 
	
} 

.joinery #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 136px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(assets/left-bar.jpg);
	background-repeat:no-repeat;
	padding-top:40px;
	height:480px;
}

.joinery #sidebar1 img {
	margin-top:1px;
	margin-bottom:1px;
	border:none;
}

.joinery #sidebar1 h3 {
	margin-bottom:0px;
}

.joinery #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 335px; /* padding keeps the content of the div away from the edges */
	position:relative;
	top:-50px;
}

.joinery #sidebar2 h3 {
	margin-bottom:0px;
}

.joinery #mainContent {
	background-color:#ffefd8; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 361px;
	margin-bottom: 0px;
	margin-left: 148px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.joinery #mainContent a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4d4100;
	text-decoration:none;
	
}

.joinery #mainContent a:hover {
	text-decoration:underline;
}

.joinery #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6d3d2e;
}

.joinery #mainContent p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

.joinery #mainContent li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4d4100;
}

.joinery #mainPicText {
	clear:both;
	text-align:right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	font-size:12px;
	font-style: italic;
	position: relative;
	top: -35px;	
}

.joinery #Inset {
	text-align:right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	font-size:12px;
	font-style: italic;
	position: relative;
	top: -35px;	
}

.joinery #imageHolder {
	width:100%;
	text-align:right;
	padding-top:25px;
	margin-bottom:50px;
	clear:both;
}

.joinery #detailImage {
	float:right;
	margin-left:50px;
	width:355px;
}

.joinery #detailImage p {
	text-align:center;
	font-size:12px;
}

.joinery #backbutton {
	float:left;
}

.joinery #forwardbutton {
	float:right;
}

.joinery #backbutton2 {
	position:absolute;
	left:180px;
}

.joinery #forwardbutton2 {
	position:absolute;
	right:20px;
}

.joinery #footer {
	width:898px;
	height:120px;
	clear:both;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

.required {
	color:#990033;
	font-size:x-small;
}#guildLogo {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 11px;
}

