@charset "utf-8";
/* CSS Document */

/* Global Styles */
* { margin: 0; padding: 0; border: 0;}
body, html, #container {text-align: center;	height: 100%; margin: 0 auto;}
body > #container {	width: 960px;height: auto; min-height: 100%;}
.clear {clear: both; margin: 0px; padding: 0px; }

/* Header Layout */
#header { width: 960px; height: 100px; margin: 0px; padding-bottom: 10px; }
#header-left{ width: 480px; padding-top: 20px; margin: 0px; float: left; height: 100px; }
#header-right{ width: 480px; padding: 0px; margin: 0px; float: right; height: 100px; }
#wrap-a { width: 480px;	padding-top: 35px;}
#wrap-b { width: 480px; }
#wrap-c { width: 480px; }
#logo { float: left; width: 399px; }
#linebk { width: 408px; float: right; }

/* Main Content Layout */
#mainContent { padding-bottom: 100px; width: 960px; height: auto; margin-bottom: 200px;}
#breadcrumb { width: 960px; height: 21px; background-color: #FBFAFA; margin-top: 10px; padding-top: 3px;}
#breadcrumb  p{ font-family: Gill Sans MT, Arial, Helvetica, sans-serif; font-size: 12px; font-color: #666666; text-align: leftfont-weight: bold; float: left;}
#canvas { width: 960px; padding-top: 20px; }

/*Footer Layout */
#footer { margin-top:  -100px; height: 100px; position: relative; clear: both; background-color: #000000; background-image: url(http://www.lpsmag.com/wp-content/images/bkgimg.jpg); background-repeat: repeat-x; padding-top: 10px; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: visible;}
.clearfix {display: inline-block;}



