/* Forcing scrollbars, thanks to Hicks Design. */
html
{
height: 100%; 
margin-bottom: 1px;
}
/*http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */

----------------------------------------------------------------------------

/* Selectors */
* { padding: 0; margin: 0; }

body
{
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
margin-top: 0px;
margin-bottom: 0px;
}

a
{
border: none;
text-decoration: none;
color: #666666;
}

img
{
border: none;
}

a:hover
{
color: #000;
}

#landing_nav_footer
{
width: 760px;
font-size: .8em;
margin: 0;
padding: 0;
list-style: none;
display: inline;
}

#landing_nav_footer li
{
list-style: none;
display: inline;
}

/* Selectors */

/* ---------------------------------------------------------------------- */

/* Layout */
#wrapper
{
margin: 0 auto;
width: 760px;
}

#center
{
margin: 10px 0px 0px 0px;
z-index: -1000;
}

#content
{
text-align: center;
}

#footer
{
margin: 0px 0px 0px 0px;
width: 760px;
height: auto;
text-align: center;
}

/*html>#footer
{
padding: -50px 0px 0px 0px;
width: 760px;
height: auto;
text-align: center;
}*/
/* ---------------------------------------------------------------------- */
.copyright
{
margin-top: 5px;
font-size: .6em;
color: #666666;
font-weight: normal;
}

.footer_pipe
{
color: #666666;
}
