/* 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 { 
position : relative; 
width : 770px;
margin : 0 auto; 
text-align : left; }

div#content { 
position : relative;
margin : -47px 0 0 0;
padding : 4em 0; 
width : 100%; 
height: 100%;
overflow: hidden; }

div#branding, div#nav, div#site_info, div#referral {
width : 100%; }

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

div#nav_container {
position: relative;
height: 44px;
margin :-41px 0 0 0;
top: -31px;
z-index: 2; }

div#content_main {
position: relative;
float: right;  
width : 33%;
left: -5%;
padding : 1em 0px; }
  
div#content_sub {
position: relative;
float: left; 
width : 62%; 
padding: 1em 0px; }

div#site_info {
position: relative;
margin-top: 0; }

div#home_rt {
position: relative;
float: right; }

div#home_rt2 {
position: relative;
float: right;
top: -210px;
left: -85px;
overflow: hidden;}