
body 
{ 

	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed; 
	background-image: url("assetts/fgs_bottom.jpg"); 
	background-repeat: no-repeat; 
	background-position: bottom left; 
	
	/*background-attachment: fixed; 
	background-image: url("assetts/fgs_repeat.jpg"); 
	background-repeat: repeat-y;*/

	padding: 0px;
	margin: 0px;
}

a:link{color:#25C3F2;}
a:visited{color:#25C3F2;}
a:hover{color:black;}
a
{
	text-decoration:none;
}


.navContainer
{
	background-attachment: scroll; 
	background-image: url("assetts/fgs_top.jpg"); 
	background-repeat: no-repeat; 
	background-position: top left; 
	width:1000px;
	height:101px;
	padding: 0px;
	margin: 0px;
}
.nav
{
	width:694px;
	height:99px;
	float:right;
	border-bottom:solid 2px black;
}

.left
{

	width:1000px; /*306px;*/
	float:left;
	padding: 0px;
	margin: 0px;
}
.container
{

	width:780px; /*306px;*/
	float:left;
	height:100%;
	padding: 0px;
	margin: 0px;
}
.navText
{
	float:right;
	margin-left:30px;
}

.navText a:link{color:Black;}
.navText a:visited{color:Black;}
.navText a:hover{color:#25C3F2;}
.navText a
{
	text-decoration:none;
}

.email a:link{color:Black;}
.email a:visited{color:Black;}
.email a:hover{color:#25C3F2;}
.email a
{
	font-style:italic;
	text-decoration:none;
}

