body {
	min-width: 630px;      /* 2x (LC fullwidth + CC padding) + RC fullwidth */
	background: url(images/bg.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

#header {
	background-color: #7b170c;
	width: 100%;
	text-align: left;
}

#header img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline; 
}

#header h1 {
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */
	color: #ccc;
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: small-caps;
	display: inline;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

#hangroup, #hangroup a:link, #hangroup a:visited {
	width: 100%;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#hangroup a:hover {
	text-decoration: underline;
}

#frame {
	height: 100%;
	width: 770px;
	max-width: 100%;
	margin-right: auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	overflow: hidden;
}

#left {
	min-height: 400px;
	width: 13em;
	padding: 0px 0px 0px 0px;
	float:left;
	background: #FFFFFF;
	border-left: 1px solid #000;
	font-size: 12px;
	text-align: center;
}



#left h1 {
	text-decoration: none;
	font-style: italic;
	padding-top: 10px;
	font-size: 18px;
}

#contentcenter {
	font-family: Georgia, Times, serif;
	min-height: 400px;
	width: 396px;
	max-width: 396px;
	padding: 5px;
	float: left;
	background:#fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 14px;
}

#contentcenter h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
}

#contentcenter h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ccc;
	font-style: italic;
	text-align: left;
	padding: 5px;
	font-size: 14px;
}

#contentcenter a:link, a:visited {
	text-decoration: none;
	color: #7b170c;
	font-size:14px;
	font-style: italic;
}

#contentcenter a:hover {
	text-decoration: underline;
}

#contentcenter img {
	border: none;
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 5px;
}

#contentcenter p {
	width: 80%;
	background-color: #eee;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

.paragraph { 					/* browser hack */
	padding-bottom: 230px;
}

.logo {
	padding: 20px;
}

#right {
	min-height: 400px;
	width:170px;
	padding: 0px 0px 10px 0px;
	float: left;
	background: #FFFFFF;
	border-right: 1px solid #000;
	font-size: 12px;
}

.imagelink {
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#right h1 {
	text-decoration: none;
	font-style: italic;
	padding-top: 10px;
	text-align: center;
	font-size: 18px;
}

#nav {
	background-color: #7b170c;
	display: inline;
}

#nav ul {
	background-color: #7b170c;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px;
	white-space: nowrap;
	color: white;
	float: left;
	width: 100%;
}

#nav ul li { 
	display: inline; 
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding-left: 1em;
	padding-right: 1em;
	float: left;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;

}

#nav ul li a {
	font-size: 14px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	float: left;
}

#nav ul li a:hover {
	text-decoration: underline;
}

.currentpage  {
	background-color: #9b170c;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding-left: 1em;
	padding-right: 1em;
}

#left, #right, #contentcenter { 
	padding-bottom: 32767px;
	margin-bottom: -32767px; 
}


#footer {
	background-color: #7b170c;
	float: left;
	width: 100%;
	height: 1.5em;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}