body {
	background-color: #294481;
	margin: 0;
	padding: 0;
	text-align: center;
	background-repeat: repeat;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#wrapper {
	width: 770px;
	border: 1;
	margin-left: auto;
	margin-right: auto;
	background-color: #4570D5;
}
#header {
	background-color: #4570D5;
}

#nav_bar {
	height: 44px;
	margin: 0px;
	padding: 0px;
	background-color: #4570D5;
}

#subnav {
	float: right;
	width: 175px;
	background-color: #FFD200;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/SubNavGraphic.png);
	background-repeat: repeat-y;
	overflow-y: auto;
	overflow-x: auto;
	height: 550px;
}
#content {
	color: #062670;
	background-color: #FFE673;
	float: left;
	margin: 0px;
	padding: 0px;
	border-right-color: #A78900;
	border-right-style: solid;
	border-right-width: 2px;
	overflow-y: auto;
	border-bottom-color: #A78900;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	min-height: 550px;
	width: 593px;
	
}
#header_image {
	background-image: url(../images/EssenceOfDiane.png);
}

#content h2 {
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 0px;
}
#nav_bar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav_bar li {
	display: inline;
}
#nav_bar li a {
	display: block;
	float: left;
	padding: 8px;
	height: 20px;
	text-decoration: none;
	margin-top: 8px;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	font-weight: bold;
	color: #FFFFFF;
}

#nav_bar li a:hover {
	background-color: #294481;
	color: #FFE673;
}
#nav_bar li.current a {
	background-color: #FFE673;
	color: #062670;
}
#nav_bar li.current a:hover {
	background-color: #FFE673;
	color: #062670;
	}
#subnav ul {
	text-decoration: none;
	display: list-item;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subnav ul li {
	text-align: left;
	color: #E3CACC;
	padding-top: 40px;
	font-weight: bold;
	padding-left: 10px;
	font-size: 16px;

}
#subnav ul li ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
}
#subnav ul li ul li a{
	display: list-item;
	text-align: left;
	text-decoration: none;
	color: #E3CACC;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#subnav ul li ul li.current a{
	font-weight: bold;
	color: #501117;
	background-color: #ABBC82;
}
#subnav ul li ul li a:hover{
	font-weight: bold;
	color: #501117;
}
#subnav .thumb_img {
	margin: 10px;
	padding: 11px;
	border: 2px solid #74A8A1;
	cursor: pointer;
}

#content p {
	text-align: left;
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-weight: normal;
	padding-right: 30px;
}
#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 5px;
}
#content #photo_large {


}

#content #frmFeedback fieldset {
	background-color: #6B8BD5;
	padding: 0px;
	margin: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #113FAB;
	border-bottom-color: #113FAB;
}

#content #frmFeedback legend {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	/*text-transform: uppercase;*/
	color: #062670;
	letter-spacing: 0.1em;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #6B8BD5;
}
/*#content #frmFeedback legend {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #062670;
}*/

#content #frmFeedback input.text {
	width: 400px;
}
#content #frmFeedback textarea {
	width: 475px;
}
#content #frmFeedback input.text:focus, #content #frmFeedback textarea:focus {
	background-color: #EDDEDF;
	border: 1px solid #BE8388;
}











#footer {
	height: 40px;
	background-color: #4570D5;
	color: #FFE673;
	clear: both;
	font-size: 100%;
	margin-left: 0px;
	padding-top: 0px;
}

