/* CSS Document */

	/* +++++++++++++++++++++++++++++++++++++++++++++ ens +++++++++++++++++++++++++++++++++++ */
	

.boxlefttop{	
		/*make this the same size as the top image*/	
		display:block;	
		width:202px;	
		height:44px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(images/menu_left_top.jpg);	
	}	
	.topleftcontent{	
		/*set the font style for the box title*/	
		font-family:arial;	
		font-size:16pt;	color:#FFFFFF;	
		/*shift the title down a bit and center it*/	
		padding-top:10px;	
		text-align:center;	
	}	
	.boxleftbottom{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:202px;	
		/*set the image as a background*/	
		background-position:left bottom;	
		background-repeat:no-repeat;	
		background-image:url(images/menu_left_bottom.jpg);	
	}	
	.mainleftcontent{
	/*set the font style for the main content*/	
		color:white;
	font-family:arial;
	font-size:10pt;
	display:block;
	/*align the main content nicely*/	
		padding-left:20px;
	padding-bottom:40px;
	padding-right:30px;
	text-decoration: none;
	}
	/* +++++++++++++++++++++++++++++++++++++++++++++ right side box +++++++++++++++ */
	
.boxrighttop{	
		/*make this the same size as the top image*/	
		display:block;	
		width:650px;	
		height:44px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(images/menu_right_top.jpg);	
	}	
	.toprightcontent{	
		/*set the font style for the box title*/	
		font-family:arial;	
		font-size:16pt;	color:#FFFFFF;	
		/*shift the title down a bit and center it*/	
		padding-top:10px;	
		text-align:center;	
	}	
	.boxrightbottom{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:650px;	
		/*set the image as a background*/	
		background-position:left bottom;	
		background-repeat:no-repeat;	
		background-image:url(images/menu_right_bottom.jpg);	
	}	
	.mainrightcontent{
	/*set the font style for the main content*/	
		color:white;
	font-family:arial;
	font-size:10pt;
	display:block;
	/*align the main content nicely*/	
		padding-left:20px;
	padding-bottom:40px;
	padding-right:30px;
	text-decoration: none;
	}

