body {
	background: #fefff7 /*url(../images/bg.jpg) repeat-x fixed top*/;
  	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #646226;
	line-height: 1.6em;
}
a, a:link {
	color: #2a5a5d;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #5b8382;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
}
h2 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #506815;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
h3 {
	color: #448685;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;	
	padding-top: 0px;
	margin-top: 0px;
}
h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
}
h4 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #506815;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
ul {
	padding: 5px 0px 10px 20px;
	margin: 0px;
}
li {
	padding: 5px 0px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	text-align: justify;
}
q { quotes: '\201C' '\201D' '\2018' '\2019'; }
q:before { content: '\201C'; }
q:after { content: '\201D'; }
q q:before { content: '\2018'; }
q q:after { content: '\2019'; }
#container {
	background: url(../images/bgSide.gif) repeat;
  	margin: 0px auto;
	width: 762px;
}
#containerMain {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 740px;
	height: 100%;
	background: #fefff7 url(../images/bgContainer.jpg) no-repeat left top;
}
#header {
	position: relative;
	top: 0px;
	right: 0px;
	padding: 0px;
	width: 740px;
	overflow: visible;
}
#nav {
	height: 50px;
	width: 740px;
	margin: 0px;
	padding: 0px;
}
#nav .bg {
	height: 20px;
	width: 100%;
	background: url(../images/bgNav.gif) repeat left top;
} 
#nav ul {
	float: right;
	width: 520px;
	margin: 0px; 
	padding: 5px 0px 0px 0px;
}
#nav li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}
#nav li a {
	display: -moz-inline-box; 
	-moz-box-orient: vertical;
    display: inline-block; 
	text-transform: lowercase;
}
* html #nav li a {
	display:inline;
}
* + html #nav li a {
	display: inline;
}
* html #nav li a {
	height: 25px;
}
#nav li a > * {
	display: table; 
	table-layout: fixed; 
	height: 25px; 
	overflow: hidden;
}
#nav .lang {
	float: right;
	background: url(../images/bgNav.gif) repeat left top;	
	height: 25px;
	width: 100px;
	padding: 5px 0px 0px 0px;
	margin: 0px 25px 0px 0px;
}
#nav .lang a {
	text-align: center;
	height: 25px;
	display: block;
	color: #fff;
	text-transform: uppercase;	
	font-size: 10px;
}
#header .photos {
	float: right;
	width: 352px;
	height: 239px;
	padding: 50px 25px 20px 0px;
}
.quote {
	float: left; 
	width: 320px;
	padding: 189px 0px 0px 25px;
}
.quote q {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #496967;
	font-weight: bold;
	font-style: italic;
}
.quote cite {
	color: #56642f;
	font-weight: bold;
	padding-left: 10px;
}
#main {
	padding: 0px 25px 0px 25px;	
}
#main #content {
	float: left;
	width: 400px;
}
#main #column {
	float: right;
	width: 250px;
}
#main #column h3 {
	padding: 0px;
	margin: 0px;
}
.colWhere {
	background: url(../images/where.gif) no-repeat left top;
	padding: 5px 0px 20px 80px;
}
.colWhere p {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	font-style: italic;
	font-size: 10px;
}
.colWho {
	background: url(../images/who.gif) no-repeat left top;
	padding: 5px 0px 20px 80px;
}
.colWho p {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	font-style: italic;
	font-size: 10px;
}
.colHelp {
	border: 1px solid #828234;
	padding: 10px;
	text-align: center;
}
.colHelp p {
	font-weight: bold;
	text-align: center;
}

#footer {
	font: 11px Georgia, "Times New Roman", Times, serif;	
	color: #fff;
	height: 111px;
	background: url(../images/bgFooter2.gif) no-repeat left bottom;	
	padding-top: 20px
}
#footer a, #footer a:link, #footer a:visited {
	color: #fff; 
	font-weight: none;
}
#footer h3 {
	color: #f2f4d8;
}
#footer .column {
	float: left;
	width: 23%;
	padding: 25px 0px 0px 10px;
}