@import "sitenav.css";

*{
	margin: 0; padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	}
	
body{
	background: url(/images/bg.png) repeat-x #DFEBFF;
	}

strong{
	font-weight:bold;
}
	
#wrapper{
	margin: 0 auto;
	width: 930px;
	}
	
#siteheader{ 
	width: 930px;
	height: 133px;
	/*margin-left: 15px;*/
	background: url(/images/glenfarrowlogo.png) no-repeat;
	position:relative;
	}

#completely-non-specific-element-number-one{
	border:0;
	width:310px;
	height:80px;
	position: absolute;
	top:0;
	left:0;
	background: url(thisdoesntexistbutisnecessarytomakethisworkinmsie.jpg)
}	
	
#siteheader h1{
	display: none
	}

#siteheader p{
	font-size: 20px;
	font-weight: bold;
	padding: 33px 0 32px 447px;
	}

#menureflect{
	background: url(/images/menureflect.png) no-repeat;
	width: 930px;
	height: 18px;
	margin: 0;
	}
	
#subcol{
	width: 204px;
	float: left;
	background: url(/images/subcolbg.png) repeat-y #FFF;
	/*margin-left: 15px;*/
	}
	
#subcolhead{
	background: url(/images/subcolhead.png) no-repeat;
	height: 6px;
	width: 204px;
	}
	
#subcolfoot{
	background: url(/images/subcolfoot.png) no-repeat;
	height: 40px;
	width: 204px;
	}
	
#subcol img{
	margin-left: 22px;
	margin-top: 10px;
	}

#col{
	width: 716px;
	float: right;
	background: url(/images/colbg.png) repeat-y #FFF;
	/*margin-right: 15px;*/
	margin-bottom: 5px;
	}

#col h1{
	
}
	
#col ul, #col ol{
	padding-left:20px;
}
	
#colhead{
	background: url(/images/colhead.png) no-repeat;
	height: 6px;
	width: 716px;
	}
	
#colfoot{
	background: url(/images/colfoot.png) no-repeat;
	height: 40px;
	width: 716px;
	clear: both;
	}
	
h2, h1{
	font-size: 28px;
	background-image: url(/images/h2bg.png);
	
}	

h3 {
	font-size: 24px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6{
	color: #3375B0;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0 10px;
}

h1, h2, h3, h4, h5, h6, pre, ul{
	margin: 0 10px;
}
	
#col #breadcrumbs{
	background: url(/images/homeicon.png) no-repeat;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 12px;
	color: #000000;
	padding-top: 0;
	
}

#col #breadcrumbs a{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0px;
	}

#col #breadcrumbs a:hover{
	font-size: 12px;
	color: #3375B0;
	}

#col p{
	/*text-align: justify;*/
	padding: 5px 10px;
	word-spacing: 0.25em;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 1.2em;
	font-size: .95em;
	}

#col img{ 
	padding: 10px;
	}

a img{
	border: none;
	}
	
#subcol ul{
	padding-left: 15px;
	}
#subcol ul ul{
	padding-left:5px;
}
	
#subcol li{
	padding-top: 1px;
	list-style: disc;
	}
	
#subcol ul, #subcol ul li,#subcol ul li a{
		font-size: 13px;
		}
	
#subcol ul li a{
	color: #000000;
	text-decoration: none;
	}

#subcol ul li a:hover{
	color: #3375B0;
	}

#byf1{
	text-align: right;
	clear: both;
	margin-right: 15px;
	}
	
.left{
	float: left;
	}

.right{
	float: right;
	}
