body {
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #F3E4D1;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 940px;
	background-color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header {
	height: 250px;
	margin-bottom: 5px;
}
#container {
	background-color: #F3E4D1;
	overflow: hidden;
	height: 1%;
	margin-top: 0px;
}

#side-a {
	float: left;
	width: 230px;
	padding-left: 0px;
	background-color: #cc0a4e;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 4px;
	overflow: hidden;
	height: 1%;
	color: #000000;
	text-decoration: none;
}
#side-a a {
	color: #000000;
	text-decoration: none;
}

#side-a a:hover {
	color: #666666;
}
#side-b {
	float: right;
	width: 225px;
		overflow: hidden;
	height: 1%;
}

#content {
	float: left;
	width: 650px;
	margin-left: 20px;
	padding-left: 10px;
	padding-top: 20px;
}
h1 {
	font-size: 24px;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC6600;
	font-weight: bold;
	line-height: 36px;
}

h2 {
	font-size: 20px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC9900;
	font-weight: bold;
	line-height: 28px;
}

#Menu_Bar {
	visibility:visible;
	width:940px;
	left: 0;
	background-color: #cc0a4e;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 5px;
}

.Menu_Bar {
	padding-bottom: 10px;
	text-align: left;
	border-left: dotted 1px #CCCCCC;
	padding-top: 10px;
}
.Menu_Bar a, .Menu_Bar a:visited {
	display: inline;
	padding: 5px 12px 5px 15px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-right-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}

.Menu_Bar a:hover {
	color: #666666;
}

/* ----- DROPDOWN DIVISION FOR MENU ----- */

#dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 1px;
	line-height:38px;
	z-index:100;
	background-color: #000000;
	width: 200px;
	visibility: hidden;
	color: #FFCC33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 9px;}

#dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d;
	border-bottom-width: 1px;
	padding: 12px 12px 12px 12xp;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #cc0a4e;
	font-weight: bold;
}

#dropmenudiv a:hover{
	background-color: #cc0a4e;
	color: #FFFFCC;
}



#footer {
	clear: both;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	color: #f6af61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/susan-carlisle-logo_gold.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-bottom: 2px;
	background-color: #cc0a4e;
	}
#footer a, #footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #f6af61;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #666666;
}
