body {
	background : #FFFFFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

div {
	border: 1px none pink;
}

#header {
	background-color: #56000A;
	padding: 16px 0 16px 20px;
}

#strap {
	background-color: #7B1421;
	border-top: 2px groove #7B1421;
	border-bottom: 2px inset #333333;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu {
	position: absolute;
	top: 140px;
	left: 20px;
	width: 140px;
}

#centercol {
	position: absolute;
	top: 140px;
	left: 200px;
	width: 400px;
}

#rightcol {
	position: absolute;
	top: 170px;
	left: 640px;
	width: 180px;
	
}

#rightcol img {
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style:none;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #CCCCCC;
}

#footer {
	color: #7B1421;
	font-size: .9em;
	margin-top: 60px;
	border-top: 1px solid #CCCCCC;
	padding-top: 6px;
}

#footer2 {
	color: #7B1421;
	font-size: .9em;
	margin-top: 300px;
	border-top: 1px solid #CCCCCC;
	padding-top: 6px;
}

a {
	color : #7B1421;
	text-decoration : none;
}

a:active {
	color : #7B1421;
	text-decoration : none;
}

a:visited {
	color : #7B1421;
	text-decoration : none;
}

a:hover {
	color : #7B1421;
	text-decoration : none;
}

/* Titles */

h1 {
	color: black;
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 4px;
}

h2 {
	color: #7B1421;
	font-size: 1.4em;
	margin-top: 0;
	margin-bottom: 6px;
}

h3 {
	color: #666666;
	font-size: 1.2em;
}

li {
	padding-bottom: 6px;
}

p {
	margin-top: 0;
	margin-bottom: 18px;
}

.caption {
	color: #666666;
	font-size: .82em;
	width: 160px;
	padding-bottom: 10px;
}