/* IMPORT GLOBAL CSS */
@import url(vertical_nav.css);

/* CONTENT */
div#i-content-container {
	background:url(../images/content_bg_repeat.jpg) repeat-y top right; }

div#i-content {
	min-height:283px;
	padding:20px 42px 40px 42px;
	background:url(../images/content_bg.jpg) no-repeat top right; }

div#i-content p { margin:10px 0; }

/* EMPLOYEES TABLE */
table#employees { margin:10px 0 30px 0; }
table#employees caption { display:none; }
table#employees thead tr th, table#employees tbody tr td { padding:6px 30px 6px 0; }
table#employees tbody tr td { border-top:solid 1px #CCC; }

/* MAP */
img#map { border: solid 1px #000; }