/* CSS Document */


/* HTML Overrides*/
body {
margin-top:0px;
background-color: #3273b7;
text-align:center;
background-image:url('../images/bgpattern2.jpg');
background-repeat: no-repeat;
}


#frontpageglobal{
	width: 1000px;
	text-align: center;
	margin: auto;
}






#headimagecontainer{
	margin-top: 15px;
	width: 1000px;
	height: 500PX;
	//background-color: #000000;
	//border: 1px solid white;
	position: relative;
	background-image:url('../images/mainbg.jpg') no-repeat;
}

#headimagecontainer img{
	border-style: none;
}


#headimagecontainer a{
	border-style: none;
}

div#one{
	background: #16416f;
	top: 0;
	right: 0;
	width: 240px;
	height: 500px;
	position: absolute;
	text-align: left;
	font-size: 14px;
	font-family: sans-serif;	
	line-height: 4.5em;
	padding: 0px 8px;
	text-transform: uppercase;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	color: white;
	
}

#buttoncontainer{
	width: auto;
	//width: 1000px;
	//height: 100PX;

}

.mainbuttonclass{
	float: left;
	height: 100px;
	width: 100px;
	background-color: #000000;
	margin: 5px 2px;
	border-style: none;
}

.mainbuttonclass img{

	border-style: none;
	}

#footer{
	width:  1000px;
	height: 50px;
	margin-top: 20px;
	font-family: "century gothic", century, arial, sans-serif;
	color: white;
	padding-top: 15px;
	
}