.layout
{
	border-style: dotted;
	border-width: 0px;
	font-family: Verdana;
}
#whole_page
{
	text-align: center;
	border: 0px solid green;
}
#left_side
{
	width: 130px;
	height: 600px;
	background-image: url(images/flag_background.png);
}
#center_area
{
	width: 674px;
	height: 600px;
}

#left_top
{
	background-color: transparent;
	width: 100%;
	height: 266px;
}
#left_menu
{
	color: white;
	background-color: transparent;
	width: 100%;
	height: 200px;
}
#left_menu a:link, #left_menu a:visited
{
	color: white;
}
#left_menu a:hover
{
	color: black;
}
#left_bottom
{
	width: 100%;
}
#yellow_border
{
	border:2px solid yellow;
}
#center_top
{
	width: 100%;
	height: 30px;
	background-color: black;
}
#center_top_text
{
	font-weight: bold;
	font-size: 13px;
	color: white;
}
#center_pics
{
	width: 100%;
	height: 180px;
}
#center_title
{
	width: 100%;
	height: 50px;
	xbackground-color: black;
	background-image: url(images/center_background.jpg);
}
#center_title_text
{
	font-size: 18px;
	font-weight: bold;
	color: white;
}
#center_main_small
{
	width: 100%;
	height: 260px;
	background-image: url(images/main_background_small.jpg);
}
#center_main_large
{
	width: 100%;
	height: 310px;
	background-image: url(images/main_background_large.jpg);
}
#customers_main, #customers_main li
{
	font-weight: bold;
	font-size: 11px;
}
#center_bottom
{
	height: 75px;
	background-color: black;

	border: 0px solid red;
}
#center_bottom_text
{
	font-size: 16px;
	font-weight: bold;
	color: white;
}
#center_qmi_text
{
	font-size: 8px;
	color: white;
}