#navigation {
  position: absolute;
  top: 0px;
  left:0px;
  width: 100%;
}

body
{
	background-image: url(images/img_bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;	
	bgcolor:#000000;
}

.blueborder 
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #2A9CEA #2A9CEA #2A9CEA #2A9CEA;
	border-collapse: separate;
	background-image: url(images/img_windowbg.jpg);
	background-attachment:fixed;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight : bold;
	color: #ffffff;
	text-decoration: none;
}

.heading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight : bold;
	color: #ffffff;
	text-decoration: none;	
}

