* {
	margin: 0;
	padding: 0;
}

html, body {
	text-align: center;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.125em; /* 16×1.125=18 */
	height: 100%;
}
#social {
	margin-left:470px;float:left;margin-top:53px;
}

#social img{
	margin-left:3px;margin-right:2px;
}


p {
	font-size: 0.875em;
	line-height: 1.5em;
	margin: 1.25em 0;
}

h1 {
	font-size: 1.5em;
	line-height: 1em;
}

h2 {
	font-size: 1.25em;	
}

h3 {
	font-size: 1.125em;
}

h4 {
	font-size: 1.025em;
}

h2,h3,h4,h5 {
	line-height: 100%;
}

a img { border: 0 }

a:link, a:visited, a:active { border: 0; outline: none; }

.bodyWrapper {
	text-align: left;
}

.i { font-style: italic; }
.b { font-weight: bold; }
.u { text-decoration: underline; }
.s { text-decoration: line-through; }

.caps { text-transform: capitalize; }
.scaps { font-variant: small-caps; }

.c { text-align: center; }
.r { text-align: right; }
.l { text-align: left; }
.j { text-align: justify; }

.sm { font-size: 0.75em; }
.big { font-size: 150%; }
.xl { font-size: 1.375em; }

.l {
	text-align: left;
}



.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.block { display: block; }

.hide { display: none; }

.serif { font-family: "Times New Roman", Times, serif; }

.white { color: #FFF; }
.red { color: #F00; }
.dred { color: #C00; }
.blue { color: #00F; }
.orange { color: #FC0; }
.yellow { color: #FF0; }

.indent { text-indent: 2em; }

.req { color: #F00; }

.hilight {
	display: inline-block;
	background: #FF0;
	color: #000;
	padding-left: 6px;
	padding-right: 6px;
}
