/* Body and Text */
body{
	font-family: Times New Roman, Georgia, Times;
	margin: 6px 0px 20px 0px;
	font-size: 10pt;
	color: #000000;
	background: #FFFFFF;
	line-height: 17px;
}

H1 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 30px;
}

H2 {

}


/*Links*/

a:link, a:visited, a:active { 
	font-weight: none; 
	text-decoration: underline; 
	color: #555555;
}

a:hover {
	font-weight: none;
	text-decoration: none;
	color: #555555;
}

a.footerLink:link, a.footerLink:visited, a.footerLink:active { 
	font-weight: none; 
	text-decoration: none;
	color: #000000;

}

a.footerLink:hover {
	font-weight: none;
	text-decoration: none;
	color: #000000;
}

a.NoLink:link, a.NoLink:visited, a.NoLink:active, a.NoLink:hover { 
	border-bottom: none;
}

/*Header*/
#Container_Header {
	position: relative;
	width: 754px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: #A5A396 solid 1px;
}

#Logo {
	position:absolute;
	padding: 10px 0px 0px 5px;
	top: 0px;
	left: -2px;
	width: 381px;
	height: 37px;
}

#Menu {
	position:absolute;
	padding: 0px 0px 0px 0px;
	background-color: #CCC9B8;
	width: 751px;
	height: 13px;
	left: 0px;
	top: 50px;
	text-align:left;
}


/*Body*/
#Container_Body {
	position: relative;
	width: 754px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: #A5A396 solid 1px;
}

#Content_Pad {
	position: relative;
	padding: 10px 20px 20px 20px;
	text-align:left;
}

#Home_Flash {
	position:relative;
	width: 270px;
	height: 550px;
	padding: 0px 0px 0px 0px;
	float: left;
	top:0px;
}

#Chairs_Left {
	position:relative;
	width: 317px;
	height: 500px;
	padding: 10px 10px 10px 0px;
	float: left;
	left: 0px;
}

#Details_Flash {
	position:relative;
	width: 270px;
	height: 450px;
	padding: 0px 0px 0px 0px;
	float: left;
	top:0px;
}

.Details_Thumbs {
	padding: 0px 15px 0px 0px;
}

#Press_Left {
	position:relative;
	width: 260px;
	height: 400px;
	padding: 10px 10px 10px 0px;
	float: left;
	left: 0px;
}

#Contact_Left {
	position:relative;
	width: 600px;
	height: 250px;
	padding: 10px 10px 10px 0px;

}

#Contact_Mailto {
	position:relative;
	width: 600px;
	min-height: 552px;
	padding: 10px 10px 10px 0px;

}

* html #Contact_Mailto {
	position:relative;
	width: 600px;
	height: 552px;
	padding: 10px 10px 10px 0px;
}

#Gallery_Font {
	font-size:11px;
}

#Gallery_Number {
	background-color: #CCC9B8;
	width: 34px;
	height: 14px;
	padding-left: 3px;

}

/*Footer*/
#Container_Footer {
	position: relative;
	width: 754px;
	height: 16px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: #A5A396 solid 1px;
}

#Copyright{
	position: absolute;
	left: 5px;
	text-align: left;
	font-size: 8pt;
}

#Designed{
	position: absolute;
	right: 5px;
	text-align: left;
	font-size: 8pt;
}