 img, div { behavior: url(includes/iepngfix.htc) }

html {overflow-y: scroll; } 

*{
	margin: 0;
	padding: 0;
}

a{
outline:none;
color: #2373B9;
}

body{
		background: url(../images/bg.jpg) #F2F2F2 -50px top no-repeat fixed;
}

.main{
	margin: 0px 20px;
	width: 980px;

}

.main_area{
	float: left;
	width: 645px;
	background: url(../images/main_top.png) no-repeat; 
	margin-top: 130px;
}

.main_middle{
	background: url(../images/main_middle.png) repeat-y; 
	margin-top: 8px;
	padding-left: 45px;
	float: left;
	width: 645px;
}

.home{
	height: 300px;
	width: 290px;
	display: block;
	float: left;
}

.content{
	background: url(../images/main_area-bg.png) repeat-y; 
	float: left;
	width: 600px;
	clear: both;
	padding-top: 10px;
}

.inner-content{
	background: url(../images/white-area-middle.jpg) repeat-y; 
}

.middle{
	padding: 0px 60px 0 20px;
	font-family: Arial, sans-serif;
	line-height: 150%;
	font-size: 90%;
}

.main-bottom{

}

.headline{
	padding: 5px;
	float: left;
}

.nav li{
	display: inline;
	height: 43px;
	float: left;
	position: relative;
}

.nav li a{
	height: 43px;
	text-indent: -9000px;
	display: block;
}

.nav img{
	border: none;
}

.nav{
	padding:15px 0 0 45px;
}

a#meet, a#about, a#news, a#contact {
width: 129px; height: 43px;
}

a#about {width: 77px; background: url(../images/nav_03.jpg) no-repeat; }
a#meet { width: 120px;background: url(../images/nav_04.jpg) no-repeat; }
a#news { width: 150px;background: url(../images/nav_052.jpg) no-repeat; }
a#contact { width: 75px;background: url(../images/nav_06.jpg) no-repeat; }

a:hover#about, .current a#about {width: 77px; background: url(../images/nav_down_03.jpg) no-repeat; }
a:hover#meet, .current a#meet { width: 120px;background: url(../images/nav_down_04.jpg) no-repeat; }
a:hover#news, .current a#news { width: 150px;background: url(../images/nav_down_052.jpg) no-repeat; }
a:hover#contact, .current a#contact { width: 75px;background: url(../images/nav_down_06.jpg) no-repeat; }

h1{
	color: #2373B9;
	font-size: 120%;
	margin-top: 10px;
}

p{
	font-size: 90%;
	line-height: 160%;
	margin-bottom: 20px;
}

.press{
	color: #2373B9;
	font-weight: bold;
}
.pdf{
	float:left; 
	padding-right:20px;
}

