/**
 * Default Styles for layout elements of the tandrtrailer mainsite
 * These styles used mainly in APPLICATION_PATH/views/scripts/laytout.phtml
 * layout.phtml is used whenever Zend_Layout is utilized
 */
 
/* global
----------------------------------------------- */
#footer {
margin: 20px 0 0 0;
padding: 10px 0 0 0;
border-top: 1px dotted #666666;
text-align: center;
}