/* 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%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* 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 
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; }


/* layout.css */

html 	{ text-align : center;  }

body { 
	position : relative; 
	width : 768px; 
	margin : 0 auto; 
	text-align : left;}

div#branding {
	width:100%;}

div#content { 
	position : relative; 
	width : 100%;
	height:0px;}


div#content_main {
	width : 555px;
	padding : 1em 0;
	float:left;}

div#blank {height:100%;}
  
div#content_sub { 
	float:right; 
	right : 0;  
 }
div#reg_form {
	position:relative;}
		
div#about_hub {
	padding : 1em 0;
	position:relative; }
	
div#steps {
	padding : 1em 10px;}
	
div#about_melcrum {
	padding : 1em 10px;
}

table#testable {
	border:0;
	padding:0;
	margin:0;}		

span#go_to_top img{
	margin-left:16px;}
	
span#go_to_top a{
	font-size:11px;}

td#botnav_left {
	font-size:11px;
	padding-left:16px;}
	
td#botnav_right {
	font-size:11px;
	padding-right:16px;}

