body {
	font: 62.5%/1.5 Arial, Helvetica, sans-serif; /* 1.1em = 11px */
	color: #000;
	text-align: center;
	margin: 0px;
	background-attachment: fixed;
	background-color: #d6ceb5;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	}

	
html > body {font-size: 62.5%;}

html, body {
height:100%;
}

div, p, th, td, li, dd, dl, dt    {
	/* redundant selectors to help NS4 not forget */
    font-family: Arial, Helvetica, sans-serif;
    }
	
a, a:link, a:visited, a:active	{
	text-decoration: none;
	color: #0000CC;	
	}
a img { border: 0; }
a:hover	{
	color: #0000FF;	
	text-decoration: none;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
	
dt 	{
	font-weight: bold;
	}
ol, ul {
	list-style: none;
}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
p {
	margin: 0 0 1em 0; padding: 0;
	line-height: 1.5em;
	}
h1	{font-size:	1.5em;}
h2	{font-size:	1.5em;}
h3	{font-size:	1.4em;}
h4  {font-size:	1.3em;}
h5	{font-size:	1.2em;}
h6	{font-size:	1.1em;}
	
h1, h2, h3, h4, h5, h6	{
	color: #006;
	background-color: transparent;
	margin:	5px 0;
	}
	
img	{ border: 0;	}/* turns off gaps around images */

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.indent { padding:0 0 0 30px;}

.clear {clear: both; height:0;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

*+html .clearfix{height: auto; zoom: 1;} /* IE7 */

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 0;}
.clearfix {display: block;}
/* End hide from IE-mac */

div#wrap {
display: block;
margin: 0 auto;
width: 766px;;
background: #fff;
text-align: center;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}

#wrapper {
width: 766px;
padding: 0 5px;
margin: 0 auto;
text-align: left;
background: #fff;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}
#content {
padding: 0 0 10px;
}
#footer {
text-align: center;
}
#footer img {
vertical-align: middle;
}


#address td {
color: #753d00;
font-size: 11px;
}
#address h2 {
color: #972902;
font-size: 12px;
}
#address a, #address a:visited {
color: #753d00;
}
#address a:hover {
color: #d58d18;
}
#info th {
font-size: 10px;
line-height: 10px;
border-right: 1px solid #707070;
text-align: right;
padding: 0 8px 0 0;
text-transform: uppercase;
}
#info td{
padding: 0 0 0 8px;
font-size: 10px;
}


#nav{
	background-color: #999966;
	width: 100%;
	background-image: url(nav_bg.gif);

}

