html, body{height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	color: #000000;
	text-align:center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-color:#006600;
}
#outer{
	/*height:100%;
	min-height:100%;*/
	width:760px;
	color: #000000;
	margin:auto;
	text-align:left;
	position:relative;
	background-color:#FFE8B7;
}
#outer p {padding-left:0px; padding-right:0px}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header {
	background-color:#006600;
	height:25px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
}
#header_logo {
	background-image: url(../../images/top_logo_01.jpg);
	background-repeat: no-repeat;
	height:150px;
	min-height: 150px;
	width:760px;
	max-width: 760px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
}
#main_menu {
	background-color:#FFE8B7;
	height:50px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
#text_main {
	width:100%;
	min-height:100%;
	background-image:url(http://www.pelhamsuite.co.uk/images/thepelhamsuite_swirl.jpg);
	background-repeat: repeat-y;
	background-color:#FFE8B7;
	text-align:left; 
	vertical-align:top; 
	margin-top:0.5em;
}

#footer {
	/*position:absolute;
	bottom:0;
	left:0;	*/
	background-color:#006600;
	background-image: url(http://www.pelhamsuite.co.uk/images/copyright_back.jpg);
	height:50px;
	width:100%;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	color:#666666;
	font-size:10px;
}
#clearfooter{clear:both;height:50px;}/*needed to make room for footer*/

p {
	font-size:12px;
	color:#000000;
	margin:6px 3px 6px 3px;
}
p.address {
	font-size:12px;
	color:#000000;
	margin: 0px 3px 0px 18px;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	font-style:italic;
	text-decoration:underline;
	color: #006600;
	margin: 6px 3px 6px 3px;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	font-style:italic;
	color: #006600;
	margin: 6px 3px 6px 3px;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	font-style:italic;
	color: #006600;
	margin: 6px 3px 6px 3px;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	font-style:italic;
	color: #006600;
	margin: 6px 3px 6px 3px;
}
h5 {
	font-size: 110%;
	font-weight: bold;
	font-style:italic;
	color: #006600;
	margin: 6px 3px 6px 3px;
}
p.white_small_link {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	margin:1px 3px 1px 3px;
}
p.white_small_link a:link, p.white_small_link a:active, p.white_small_link a:visited {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
p.white_small_link a:hover {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
}
p.white_large_link {
	font-size:14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	margin:1px 3px 1px 3px;
}
p.white_large_link a:link, p.white_large_link a:active, p.white_large_link a:visited {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}
p.white_large_link a:hover {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: 1pt solid #FFFFFF;
}
p.black_small_link {
	font-size:10px;
	color:#000000;
	text-decoration:none;
	margin:1px 3px 1px 3px;
}
p.black_small_link a:link, p.black_small_link a:active, p.black_small_link a:visited {
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
p.black_small_link a:hover {
	font-size:10px;
	color:#666666;
	text-decoration:underline;
}
p.black_large_link {
	font-size:14px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	margin:1px 3px 1px 3px;
}
p.black_large_link a:link, p.black_large_link a:active, p.black_large_link a:visited {
	font-size:14px;
	color:#000000;
	text-decoration:none;
}
p.black_large_link a:hover {
	font-size:14px;
	color:#666666;
	background-color:#DFFFDF;
	text-decoration:none;
	border-bottom: 1pt solid #000000;
	border-top: 1pt solid #000000;
}
a, a:link, a:active, a:visited {
	color: #0000FF;
	text-decoration: none;
}

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

p.copyright_main {
	color:#669966;
	font-size:10px;
	text-align:center;
	margin-bottom: 1px;
}
p.copyright_main a:link, p.copyright_main a:active, p.copyright_main a:visited {
	font-size:10px;
	color:#669966;
	text-decoration:none;
}
p.copyright_main a:hover {
	font-size:10px;
	color:#669966;
	text-decoration:none;
	border-bottom: 1pt solid #669966;
}
p.slogan_top {
	color:#669966;
	font-size:12px;
	text-align:center;
	margin-bottom: 0.3em;
}
p.slogan_bottom {
	color:#669966;
	font-size:10px;
	text-align:center;
	margin-top: 0em;
	margin-bottom: 0em;
}
div.block_rightcontext {
	width:25%; 
	min-width: 275px; 
	max-width:350px; 
	height:100%; 
	max-height:100%; 
	min-height:100%; 
	float:right; 
	border:1pt solid #669900;
	background-color: #FFFFCC;
	padding:0 0 0 0;
	margin-right:1px;
	margin-left:3px;
	overflow:visible; /*added 11-07-2007*/

}