@charset "utf-8";
/* CSS Document */


/* HTML */

body {padding:40px 30px 50px 232px;font-family: 'PT Sans Narrow', sans-serif;}
img {float:left;margin:1px;}
h1 {
    font-size: 45px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -2px;
	font-weight: 700;
}
h2 {font-size:13px;font-weight: 700;}
h3 {font-size:9px;line-height:15px;font-weight: 400;}
p {font-size: 11px;line-height:1.2em;font-weight: 400;}

a {color:#69BCBC;font-weight:700;text-decoration:none;}

/* GLOBAL STYLES */

#raster {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background:url(../img/lochraster2.gif) top left;
}

#container {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	z-index:1500;
	position: relative;
}

#branding {
	width: 192px;
	height: 450px;
	position: fixed;
	top: 40px;
	left: 30px;
}


/* MICROFORMATS */



#tgw {
	position: fixed;
	bottom: 10px;
	right: 30px;
	font-size: 9px;
	z-index: 4000;
	background-color: #fff;
	padding: 5px 9px;
}

#tgw a {
	font-weight:700;
}

