@charset "utf-8";
/* CSS Document */

body
{
	margin:auto 0;
	background-color:#000;
}

.navigation
{
	height:31px;
	background-image:url(../images/navigation.png);
}

.navigationLink
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}


.banner
{
	background-image:url(../images/banner.jpg);
	height:365px;
}

.whoweare
{
	background-image:url(../images/whoweare.jpg);
	height:298px;
}


.services
{
	background-image:url(../images/services.jpg);
	height:298px;
}

.objective
{
	background-image:url(../images/objective.jpg);
	height:298px;
}

.network
{
	background-image:url(../images/network.jpg);
	height:298px;
}

.footer
{
	height:39px;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	
}

.footerLink
{
	text-align:center;
	vertical-align:middle;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FF0;
	text-decoration:none;
	
}

.heading
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#FFF;
}

.text
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#FFF;
}

.email
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
}