BODY {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(cssimages/background.gif);
	margin: 0px 0px 0px 0px; 
	padding:  0px 0px 0px 0px;
	text-align:center;
}


A {
	color: #CCFF33;
	text-decoration: none;
}

A:HOVER {
	color: #FFD700;
	text-decoration: underline;
}

#container1
{
	margin-left: auto;
	margin-right:auto;
	margin-top: 18px;
	
	background: url(cssimages/container1background.gif) no-repeat left center;
	background-repeat: no-repeat;
	width: 710px;
	height: 580px;
}

#container2
{
	text-align: left;
	background: url(cssimages/container2background.gif) no-repeat left center;
	background-repeat: no-repeat;
	width: 710px;
	height: 580px;
}

#container3
{
	position: absolute;
	background: url(cssimages/skyscraper.gif) no-repeat bottom left;
	background-repeat: no-repeat;
	width: 710px;
	height: 580px;
}

#header
{
	position: absolute;
	margin-left: 558px;
	width: 135px;
	text-align: center;
	margin-top: 10px;
}

h1
{
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#content
{
	position: absolute;
	text-align: left;
	font-size: 9pt;
	color: #FFFFFF;
	width: 300px;
	margin-left: 380px;
	margin-top: 60px;
	height: 384px;
}

#quote
{
	position: absolute;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 280px;
	margin-left: 25px;
	margin-top: 30px;
	left: -1px;
}

#contact
{
	position: absolute;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 288px;
	margin-left: 25px;
	margin-top: 30px;
	left: 377px;
	top: 452px;
	height: 18px;
}

p {  margin: 0px 0px 8px 12px; }

#menu
{
	position: absolute;
	margin-top: 297px;
   margin-left: 25px;
}
#menu ul
{
   padding : 0px;
   margin : 0px;
   white-space : nowrap;
	line-height: 12px;
}

#menu ul li
{
   background: url(cssimages/bullet.gif) no-repeat 0 4px;
   font-size: 12px;
	font-weight: bold;
	display: inline;
	padding:0px;
	padding-left: 14px;
	margin:0px;
	
	text-transform: lowercase;
}

#menu ul li a
{
	color: white;
}

/*h1.capabilities {
	height: 20px; background: url(images/capabilities.gif)  no-repeat top;
}
h1.capabilities span{ margin: 0; padding: 0; display: none; }*/
h2 {
	font: bold 16px/8px "Din-Light",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: white;
	margin: 18px 0px 10px 0px;
	}
