body {
	text-align: center;
	padding: 0;
	margin: 0;
	font: normal 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #1C1C1C;
	background-color: #FFF;
	}

a {
	color: #369;
	text-decoration: none;
	}

a:hover {
	color: #990;
	border-bottom: 1px solid #990;
	}

a:active {
	font-weight: bold;
	color: #000;
	}

.caps {
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 2px;
	}

.serifcaps {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 3px;
	}

#box {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	}

#navigation {
	float: left;
	width: 142px;
	overflow-x: hidden;
	margin: 0 33px 0 0;
	line-height: 15px;
	text-align: left;
	}

