html {
	margin: 0px;
	padding: 0px;
}

body {
	margin:0px;
	padding:0px;
	font-family:helvetica, arial, sans-serif;
	color:#000; 
	background-color:#ccccff;
	background-image: url(../images/clouds01.jpg); 

}


#all {
	position: relative;
/*	margin-left: 160px;
	margin-right: 137px;
	width: auto;
*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
/*
	width: 637px;
*/
	width: 645px;
	min-height: 548px;
	background-color:#ffffff;
	padding: 0;
/*	padding: 0px 142px 0px 5px;
*/
}

#Header {

	float: right;
	display: inline;
/*
        position: absolute;

	position: fixed;
*/
	top: 0px;
	right: 0px;

	width: 137px;
	height: 100%;
/*	background-color: #4667a2;
        color:#ffffff;
*/	background-color: #ffffff;
        color: #4667a2;
	margin: 0;
	border: 0;
	padding: 0;
        }
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:x-large;
	line-height:28px;
	font-family:"Century Gothic", helvetica, arial, sans-serif;
	font-weight:900;
	background-color: #4667a2;
        color:#ffffff;
}
.replace {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/* hide overflow:hidden from IE5/Mac \*/

	overflow: hidden;
	/* */
}

	.replace span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /*for Opera 5 and 6*/
}
#myheader, #myheader span {
	height: 332px;
	width: 137px;
	background-image: url(../images/Skylight.co.uk.png);
}

h2 {
/*
	left: 0px;
*/
	left: -5px;
	margin: 0px 0px 0px 0px;
}

#mywelcome, #mywelcome span {
	height: 83px;
	width: 500px;
	background-image: url(../images/welcome2.png);
}

#myheritage, #myheritage span {
	height: 38px;
	width: 500px;
	background-image: url(../images/heritage2.png);
}

#mywhere, #mywhere span {
	height: 38px;
	width: 500px;
	background-image: url(../images/where2.png);
}

#mypictures, #mypictures span {
	height: 38px;
	width: 500px;
	background-image: url(../images/pictures2.png);
}

#mycontact, #mycontact span {
	height: 38px;
	width: 500px;
	background-image: url(../images/contact2.png);
}

.content {
/*
	padding: 0px 137px 0px 0px;
*/
	padding: 0px 137px 0px 5px;
}

#colophon {
	clear: both;
}

#GV_ad_block {
	float: right;
	display: inline;
/*	position: fixed;
	right: 0;
	bottom: 0;
*/
	width: 137px;
	height: 216px;
	background-color: #40629f;
	background-image: url(../images/FooterBG.png);
        color:#ffffff;
	margin: 0;
	border: 0;
	padding: 0;
        }

#GVlogo {
	display: block;
	position: absolute;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

#GV_ad_text, #GV_ad_text span {
/* Not used */
	display: block;
	position: absolute;
	bottom: 0px;

	height: 48px;
	width: 121px;
	background-image: url(../images/GlazingVision.png);
}

#menus {
	position:absolute;
/*	top:112px;
	left:0px;
*/
	top: 0px;
	left: -160px;
	/* For IE5/Win's benefit width = [correct width] + [right padding] + [left and right border widths] */
	width:160px; /* 160 + 0px + 0px + 0px = 160px */
	padding-left:0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
/*	background-color:#eee;
*/
	background-color: #4667a2;
/*	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-left, border-top, border-bottom:1px solid #000000;
*/	line-height:17px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#menus {width:150px;}

#menus * {
	margin-left: 8px;
	color: #cccccc;
}
#menus h2 {
	margin: 8px 0px 4px 0px;
}
#menus h3 {
	margin: 8px 0px 4px 4px;
}

#menus a:link {
	color: #000066;
}

#menus a:visited {
	color: #660000;
}

#navAlpha a {display:block;
/*	margin: 0 3px 0 0; padding 1px 10px 1px 5px;
*/
}

#navAlpha a:hover {

/* Would prefer this line on all links, but IE6 broken. */	
	background-color:#cc9;
	
}

#navAlpha #current_page {

        display:block;
	background-color:#ffffff;
        color:#606000;
	font-weight:600;
/*        text-align:right;
*/
	border-left: 7px solid #ff6666;
}

#navBeta input {display:block;
/*	margin: 0 3px 0 0; padding 1px 10px 1px 5px;
*/
}

#navBeta a:hover {

/* Would prefer this line on all links, but IE6 broken. */	
	background-color:#cc9;
	
/*	border-right: 7px solid #804000;
*/}

#navBeta #current_page {

        display:block;
	background-color:#ffffff;
        color:#606000;
	font-weight:600;
/*        text-align:right;
*/	
	border-left: 7px solid #ff6666;
}

img.left { 
/*
    display: block; 
    margin-left: 4px; 
    margin-right: auto;
*/
    float: left; 
    margin: 4px; 
} 
img.right { 
/*
    display: block; 
    margin-left: auto; 
    margin-right: 4px; 
*/
    float: right; 
    margin: 4px; 
}
