@charset "UTF-8";

html{



}


body {
	margin:0px;
	padding:0px;
	background-color: #000000;
	
}

#bottomImage{
	position:absolute;
	background-image: url(images/bottomCorner.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width:533px;
	height:560px;
	left:0px;
	bottom:0px;


}



#wrapper{
	
	padding-top:100px;
	
}


#logo{
	position:relative;
	height:233px;
	width:270px;
	background:url(images/logoLine.jpg) no-repeat right;
	float:left;
	z-index:50;

}


#logo .glenLogo{
	margin-top:65px;



}


#content{
	position:relative;
	width:829px;
	float:right;
	z-index:129;
	margin-top:60px;

}

#topNav{
	position:absolute;
	z-index:70;
	color:#FFFFFF;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/topNavBG.png) no-repeat center right;
	width:812px;
	height:67px;
	
	top:10px;
	right:0px;
	behavior: url(iepngfix.htc)
	



}

#topNavText{
	position:absolute;
	top:10px;
	right:0px;
	margin:30px 550px 0px 0px;
	color:#FFFFFF;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:99;


}


a{
	color:#FFFFFF;
	text-decoration:none;


}


a:hover{

	color:#FFFFFF;
	text-decoration:underline;


}
#bottomScratch{

background-image:url(images/bottomScratch.png);
width:292px;
height:30px;
position:absolute;
bottom:40px;
right:30px;
behavior: url(iepngfix.htc)

}

h1{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#FFFFFF;
	padding:0px;
	margin:0px 0px 0px 10px;
	font-weight:normal;



}

p{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	size:12;
	padding:0px;
	margin:0px 0px 0px 10px;
	


}

