/*
 *  Wade J. Love
 *  24 Jan 2010
 *  Style sheet for professional/ resume pages
 *
*/


/* Global properties */
body 	{
	background-image:url('images/resumepaper.jpg');
	font-family: Georgia, Serif;
	width: 85%;
	margin-left: 7.5%;
	margin-top: 5em;
	margin-bottom: 5em;
}

.resumetop {
	text-align:center;
	font-family:Arial;
}

.display {
	width:60%;
	margin-left:20%;
	background:#FFFFFF;
	text-align:center;
	border-width:3px;
	border-style:inset;
	border-color:#090909;
}

table.boldpadded tr td:FIRST-CHILD{
    font-variant:small-caps;
	padding-right:10px;
}

table.ribbonDisplay {
	border: 0;
	border-spacing: 0;
	table-layout: fixed;
	width: 300px;
}
table.ribbonDisplay td {
	padding: 0;
	vertical-align: baseline;
}
table.ribbonDisplay img {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
}
