body {
	/*background: #ffffcc;*/
    margin: 50px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 20px;
	color: #222;
    /*background: url(../images/bckg.gif) #000;*/
    /*border: 1px solid #666666;*/
}
a {
    color: #C23B01;
}
a:hover {
    color: #333333;
}
#container {
    background-color: #fff;
}
#header {
    background: url(../images/bckg_wynstones.jpg) repeat-x;
}
#logo {
    background: url(../images/newhall_thumb.jpg) no-repeat top right;
    padding: 16px 0 0 35px;
    height: 48px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    font-style: italic;
}
#logo a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
}
#menu {
    background: url(../images/menu_bckg.jpg) #FF6600;
    /*background: url(../images/bckg_wynstones.jpg) #424E4F;*/
    height: 26px;
}
#menu ul {
    margin: 0;
    padding: 0;
}
#menu ul li {
    display: inline-block;
    float: left;
    width: 104px;
    list-style: none;
    text-align: center;
}
#menu a {
    display: block;
    float: left;
    width: 104px;
    color: #FFFFFF /*#C23B01*/;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding-top: 4px;
    font-style: italic;
}
#menu a:hover {
    padding-top: 4px;
    height: 22px;
    background: url(../images/menu_bckg_over.jpg) #C23B01;
}

#text {
    margin: 0 20px 10px 20px;
}
#text p {
    padding: 0 0 10px 0;
    margin: 0;
}
#text li {
    list-style: none;
    padding-left: 20px;
    background: url(../images/li.gif) no-repeat 0px 7px;
}
#sidebar {
    float: right;
    width: 200px;
    padding: 0 20px 0 10px;
    font-size: 14px;
}
#sidebar li {
    list-style: none;
    padding-left: 20px;
    background: url(../images/li.gif) no-repeat 0px 7px;
}
#main {
    float: left;
    background: url(../images/body_bckg.jpg) repeat-y top left #fff;
    padding: 20px 0 0 0;
}
#footer {
    background: url(../images/bckg_wynstones.jpg) #424E4F;
    height: 64px;
    clear: both;
    font-style: italic
}
#left_footer {
    float: left;
    padding: 20px 0 0 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
}
#left_footer a {
    color: #FFFFFF;
}
#left_footer a:hover {
    text-decoration: none;
}
#right_footer {
    float: right;
    padding: 20px 30px 0 0;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    width: 400px;
}
#right_footer a {
    color: #FFFFFF;
}
#right_footer a:hover {
    text-decoration: none;
}
h1 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.8em;
    color: #1B1D1E;
    font-style: italic
}
#text h2.faq_header {
	font-size: 18px;
    font-weight: normal;
	line-height: 18px;
	padding: 8px 0 8px 17px !important;
	background: url(../images/plus.gif) left 12px no-repeat;
	border-top: none;
	border-top: 1px solid #b6b693;
	color: #C23B01 !important;
	margin: 0px !important;
	clear: both;
}
#text h2.faq_header:hover {
    color: #333333;
}
h3 {
	font-size: 1.3em;
    font-weight: normal;
	padding: 8px 0 8px 0 !important;
	margin: 0px !important;
}
.hidden_section {
	display: none;
    padding: 0 0px 10px 20px;
}
.left_photo {
	float: left;
	display: inline;
	width: 100px;
    padding-right: 20px;
}
.simple_photo {
	display: inline;
	width: 142px;
    padding: 40px;
    text-align: center;
}

