body{
	background-color: #3d4240;
	background-image: url('images/bggradient.gif');
	background-repeat: repeat-x;
	color:white;
}
#main{
	width: 998px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	width: 950px;
	height: 140px;
	background-image: url('images/header.gif');

}

.iphone{
	position:absolute;
	left: -6px;
	top: 0px;
	right: 0px; 
	z-index: 1;
}

.newslink{
	position:absolute;
	left: 436px;
	top: 140px;
	right: 0px;
	z-index: 1;
}

.aboutlink{
	position:absolute;
	left: 561px;
	top: 140px;
	right: 0px;
	z-index: 2;
}

.appslink{
	position:absolute;
	left: 686px;
	top: 140px;
	right: 0px;
	z-index: 2;
}

.contactlink{
	position:absolute;
	left: 811px;
	top: 140px;
	right: 0px;
	z-index: 2;
}


.himage{
	position: relative;
	top: 80px;
}

#links{
	width: 780px;
	height: 36px;
	position: relative;
	top: 10px;
	font-family: Geogia;
	color: black;
}
#links ul{
	
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	position: relative;
	top: 7px;
	left: 15px;
	

}
#links ul li{
	display: inline;
	text-align: right;
	
	
}

#links ul li a{
	float: left;
	
	color: black;
	text-decoration: none;
	font-size: 14pt;
	font-family: Georgia;
	padding-right: 25px;
	
}

#links ul li a:hover{
	color: #002255;
	
}

#contentContainer{
	width: 998px;
	position: relative;
	top: -10px;
	left: 0px;
	right: 0px;
	
	

}


#contentHead{
	width: 998px;
	height: 58px;
	background-image: url('images/bodyhead.png');
	background-repeat: no-repeat;
	
}

#contentFoot{
	width: 998px;
	height: 57px;
	background-image: url('images/bodyfoot.png');
	background-repeat: no-repeat;
	
}

#contentFrame{
	width: 998px;
	background-image: url('images/body.png');
	background-repeat: repeat-y;
	color: black;
	
}

#content{


	position: relative;
	width: 880px;
	margin-left: 60px;
	margin-top: 30px;
	padding-bottom: 14px;
	font-family: Georgia;
	color: black;
	

}

#content table tr td{
	color: black;
}	

#footer{

	color: white;
	font-size: 8pt;
	position: relative;
	background-color: #2d3230;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 920px;
	
	font-family: Georgia;
	margin-left: 35px;

}

#footer a{
	color: white;
	text-decoration: none;
}

h3{

	margin: 0 0 1em 0;

}

#content a{

	color: #003355;
	font-weight: bold;
	text-decoration: none;

}
#content a:hover{

	text-decoration: underline;

}

#imageViewer{

	position: absolute;
	top: 300px;
	left: 30px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	background-color: #222222;
	width: 500;
	
	padding-top:10px;
	padding-bottom:10px;
	visibility: hidden;

}

#imageViewer a{

	color: white;
	font-weight: bold;
	text-decoration: none;

}
#imageViewer a:hover{

	text-decoration: underline;

}







