#topNav_homepage{
	float:				left;
	width:				760px;
	background:			#bec8c9 url(../images/topNav_homepage.gif) top left no-repeat;
	height:				43px;
}

	#topNav_homepage ul{
		margin:				19px 0px 0px 40px;
		padding:			0px 0px 0px 0px;	
	}
	
		#topNav_homepage ul li{
			display:			inline;
			margin:				0px 10px 0px 0px;
			padding:			0px 0px 0px 10px;
			background:			url(../images/arrow_right.gif) left no-repeat;
		}
		
			#topNav_homepage ul li a:link,
			#topNav_homepage ul li a:visited{
				color:				#000000;
				font-weight:		bold;
				text-transform:		uppercase;
				text-decoration:	none;
			}
			
			#topNav_homepage ul li a:hover,
			#topNav_homepage ul li a:active{
				color:				#fbf0dc;				
			}

#header_homepage{
	float:				left;
	border:				1px solid #e8edf0;
	border-width:		1px 0px 1px 0px;
	background-color:	#bec8c9;
	width:				760px;
}

	#headerLeft_homepage{
		float:				left;
		display:			inline;
		margin:				40px 0px 0px 40px;
		width:				170px;
	}
	
	#headerMiddle_homepage{
		float:				left;
		background:			url(../images/headerMiddle_homepage.jpg) bottom left no-repeat;
		width:				410px;
		height:				260px;
	}
	
	#headerRight_homepage{	
		float:				left;
		background:			url(../images/headerRight_homepage.jpg) bottom left no-repeat;
		width:				140px;
		height:				260px;
	}
	
#content_homepage{
	float:				left;
	display:			inline;
	width:				760px;
	border:				1px solid #bec8c9;
	border-width:		5px 0px 5px 0px;
	padding:			10px 0px 10px 0px;
	
}

	.contentItem_homepage{
		float:				left;
		display:			inline;
		width:				118px;
		background-color:	pink;
		height:				90px;
		text-align:			center;
		vertical-align:		middle;
		padding:			17px 0px 0px 0px;
		
	}
	
		.contentItem_homepage p{
			vertical-align:		middle;
		}
	
		.contentItem_homepage a:link,
		.contentItem_homepage a:visited{
			text-decoration:	none;
			color:				#000000;
			font-family:		arial;
			font-weight:		normal;
		}
		
		.contentItem_homepage a:hover,
		.contentItem_homepage a:active{
			color:				#FFFFFF;
		}
		
	
	.contentItemSpacer{
		float:				left;
		display:			inline;
		width:				10px;
		
		}

#bottom_homepage{
	float:				left;
	display:			inline;
	width:				720px;
	background:			url(../images/bottom_homepage.jpg) top left repeat-x;
	height:				29px;
	border:				1px solid #e8edf0;
	border-width:		1px 0px 0px 0px;
	padding:			8px 0px 0px 40px;
	font-size:			small;
}