body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, span, label
{ margin : auto 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; }

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

html{
	text-align: center;
}

body{
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#branding{
	position: relative;
	left: 20px;
	top: 7px;
}

#nav_main{
	position: absolute;
	width: auto;
	top: 15px;
	right: 395px;
}
.nologin{
	right: 237px;
}

#nav_content{
	position: relative;
	top: 55px;
	margin:0 auto;
	width: auto;
}
#content{
	margin-top: 200px;
	min-width: 490px;
}
#content.no_levers{
	margin-top: 120px;
}
#content_main{
	min-width: 490px;
}
#content_main.login{
	margin-right: 295px;
}
#content_tools{
	position: absolute;
	width: 260px;
	left: 20px;
}
#content_main{
	position: relative;
	margin-left: 295px;
}
#corporate_info{
	position: relative;
	height: 100px;
	z-index: -1;
}
#login_standard{
	position: relative;
	margin-left: 20px;
}
#login_facebook{
	top: 0;
	right: 0;
	position: absolute;
	float: right;
	width: auto;
	margin-right: 20px;
}
#login_tools{
	position: relative;
	top: 10px;
}
#register_standard{
	min-height: 300px;
}
#team_logo{
	position: absolute;
	left: 20px;
}

