@charset "utf-8";
/* CSS Document */

#center_square {
		width: 700px;
		height: 500px;
		margin: 36px auto 0px auto;
		background-image: url(images/LPD-projects.gif);
		background-repeat: no-repeat;
		       }

#main_menu {
	margin: 0px 490px 0px 0px;
}
			   
#selected_table {
	width: 490px;
	float:right;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #333333;
	padding: 130px 0px 0px 0px;
}

:focus { outline: none; }

.project_location {
	font-size: 0.9em;
	color: #7E2E2A;
}


