/* Site Layout <div>'s */


#logo {
	position:absolute;
	left:71px;
	top:10px;
	width:200px;
	height:111px;
	z-index:4;
}

#blue_header {
	position:absolute;
	left:45px;
	top:145px;
	width:915px;
	height:88px;
	z-index:5;
}

#menu {
	position:absolute;
	left:45px;
	top:233px;
	width: 915px;
	height:20px;
	z-index:3;
}

#side_menu {
	position:absolute;
	left:47px;
	top:375px;
	width:210px;
	height:189px;
	z-index:6;
}

#department_header {
	position:absolute;
	left:45px;
	top:318px;
	width:700px;
	height:32px;
	z-index:7;
}

#header_left_bit_main {
	position:absolute;
	left:746px;
	top:318px;
	width:214px;
	height:33px;
	z-index:8;
}

#about_side_div {
	position:absolute;
	left:746px;
	top:384px;
	width:214px;
	height:200px;
	z-index:11;
}

#gradient_below_nav_bar {
	position:absolute;
	left:46px;
	top:263px;
	width:915px;
	height:32px;
	z-index:9;
}

#department_menu_header {
	position:absolute;
	left:45px;
	top:343px;
	width:214px;
	height:32px;
	z-index:10;

}

#content_welcome {
	position:absolute;
	left:45px;
	top:357px;
	padding: 5px 5px 5px 5px;
	width:904px;
	height:200px;
	z-index:11;

}

#content_sections {
	position:absolute;
	left:45px;
	top:356px;
	padding: 5px 5px 5px 5px;
	width:688px;
	height:200px;
	z-index:1;
}

#section_links {
	position:absolute;
	left:746px;
	top:351px;
	width:214px;
	height:33px;
	z-index:10;
}

html{
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	height: 100%;
	background-image: url(http://www.flypinnacle.com/images/page_bkground.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	border: 0;
}
