/* General */
body
{
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
body, table, th, tr, td, p, span, div, a, li, ul, ol, h2, h3, h4, h5, h6, input, select, textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#520242;
}

a:link, a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}	

.under-construction {
	color:#5C2834;
	font-size:18px;
	font-weight:bold;
	font-style: italic;
}
h1 {
	color:#5C2834;
	font-size:18px;
	font-weight:bold;
	font-style: italic;
}
h6 {
	color:#5C2834;
	font-size:9px;
}

/* Main Body Container */ 
#holding-container {
	width: 800px;
	background:#F8F2D6;
	margin: 10px auto;
}

/* Content */
.main-content {
	vertical-align:top;
	padding:15px 50px 0px 8px;
	line-height:20px;
	width:640px;
	border-left:1px solid #520242;
}

.float-right {
	float:right;
}

/* Menu */

.right-menu {
	width:186px;
	padding:15px 8px 0px 0px;
	vertical-align:top;
	border-right:1px solid #520242;
}

a.menu:link, a.menu:visited {
	display:block;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	background:#D7C684;
	border-left:3px solid #520242;
	width:176px;
	padding:6px 0 6px 10px;
	margin:0px 0px 5px 0px;
	color: #520242;
	text-decoration:none;
}
a.menu:hover {
	background:#520242;
	color:#D7C684;
}

/* Header */

.header {
	padding:0px 8px 0px 8px;
	border-left:1px solid #520242;
	border-right:1px solid #520242;
}
.header-corners {
	padding:0px;
}

.footer-corner {
	padding:0px;
}

div#address {
	text-align:center;
	line-height:20px;
}

div#header-left {
	width:520px;
	height:100px;
	float:left;
	margin:10px 0px 10px 0px;
}

div#header-logo {
	width:186px;
	height:100px;
	float:right;
	margin:10px 0px 10px 0px;
}

div#head-left {
	width: 34px;
	height:34px;
	float:left;
	background:url(../images/corners-left.jpg) top left no-repeat;
}

div#head-right {
	width: 766px;
	height:34px;
	float:right;
	background:url(../images/corners-right.jpg) top right no-repeat;
}

div#foot-left {
	width: 34px;
	height:34px;
	float:left;
	background:url(../images/corners-left-foot.jpg) bottom left no-repeat;
}

div#foot-right {
	width: 766px;
	height:34px;
	float:right;
	background:url(../images/corners-right-foot.jpg) bottom right no-repeat;
}
/* Footer */

div#copyright {
	color:#969595;
	text-align:center;
}

.footer {
	text-align:center;
	font-weight:normal;
	font-size:38px;
	font-style:italic;
	padding-top:40px;
	border-left:1px solid #520242;
	border-right:1px solid #520242;
}

/* Contact Page */

div#map {
	margin:10px 0px 10px 0px;
}
div#reg {
	font-size:9px;
	text-align:center;
}