/* Subsection 1: CSS Reset */
body, 
h1, h2, h3, 
p, ul, li, form, input,
table, tr, td,
header, nav, article, section, dialog, figure, aside, footer {
	border:0;
	margin:0;
	padding:0;
	font-size:100%;
}

/* Subsection 2: Standard HTML tags redefinition */

body {
	background: #fff;
	color:#000;
	font: 13px/18px "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	height:100%;
	width:100%;
	text-align:center;
}

a {
	color: #3366bb;
	font: 12px/16px "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	text-decoration: none;
	letter-spacing: 0px;
}

/* Subsection 3: Custom Classes */

#wrapper {
	padding-top:20%;
	margin:10px 10px 10px 10px;
	color:#ccc;
	font:18px/18px Arial, Helvetica;
}

#wrapper img {
	margin:20px 2px 0px 2px;
	height:30px;
	width:30px;
	border:0px;
}

#wrapper li {
	display:inline;
	list-style:none;
}

#content2 {
	padding-top: 18px;
	color: #000;
	font: 12px/16px "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	letter-spacing: 1px;
}