/* ##############################################################################
PRINT STYLES
################################################################################# */

/* ------------------------------------------------------------------------------ 
structure
--------------------------------------------------------------------------------- */
body { font: 12px/1.5 Arial }
#outer_header { }
#inner_header { }
#picture_one { float: right; }
#content { }
body > #content { }
#at_a_glance_column { float: left; text-align: center; width: 150px; border: 1px dotted #000; margin: 0 10px 0 0; padding: 0 10px 0 10px; }
#copy_column { float: left; width: 250px; }
#pictures_column { float: right; width: 200px; }
#outer_footer { display: none; }
#inner_footer { display: none; }
#glance_footer { display: none; }
/* ------------------------------------------------------------------------------ 
text
--------------------------------------------------------------------------------- */
h1 { }
h2 { }
h2#welcome { }
h2#features { }
h2#location { }
h2#rates { }
h2#contact { }
h2#about { }
p { margin: 20px 0 20px 0; }
/* ------------------------------------------------------------------------------ 
links
--------------------------------------------------------------------------------- */
a {  }
a:hover {  }
/* ------------------------------------------------------------------------------ 
images
--------------------------------------------------------------------------------- */
#pictures_column img, #picture_one img { margin: 0 0 20px 0; }
/* ------------------------------------------------------------------------------ 
lists
--------------------------------------------------------------------------------- */
ul { margin: 0; list-style: none; padding: 0; text-indent: 0; }
li { line-height: 1.5; }
