body{
	margin:0px;
	padding:0px;
	color:#e1e1e1;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#0076a3;
}

* { margin: 0; padding:0; }

@font-face {
	font-family: 'Century Gothic';
	src: url('font/GOTHIC.TTF');
}

a { color:#fff; text-decoration:none; font-weight:bold; }

html{ 
	height: 100%;
}

#global_wrap{
    width: 980px;    
    margin: auto;
}

h1 {
	font-family: 'Century Gothic';
	font-size:80px;
	color:#acacac;
	margin:10px 0 40px 0;
	padding:0;
	font-weight:normal;
}

h2 {
	font-family: 'Century Gothic';
	font-size:40px;
	font-weight:bold;
	color:#00425b;
	text-shadow: 1px 1px 1px #000 (inset);
	text-transform: uppercase;
}
	
.clear{
	clear: both;
}

#level-1
{
	width:100%;
	background: #d6d5d5;
	float:left;
}

#level-2
{
	width:100%;
	background: #0076a3;
	float:left;
}

.global_wrap{
	width:980px;
	position:relative;
	margin:0 auto;
	height:100%;
}

#component{
    text-align: center;
	width:980px;
	min-height:550px;
	float:left;
	margin:20px 0 20px 0;
	color: #707070;
}

#footer{
    text-align: center;
	width:980px;
	float:left;
	margin:10px 0 10px 0;
}

.bottom-img {
	background: url(images/building-images.png) center 0 no-repeat transparent;
	width: 100%;
	height:300px;
	float:left;
}

.article_title_area {
	background: none !important;
}
