* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	min-height: 101%;
	text-align: center;
	background: #e7e7e7 url('img/bgd.gif') repeat-x;
}
/* Fonts */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
/* 
1.false value for WinIE4/5
2.trick WinIE4/5 into thinking rule is over
3.recover from trick
4.intended value for better browsers.
Next but one rule: be nice to Opera */
a{}
body, body div, body td, body p, body ul, body ol, body li, body th	{
    font-size:    x-small;      
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:    small;
}
html>body, html>body div, html>body td, html>body p, html>body ul, html>body ol, html>body li, html>body th	{
    font-size:    small;
}
/* Layout */
#container {
	width: 740px;
	margin: 0 auto;
	border: 0;
	text-align: left;
	color: #000;
	background-color: #fff;
}
#header_container {
	width: 100%;
	float: left;
	clear: both;
	background: url('img/bgd_header.gif') repeat-y;
}
/* IE5 can't handle these borders so they're hidden from IE5 */
#header_container {
    border-left: 0;
	voice-family: "\"}\"";   
    voice-family: inherit;   
	border-left: 1px solid #666;
}
#header_container {
    border-right: 0;
	voice-family: "\"}\"";   
    voice-family: inherit;   
	border-right: 1px solid #666;
}
#logo {
	width: 220px;
	float: left;
	background: #fff;
}
#logo_right {
	width: 520px;
	float: left;
}
#nav_header_container {
	width: 100%;
	float: left;
	clear: both;
}
#nav {
	width: 220px;
	float: left;
	clear: left;
	overflow: hidden;
}
#header_pic {
	width: 520px;
	float: left;
}
#content_container {
	width: 100%;
	border-bottom: 1px solid #666;
	float: left;
	clear: both;
}
/* IE5 can't handle these borders so they're hidden from IE5 */
#content_container {
    border-left: 0;
	voice-family: "\"}\"";   
    voice-family: inherit;   
	border-left: 1px solid #666;
}
#content_container {
    border-right: 0;
	voice-family: "\"}\"";   
    voice-family: inherit;   
	border-right: 1px solid #666;
}
#left {
	width: 220px;
	float: left;
	overflow: hidden;
	font-size: 100%;
	margin: 20px 0 0 0;
	padding: 5em 0 0 0;
	text-align: left;
}
#left img {
	margin: 0 0 20px 0;
}
#maincontent {
	width: 520px;
	float: left;
	overflow: hidden;
	text-align: left;
}
#maincontent img {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}
#footer_container {
	width: 100%;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	float: left;
	clear: both;
	text-align: center;
	color: #666;
	background: #e7e7e7;
}
#footer_container p {
	margin: 0;
}
.padding {
	padding: 20px;
}
.padding_maincontent {
	padding: 20px 20px 20px 40px;
}
.padding_footer {
	padding: 10px 20px;
}
.highlight {
	width: 260px;
	margin: 0;
	border: 1px solid #999;
	padding: 0 10px;
	background-color: #ffe7ad;
}
div.highlight h2, div.highlight ul {
	margin: 0.2em 0;
	padding: 0;
}
#maincontent p.link {
	margin: 40px 0 1em 0;
	font-size: 75%;
}
/* Gallery */
#flash_gallery {
	margin: 2em 0 0 0;
}
/* to lay out alt content */
#flash_gallery img { 
	margin: 10px;
	border: 0;
	padding: 0;
	float: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

/* Images */
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 1em 0; 
}
ul ul {
	margin: 0;
}
li, dd { 
	margin-left: 1.5em;
}
fieldset { 
	padding: 0; 
}
h1 {
	font-size: 150%;
	color: #666;
}
h2 {
	font-size: 120%;
	color: #666;
}
h3 {
	font-size: 110%;
	color: #666;
}
h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
#maincontent p, #maincontent li, #maincontent td {
	font-size: 85%;
}
#footer_container p {
	font-size: 75%;
	font-weight: bold;
}
/* Navigation menu */
#nav_menu {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 1em;
}
#nav_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav_menu ul li {
	margin: 15px 0 0 0;
	padding: 0;
}
#nav_menu ul li.first {
	margin: 0 0 0 0;
	padding: 0;
}
#nav_menu ul li a {
	margin: 0;
	padding: 2px 0;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.3px;
}
#nav_menu ul li a:link, #nav_menu ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#nav_menu ul li a:hover {
	color: #000;
	text-decoration: none;
}
body#homepage li#home a, body#menupage li#menu a, body#gallerypage li#gallery a, body#locationpage li#location a, body#contactpage li#contact a {
	color: #999;
	text-decoration: none;
}
a:link {
	color: #00f;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #fdb717;
	text-decoration: underline;
}
