/* @import url("http://www.w3.org/StyleSheets/Core/Ultramarine"); */
/* Original was not CSS2.1 complaint... */
@import url("myUltramarine.css");

body {
	background-color: black;
	background-image: url("images/img_0942s.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffee;
}


/* Define the document layout */
#menu {
	float: left;
	width: 12em;
}
#menu li.current {
	list-style-type: circle;
}
#badges {
	float: left;
	width: 12em;
	clear: left;
}

#main {
	margin-left: 12em;
	margin-right: 12em;
}
div.rightimage {
	float:right;
}

#rlinks {
	float: right;
	width: 12em;
}

#footer  {
	clear: both;
	border-top: 1px solid #369;
	font-size: small;
}
#footericons {
	float: right;
}
#footericons img {
	border: 0;
}


/* Generic text features */
span.imath {
	font-style: italic;
}
a.pdf:after {
	content: url("images/15x18-fileicon-pdf.png");
}
