body {
    font-family: Arial;
    font-size:12px;
    color:#555555;
    background-image:url(resume-background.png);
    background-repeat:repeat-x;
    text-align:center;
}

a {
	text-decoration:none;
}
a:link, a:visited {
	color: #356b91;
}
a:hover, a:active {
	color: #000000;
	background-color: #cfe5f8;
}

#content {
	margin:0 auto;
	width:680px;
	padding:10px;
	background-image:url(shadow.png);
    background-repeat:repeat-x;
	text-align:left;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
}
* html #content {
	width:700px;
}

.title { font-size:18px; font-weight:bold;}
.note { font-size:15px;}

	.sayings
	{
		margin: 0 auto;
		width: 350px;
		padding-top: 10px;
		padding-left: 50px;
		padding-right: 8px;
		padding-bottom: 8px;
		background-image:url(quotes.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		border: 1px #898989 dashed;
		font-size: 10pt;
		font-weight: bold;
		color: #304B7A;
	}
	.sig
	{
		text-align:right;
		font-weight: normal;
		font-size: 8pt;
		font-style: italic;
		color: #898989;
	}

#voices {
	width: 600px;
	height: 500px;
	border: 2px solid #e2e2e2;
}
	.voices-quote-wide {
		text-align: center;
	}
	.voices-quote {
		color: #135494;
		text-align: center;
	}
	.voices-logo {
		text-align: center;
	}

#foot {
	font-size:15px;
	text-align:center;
	color:#aaaaaa;
}

li li li ul {
	list-style-image: url(bullet.gif);
}
