body {
	font-family: Verdana, Sans Serif;
	font-size: 11px;
	line-height: 14px;

	background-color: #ffffff;
}

body a {
	color: #195191;
	text-decoration: none;
}



#layout_grid {
	width: 100%;
	height: 974px;;
}

	#grid_left {
		width: 40%;
	}
	
	#grid_body {
		width: 745px;
	}
	
	#grid_right {
		width: 40%;
	}

#left_div {
	height: 100%;
	width: 100%;
	
	position: relative;

	background-image: url(images/body-left-bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

#right_div {
	height: 100%;
	width: 100%;
	
	position: relative;
	
	background-image: url(images/body-right-bg.gif);
	background-repeat: no-repeat;
	
}
	
#body_div {
	width: 745px;
	
	position: relative;
}




#body_header {
	height: 53px;
	width: 745px;

	background-image: url(images/body-header-bg.gif);
	background-repeat: no-repeat;
}

#page_header {
	height: 88px;
	width: 745px;

	background-image: url(images/page-header-bg.gif);
	background-repeat: no-repeat;
	
	position: relative;
}

	#header_title {
		height: 22px;
		width: 301px;
		
		background-image: url(images/header_title.gif);
		background-repeat: no-repeat;
		
		position: absolute;
		top: 60px;
		left: 21px;
	}
	
	#nav {
		height: 14px;
		width: 188px;
		
		position: absolute;
		top: 66px;
		left: 533px;
	}

		#nav_search {
			position: absolute;
			top: 0px;
			left: 0px;
		}
		
		#nav_login {
			position: absolute;
			top: 0px;
			left: 97px;
		}
		
		#nav_help {
			position: absolute;
			top: 0px;
			left: 153px;
		}
		
		#nav_sep-1 {
			position: absolute;
			top: 3px;
			left: 80px;
		
		}
		
		#nav_sep-2 {
			position: absolute;
			top: 3px;
			left: 138px;
		}

#page_flash {
	height: 253px;
	width: 745px;

	background-image: url(images/page-flash-bg.gif);
	background-repeat: no-repeat;	
	
	position: relative;
}

#page_content {
	height: 370px;
	width: 745px;

	background-image: url(images/page-content-bg.gif);
	background-repeat: no-repeat;
	
	position: relative;
}

#page_logo {
	height: 100px;
	width: 745px;

	background-image: url(images/page-logo-bg.gif);
	background-repeat: no-repeat;
	
	position: relative;
}

#page_footer {
	height: 65px;
	width: 745px;

	background-image: url(images/page-footer-bg.gif);
	background-repeat: no-repeat;
	
	position: relative;
}

	#footer_tag1 {
		height: 15px;
		width: 308px;
		
		background-image: url(images/footer_tag1.gif);
		background-repeat: no-repeat;
	
		position: absolute;
		top: 16px;
		left: 218px;
	}
	
	#footer_tag2 {
		height: 12px;
		width: 528px;
		
		background-image: url(images/footer_tag2.gif);
		background-repeat: no-repeat;
		
		position: absolute;
		top: 44px;
		left: 113px;
	}

#body_footer {
	height: 45px;
	width: 745px;

	background-image: url(images/body-footer-bg.gif);
	background-repeat: no-repeat;
}




#flash_div {
	height: 253px;
	width: 745px;
	
	background-repeat: no-repeat;
}

#photo_div {
	height: 348px;
	width: 231px;
	
	position: absolute;
	top: 13px;
	left: 22px;
}

#content_main {
	height: 263px;
	width: 378px;
	
	position: absolute;
	top: 28px;
	left: 267px;
}

	#content_headline {
		height: 32px;
		width: 247px;
		
		background-image: url(images/content_headline.gif);
		background-repeat: no-repeat;
		
		position: absolute;
		top: 4px;
		left: 8px;
	}
	
	#content_text {
		height: 122px;
		width: 356px;
		
		background-image: url(images/content_text.gif);
		background-repeat: no-repeat;
		
		position: absolute;
		top: 54px;
		left: 8px;
	}
	
	#content_search {
		height: 40px;
		width: 117px;
		
		position: absolute;
		top: 200px;
		left: 10px;
	}

#logo_div {
	height: 79px;
	width: 172px;
	
	position: absolute;
	top: 11px;
	left: 49px;
}

#text_email_link {
	height: 15px;
	width: 150px;
	
	position: absolute;
	top: 105px;
	left: 110px;
}