/* RLD Styles 04.29.10 */
/* BorderColor = #C2EACB */
/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

h1, h2, h3, h4, h5, h6 {color:#666;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
    margin:0;
	font-size: 1.4em;
	font-weight: normal;
}
h2 {
/*	margin: 1.2em 0em 0em 0em; */
    padding: 1.2em 0em 0em 0em;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	padding: 1.2em 0em 0em 0em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	padding: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	padding: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	padding: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
}
h1.colDetailRight {
    margin:0;
	font-size: 1.2em;
	font-weight: normal;
}

img {border: none;}

ol, ul
{
    /*	margin:0.2em 0 0.1em 0; */
    padding: 1em 1em 1em 3em;
    text-align: left;
}

p
{
    padding: 0.8em .5em 1.2em .5em;
    line-height: 1.2em;
    text-align: left;
}

li > p {margin-top: 0.2em;}

pre {
	font-family: monospace;
	font-size: .8em;
}

strong, b {font-weight: bold;}

a {
	text-decoration: none;
	color:#666;
}

a:link {
	color:#666;
}

a:visited {}

a:active {}

a:hover {
/*	color:#333333;  */
	color:#63C;
}

/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
body {
	text-align: center;
	background-color: #FFF;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: .8em;
}
#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}
#wrapper { 
/*	width: 780px; */
    width: 900px;
	margin: 0 auto;
	padding-top: 10px;
    /*width: 100%; /* helps IE get the child percentages right. */
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

#content
{
    margin: 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    min-height: 400px;
    background: #F7FAF7;
    color:#666;
}

* html #content {height:1%;}
#contentHome
{
    margin: 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    min-height: 400px;
    background: url(../../Images/richard_8.png) no-repeat left bottom;
}

* html #content {height:1%;}

#header {
    padding:0;
    margin: 0;
    width: 898px;
    height: 77px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;

    background: #F7FAF7 url(../../Images/banner.jpg) no-repeat left top;
}
* html #header {height:1%;}
#logo
{
    position: relative;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 177px;
    height: 77px;
}
* html #logo {height:1%;}
#headerRight {
    position: relative;
    width: 575px;
	float: right;
	display: inline;
	margin: 0;
	padding: 0px 5px 0px 5px;
	height: 77px;
	text-align: right;
}

#cartstatus {
    width: 560px;
	float: right;
	display: inline;
	margin: 0;
	padding: 2px 0px 2px 0px;
	border-bottom: 2px solid #8F8FF2;
	height: 25px;
/*		text-align: right; */
}

#userstatus {
    width: 560px;
	float: right;
	display: inline;
	margin: 0;
	padding: 7px 0px 2px 0px;
	border-bottom: 2px solid #8F8FF2;
	height: 25px;
/*		text-align: right; */
}

#mainmenu {
	padding: 0px 2px 0px 30px;
	line-height: 15px;
	font-size: .95em;
	height: 18px;
	clear: both;
		}

#mainmenu a {text-decoration:none;}
/* Adds a height to a button so that IE Win will allow it to be clickable across its full width. */

/* Hide from IE5-Mac \*/
* html #mainmenu a {height: 1%;}
/* end hiding */ 
#mainmenu a:hover
 {color:#333;}
/* Adds a height to a button so that IE Win will allow it to be clickable across its full width. */

/* Hide from IE5-Mac \*/
* html #mainmenu a:hover 
    {height: 1%;}
/* end hiding */ 

#mainmenu .normallink {
	padding:0 2px;
	color:#666;
}
#mainmenu .selectedlink {
	padding:0 2px;
	color:#ccc;
}

#copy {		
/*	margin-left:10px; */
	color:#666;
}
#copy td, #copy th {padding: 0.2em 0.5em;}
#copy p {padding: 0.5em 1em;}

#copy .container {
	margin:5px;
	padding:0 20px 15px 20px;
}
#copy .container li  {
    padding: .5em 1em .5em 1em;
}/* \*/
* html #copy .container {height:1%;}
/* */
/*
#copy fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #000000;
}
#copy .txtBox {
	margin-left: 1em;
	border:1px solid #397D47;
	background-color:#EEEEDB;
}

#copy .txtBox:focus {background-color:#FFFFFF;}

#copy .button {
	border:1px solid #397D47;
	background-color:#94CB01;
	color:#666;
}

#copy legend {background-color:#FFFFFF;padding:0.5em;}

#copy caption {text-align:left; font-weight:bold;}

		
* html #copy table tr {font-size:0.9em;}
*/
#copyHome {		
    background: url(../../Images/richard_8.png) no-repeat left bottom;
    min-height: 400px;
}
* html #copyHome {height:1%;}

#copyHome p {		
    padding: 0 15px 0px 300px;
    text-align: center;
}

#homeImgs {		
    min-height: 150px;
    float: right;
    display: inline;
    padding: 20px 70px 10px;
    text-align: right;
}   
* html #homeImgs {height:1%;}
.statementHome {		
    padding: 30px 0px 5px;
}
/* inside pages content from s10*/    
.leftcol { 
    padding-left: 10px; 
    padding-right: 5px; 
    float: left; 
	width: 48%;
    border: solid 1px #ccc;
    margin-left: 5px;
    margin-bottom: 5px;
    background: #fff;
    }
.rightcol {  
    float: right; 
	width: 44%;
	padding-left: 20px;
	padding-right: 5px;
    }
.rightcol p {  
	padding-right: 10px;
	padding-top: 10px;
    }
/* one column layout */
.onecol { 
    padding: 5px 10px; 
    }
#sidebar {
	float: right;
	width: 17%;
	/*	width: 150px; */
	margin: 0;
	padding: 0;
    font-size: 62%; 
	text-align: center;
}
#sidebar table {
	text-align: left;
}
/* end inside pages content */       
div#contactForm {margin-left:4em;}

/* Hides from IE5-mac \*/ 
     * html div#contactForm{height:1%;}
/* End hide from IE-mac */ 
/* from WG styles 
.collectionsHeader
    {
    text-align: center;
    border: none;
    padding-bottom: 10px;
    }
 .featured
    {
    text-align: center;
    border: 1px solid #ccc;
    width: 256px;
    height: 260px;
    padding: 3px;
    }
.featuredName
{
    padding: 5px;
    text-align: center;
}
   from WG styles  */
ul
{
    list-style-type: none;
}
.secondaryNav
{
    text-align: center;
    padding-left: 40px;
    padding-right: 2px;
    width: 100%;
}
.secondaryNav ul
{
    margin: 0;
    white-space: nowrap;
    list-style-type: none;
    text-align: center;
}
.secondaryNav li 
{
	color: #666;
	display: inline;
}
.secondaryNav li a
{
    color: #666;
    line-height: 2em;
    float: left;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    border-right: 1px dotted #AEE3B9;
    border-left: 1px dotted #AEE3B9;
}
.secondaryNav li a:hover
{
	color: #000;
}
#collectionsWrapper {
	overflow: auto;
	min-height: 400px;
}
* html #collectionsWrapper {height:1%;}

#collectionsContent {
	padding-left: 15px;
	float: left;
	display: inline;
	width: 84%;
}

/* from adams */
#collectionsNav {
	float: left;
	display: inline;
	width: 14%;
	color: #B7B7B7;
	text-align: left;
}
#collectionsNav ul {
	float: left;
	display: inline;
	padding: 0px 10px;
	list-style-type: none;
	color: #666666;
	text-align: left;
	font-size: 10px;
}
 * html #collectionsNav ul
{
	padding: 0px;
}
#collectionsNav li 
{
    line-height: 1em;
	display: block;
	color: #666;
	text-align: left;
	padding: 5px 0px;
}
#collectionsNav li a:link, #collectionsNav li a:visited {
	text-decoration: none;
	color: #000;
}	
#collectionsNav li a:hover { 
	color: #666666;
}
/* end adams */

ul.listCentered
{
    margin: 0;
    padding: 0px 0px 0px 5px;
    text-align: center;
    list-style-type: none;
    background: url(../../Images/flake.gif) no-repeat; 
}
ul.listCentered li 
{
	padding: 5px 10px 5px 10px;
	color: #333;
	line-height: 14px;
	text-align: center;
}  
#footer {
	position:relative;
	height:26px;	
	clear:both;	
	margin:0px;
	padding:5px 30 0 30px;
	color:#666;	
	font-size:80%;
	letter-spacing:0.1em;
}
#footernav {
 /*   float: left; 
    width: 99%; 
    display: inline; */
    margin: 0 auto;
    padding: 5px 100px 10px 100px;
}
* html #footernav {height: 1em;}
   
#footernav ul
{
    margin: 0;
    list-style-type: none;
}
#footernav li 
{
	display: inline;
	padding-right: 10px;
	padding-left: 15px;
	float: left;
} 
/* collections page */
.collectionsDisplayWrap
{
    margin: 0;
    text-align: center;
    
}
.collectionsDisplay
{
	padding: 10px 10px;
	display: inline;
	float: left;
	width: 30%;
}
.collectionsDisplay p
{
	padding: .75em 2em;
}
/* end collections page */
    
div.productsWrapper {
  margin: 0 auto;
  padding: 0;
  }
div.spacer {
  clear: both;
  }
div.float
{
    float: left;
    display: inline; 
    padding: 3px 4px;
    text-align: center;
    font-size: 10px;
    color: #666;
    line-height: 16px;
   width: 150px;  /* width of img  */
}
div.float img {
   padding: 2px 2px;
   border: 1px solid #e4e4e0;
   }
  
div.float p {
   text-align: center;
   font-size: 11px;
   padding: 2px;
   }
div.paging {
   text-align: right;
   font-size: 10px;
   padding-right: 15px;
   }
div.frame250
{
 /*   float: left;
    display: inline; */
    padding: 5px 10px;
    text-align: center;
    font-size: 11px;
    color: #666;
    line-height: 16px;
/*    width: 217px; */
}
div.frame250 img {
   padding: 8px;
   border: 1px solid #e4e4e0;
   }
.products 
{
    display: inline;
    float: left;
    text-align: center;
}
/* Product Detail Pages */
/* 4/18/10 duplicate line 748
.colDetailLeft
    {
    float: left;
    display: inline;
    width: 42%;
    height: 400px;
    padding: 20px 0px 0px 15px;
    }
.colDetailRight
{
    float: left;
    display: inline;
    width: 52%;
    color: #666;
    padding: 20px 5px 10px 5px ;
    text-align: left;
} 
.test{
    position: relative;
    background: url(../../Images/gradient.png) no-repeat left top;
    margin: 0;
    padding: 0;
    min-height: 450px;
}
* html .test {height:1%;}
*/


.photoGalleryImage {
    padding: 5px;
    }  
.centerWrap {
	text-align: center;
	padding: 5px;
	font-size: 90%; 
}
.centerWrap img {
	padding: 5px;
}

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
.extender
{
    border: none;
    margin: 0;
    padding: 0;
    clear: both;
    height:2px;
} 
.divider
{
   background : url(../../App_Themes/RLD/Images/bg_divider.png) left top no-repeat; 
    border: none;
    margin-top: 1em;
    padding: 0;
    clear: both;
    height:1.5em;
}   
.linkTitle
{
    font-size: 110%;
    text-transform: uppercase;
    line-height: 2em;
    padding-top: 10px;
    padding-bottom: 5px;
}  
.indent100
{
    padding-top: 20px;
    padding-left: 200px;
    padding-right: 200px;
}      
/* welcome page */
.createAccount
    {
    float: right;
    display: inline;
    width: 54%;
    padding: 10px 10px 10px 0px;
    font-size: 85%;
    }
* html .createAccount {height: 1%;}
.createAccountTitle
    {
    background: url(../../App_Themes/RLD/Images/createAccount_bkg.png) no-repeat left top;
    font-size: 1em;
    }

.memberLogin
{
    float: left;
    display: inline;
    width: 39%;
    padding: 10px;
        font-size: 85%;
} 
* html .memberLogin {height: 1%;}

.loginTitle
    {
    background: url(../../App_Themes/RLD/Images/login_bkg.png) no-repeat left top;
    }
/* end welcome page */
.centerBlock {
    margin: 0 auto;
    text-align: center;
 } 
 .centerBlockOnly {
    margin: 0 auto;
 } 
/* for vertical aligning & centering products on the products page */
.productImage
{
    border: 1px solid #CECECE;
    width: 180px;
    height: 180px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.productImage * {
    vertical-align: middle;
}
/*\*//*/   for IE/MAC
.productImage
{
    display: block;
}
.productImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
/* for vertical aligning & centering products on the detail page */
.productDetailImage
{
    border: 1px solid #E7E7E7; 
    width: 250px;
    height: 270px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.productDetailImage * {
    vertical-align: middle;
}
/*\*//*/   for IE/MAC
.productDetailImage
{
    display: block;
}
.productDetailImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
/* product detail */
.colDetailLeft
    {
    float: left;
    display: inline;
    width: 40%;
    height: 400px;
    padding: 20px 5px 0px 5px;
    text-align: center;
    }
* html .colDetailLeft {height:1%;}
.colDetailRight
{
    float: right;
    display: inline;
    width: 50%;
    color: #666;
    padding: 20px 5px 10px 5px ;
    text-align: left;
} 
* html .colDetailRight {height:1%;}

.pdAttributes
{
    padding-left: 6px;
} 
.colDetailRight table
{
    border-spacing: 0;
} 
.colCatalogLeft
    {
    float: left;
    display: inline;
/*    width: 45%;   */
    padding: 10px 0px 10px 65px;
    text-align: left;
    }
* html .colCatalogLeft {height:1%;}
.colCatalogRight
{
    float: right;
    display: inline;
/*    width: 45%;   */
    padding: 10px 35px 10px 0px;
    /*    padding: 10px 65px 10px 0px; */
    text-align: right;
} 
* html .colCatalogRight {height:1%;}
/* slideshow - viewing & paging */
.slideshowView
    {
    float: left;
    display: inline;
    padding: 10px 0px 10px 65px;
    text-align: left;
    }
* html .slideshowView {height:1%;}
.slideshowPaging
{
    float: right;
    display: inline;
    padding: 10px 65px 10px 0px;
    text-align: right;
} 
* html .slideshowPaging {height:1%;}
/* end slideshow - view & paging */

/* checkoutDetail page */
.columnLeft
    {
    float: left;
    display: inline;
    width: 44%;
    padding: 10px;
    text-align: left;
    }
.columnRight
{
    float: right;
    display: inline;
    width: 50%;
    padding: 10px;
    text-align: right;
} 
/* submit order page */
.textFloatLeft
    {
    float: left;
    display: inline;
    width: 30%;
    padding: 10px;
    text-align: left;
    background-color: #EFF7F7;
    }
* html .textFloatLeft {height:1%;}

.textFloatRight
{
    float: right;
    display: inline;
    width: 30%;
    padding: 10px;
    text-align: right;
    background-color: #EFF7F2;
} 
/* separates content on order page - used regular text so they align in IE */
.orderHeading
{
    clear: both;
    width: 99%;
    text-align: left;
    padding-left: 5px;
    padding-top: 11px;
    font-size: .9em;
    height: 38px;
    background: url(../../App_Themes/RLD/Images/orderHeading_bg.png) no-repeat left top;
    color: #685CB0;
    font-weight: bold;
} 
table.center {
    margin-left: auto;
    margin-right: auto;
}
.shopBlurb
{
    clear: both;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}
.colDetailRight p {
    font-size: .9em;
    color: #666;
    }
/* text */
/* text-align */
.center {
    text-align: center;
    }
.leftAlign {
    text-align: left;
    }
.right {
    text-align: right;
    }        

.PagingText {
    font-size: 11px;
    color: #666;
    }
.textTiny {
    font-size: 10px;
    color: #666;
    }    
.trilliant {
    text-align: center;
    clear: both;
    line-height: 2em;
    }
.pageTitle
{
    font-size: 1.3em;
    font-variant: small-caps;
    color: #6580FA;
}
.standardLabel {
    font-size: 1em;
    color: #828282;
    }
.labelProductCollection {
    font-size: 1em;
    color: #828282;
    text-align: left;
    }
.accessories {
    padding: 5px 20px 5px 400px;
    }    
/* color */    
.alertMessage {
    color: #C11B0E; /* red */
    }
.blue {
    color: #6B5EC6; /* blue */
    }
.orange {
    color: #CC6600; /* orange brown */
    }
.purple {
    color: #A918DF; /* purple */
    }
.red {
    color: #C03; /* red */
    }    
.yellow {
    color: #F7DA13; /* yellow */
    }
.lightText  {
    color: #FFFFCC; /* pale peach */
}         
.offsetLeft10{
    padding: 10px;
    }      
.smallCaps
{
    font-variant: small-caps;
} 
.bold   {
    font-weight: bold;
} 
.boldText {
    font-weight: bold;
    }
.strikeThrough  {
    text-decoration: line-through;
} 
.photoHeading {
    font-variant: small-caps;
    text-align: center;
    font-weight: bold;
    color: #CC6600; /* orange brown */
    padding: 5px;
}
.checkoutUserActionText
{
    font-variant: small-caps;
    font-size: 1.2em;
}
.checkoutAddText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1.2em;
    background: transparent url(../../CSS/images/add.gif) no-repeat top left;
    line-height: 2em;
}
.checkoutDeleteText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1.2em;
    background: transparent url(../../CSS/images/delete.gif) no-repeat top left;
    line-height: 2em;
}
.checkoutSelectText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1.2em;
    background: transparent url(../../CSS/images/select.gif) no-repeat top left;
    line-height: 2em;
}
.checkoutUpdateText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1.2em;
    background: transparent url(../../CSS/images/pencil.gif) no-repeat top left;
    line-height: 2em;
}
.catalogDescription p {
    font-size: .95em;
    color: #666;
    padding-left: 45px;
    padding-right: 45px;
    }
/* css buttons */
.cssclear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
/* css buttons large rounded */
a.cssbutton_large
{
    background: transparent url(../../CSS/buttons/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px; /*        padding-right: 18px; /* sliding doors padding */
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
    vertical-align: middle;
}

a.cssbutton_large span {
    background: transparent url(../../CSS/buttons/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
} 
a.cssbutton_large:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.cssbutton_large:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 10px; /* push text down 1px */
} 
/* css buttons small rectangular*/
a.cssbutton_small {
    background: transparent url(../../CSS/buttons/bg_buttonSmall_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left; 
    font: normal .83em arial, sans-serif;
    color: #333;
    height: 20px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.cssbutton_small span {
    background: transparent url(../../CSS/buttons/bg_buttonSmall_span.gif) no-repeat;
    display: block;
 /*   line-height: 14px; */
    padding: 3px 0 3.5px 10px;
} 
a.cssbutton_small:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.cssbutton_small:hover span {
    background-position: bottom left;
/*    padding: 6px 0 4px 18px; /* push text down 1px */
} 
/* css buttons medium rectangular */
a.cssbutton_medium {
    background: transparent url(../../CSS/buttons/bg_buttonBO_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left; 
    font: normal .85em arial, sans-serif;
    color: #333;
    height: 22px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}
a.cssbutton_medium  span {
    background: transparent url(../../CSS/buttons/bg_buttonBO_span.gif) no-repeat;
    display: block;
 /*   line-height: 14px; */
    padding: 4px 0 4px 10px;
} 
a.cssbutton_medium:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.cssbutton_medium:hover span {
    background-position: bottom left;
/*    padding: 6px 0 4px 18px; /* push text down 1px */
} 
@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		margin:0;
		padding:0;
		background:#FFFFFF !important;
	}
	#sizer{
		margin:0; 
		width:auto !important;
	}
	#expander{
		position:static;
		margin:0 !important;
	}
	#headertop, #ownerinfo {
		position:static; 
		height:auto;
	}	
	#ownerinfo address {
		position:static; 
		height:auto !important; 
		margin-bottom:2em;
	}	
	#header {
		border-bottom:1px solid #000000; 
		margin-bottom:2em;
	}
	#wrapper, #header, #headertop, #ownername, #ownerinfo, #ownerinfo address, #mainmenu, #maimenu .selectedlink, #contentwrapper, #quote, #copy .txtBox, #copy .button, #copy legend, #footer, #sidebarfooter {
		background:none !important;
	}
	h1, h2, h3, h4, h5, h6, #ownername, #mainmenu {
		font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
		font-weight: bold;
		}	
    #sidebar, #themepicker, #headerimgwrapper, #sidebarfooter {
		display:none !important;
	} 
    #copy {
		margin:0;
		padding:0;
	}
	
	#copy fieldset {border:none;}
	
	#copy legend {color:#f90;}
	
	#footer {
		position:static;
		margin-top:2em;
		font-size:1em;
	}
	
	#content{width:100%;}
	
	html>body #content {
		width:85%;
		margin-left:2em;
	}
}