/* ASV navigation frame style-sheet. */

body {

	margin: 0px;
	padding: 0px;
	background: #000000 url('bg_line.gif') repeat-y;
	font: 10pt/15pt arial;
	color: #ffffff;
}

ul {

	margin: 10px 0px 20px 10px;
	padding: 0px;
	list-style: none;
}

li {

	padding: 1px 0px 1px 18px;
	background: url('bullet_bevel.png') no-repeat 2px 7px;
}

a {

	font-style: italic;
	color: #ffffff;
}

a:hover { color: #ff0000; }

/* Identifiers (alphabetical order). */

#bottom {

	position: absolute;
	left: 0px; bottom: 0px;
	width: 120px; height: 100px;
	background: url('bottom_bg.png') no-repeat;
}

#featured_work {

	position: absolute;
	left: 0px; top: 0px;
	width: 120px; height: 207px;
	z-index: 1;
	background: url('feature_bg.jpg') no-repeat;
}

#links {

	position: absolute;
	left: 0px; top: 207px;
	width: 120px;
	z-index: 2;
	background-color: #000000;
}

#links_bottom {

	width: 120px; height: 16px;
	z-index: 2;
	background: url('border_bg.jpg') no-repeat;
}