/* Bryan Mytko 2010 */

/* common */
* {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.clear {
	clear: both;
}

/* general */

body {
	background: #fff;
	font-family: sans-serif;
	padding: 12px;
	font-size: 16px;
	line-height: 1.4em;
}

p {
	padding: 10px 0px;
}

a {
	color: #3f63b3;
}

a:hover {
	color: #000;
}

h2 {
	padding: 20px 0 0 10px;
	color: #3f63b3;
}

ul,li {
	list-style: none;
	margin-left: 12px;
}

/* structure */

div#mainContainer li {
	padding: 8px;
}

p.info {
	margin-top: 30px;
	margin-left: 8px;
}

p.info2 {
	margin-left: 8px;
}

div#mainContainer {
	background: url('../img/header.jpg') 5px 16px no-repeat;
	width: 620px;
	margin: 0 auto;
}

div#header {
	text-indent: -99999px;
	height: 1px;
	font-size: .01em;
}

div#info {
	padding: 20px;
	background: yellow;
	border: 1px solid #000;
}

/* Header Sprite */

div#headerSprite {
	margin: 16px 0 0 301px;
}

a.fb {
	width:44px;
	height:40px;
	background: url('../img/headerSprite.png') no-repeat 0 0;
	display:block;
	float: left;
}
a.fb:hover {
	background: url('../img/headerSprite.png') no-repeat 0 bottom;
}

a.twitter {
	width:54px;
	height:40px;
	background: url('../img/headerSprite.png') no-repeat -44px 0;
	display:block;
	float: left;
}
a.twitter:hover {
	background: url('../img/headerSprite.png') no-repeat -44px bottom;
}

a.linkedin {	
	width:44px;
	height:40px;
	background: url('../img/headerSprite.png') no-repeat -98px 0;
	display:block;
	float: left;
	}
a.linkedin:hover {
	background: url('../img/headerSprite.png') no-repeat -98px bottom;
}

