/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html { text-align : center;  }

body { 
background : url('../images/secondary_background.png') repeat-x top left;   }

div#page {
position : relative;
margin: 0px auto;
width: 984px;
text-align: left; }

div#content { 
position : relative;
top: 10px;
padding-top: 20px;
overflow: hidden;}

div#branding, div#nav_container, div#site_info, div#design {
width : 100%; }

div#branding {
position : relative;
height : 67px;
z-index : 1;  }

div#nav_container {
position: absolute;
left: 624px;
top: -5px; 
z-index: 2;}

div#main {
display: inline;
padding-left: 30px;
width: 564px;
max-width: 564px;
float: left; }

div#sub {
display: inline;
float: right;
width: 275px;
padding-right: 40px; }

div#site_info {
position: relative;
height: 75px;
margin-top: 40px; }

div#site_info p#copyright {
text-align: left;
padding-left: 0;
margin-left: 0; }

div#site_info p#quick_contact {
text-align: center;
margin-left: 0px;
top: 69px; }

div#design {
position: relative;
top: 5px; }

