/*** Warkworth Country House, Stylesheet ***/
#container {
	max-width: 1024px;
	width:expression(document.body.clientWidth > 1024? "1024px": "auto" );
	min-height: 625px;
	background-color: #FEF3D3;
	border-spacing: 0;
	border: 0; 
	padding: 0;
	margin-left: auto; 
	margin-right: auto;
}
#design{
	width: 100%;
	margin: 5px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
#design a {
	color: #FEF3D3;
	text-decoration: none; 
}
#main {
	max-width: 1024px;
	border-spacing: 10px;
	padding: 10px;
	margin-left: auto; 
	margin-right: auto; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #303C32;
}
h1 {
	font-size: 24px;
	color: #303C32;
}
h2 {
	font-size: 15px;
	color: #303C32;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
hr {
	color: #303C32;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
th{
	color: #303C32;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-bottom-color: #303C32;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.address {
	color: #303C32;
	font-size: 15px;
	font-style: italic;	
	font-weight: bold;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}
.alignleft {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}
.label {
	color: #303C32;
	font-size: 13px;	
	font-weight: bold;
	text-align: right;
}
.menu {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #303C32;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0;
	margin: 0;
}	
.nobreak {
	white-space: nowrap;
}

/*** Hyperlinks ***/
a {
	text-decoration: none; 
}
a.menubar {
	display: block;
	color: #FEF4D1;
	background-color: #303C32;
	border: 2px solid #303C32;
	padding: 3px 2px 1px 2px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	margin: 0;
}
a.menubar:hover {
	display: block;
	color: #303C32;
	background-color: #FEF4D1;
	border: 2px solid #303C32;
	border-bottom-color: #FEF4D1;
	padding: 3px 2px 1px 2px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	margin: 0;
}
