@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #8b8b8b;
}
img { border: none; }

h1,h1 a { color: #5a5a5a; font-size: 1.3em; text-transform: capitalize; text-decoration: none; }
h1 a:hover {color: blue; text-decoration: underline; }
h2 { color: #5a5a5a; font-size: 1.1em; }

td { vertical-align: top; }


.nav { width: 100%; }
.nav td {
	text-align:center;
}
.nav a { text-transform: uppercase; font-weight:bold; text-decoration: none; color: #8b8b8b; }
.nav a:hover { color: #95351d; }

.separator {
	font-size: 0px;
	width: 1px;
	background-color: #8b8b8b;
}