/* CSS Document */

body {
	margin: 0px 30px;
	background: #e6e6e7 url(../images/bg_body.gif) repeat-x;
}
p,td,li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6b5d52;
}

.content {
	margin: 20px 0px;
	text-align: left;
}

#footer {
	width: 640px;
	padding-top: 10px;
	margin: 60px 0px 40px 0px;
}

#personTop {
	text-align: left;
}
#infoBox {
	width: 250px;
	background-color: #6b5d52;
	color: #FFFFFF;
	padding: 10px;
}
#categoryBox {
	background-color: #c7c4c2;
	padding: 6px 15px;
	margin-top: 30px;
}
.category {
	font-size: 12px;
	color: #6b5d52;
}
.imgLg {
	border: solid 1px #6b5d52;
	margin-right: 15px;
}
.name {
	font-size: 16px;
	font-weight: bold;
	color: #dd8329;
}
.infoText {
	font-weight: bold;
	color: #FFFFFF;
}

/* LINKS ----------- */
a, a:link, a:visited {
	color: #6b5d52;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}