* {
	margin:0pt;
	padding:0pt;
}
body {
	background-color:#99aabb;
	color:#D4E6F7;
	/*color:#6699cc;*/
	text-align:center;
	font-family:Verdana;
	font-size:0.8em;
}

a {
	color:#554433;
	text-decoration:none;
}

a:hover, a:focus {
	color:#000000;
}

img {
	border:0;
}

img#profilePic {
	margin-right:30px;
}

.header {
	float:right;
}

div#mainContainer {
	overflow:auto;
	width:450px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	background-color:#334455;
	text-align:left;
}

div#container {
	padding:0px 0 0px 0;
	margin:10px;
	float:left;
/*	background-color:#334455;*/
}

div#content {
	float:left;
}

.picture {
	float:left;
	margin:2px;
}

div#menu {
	padding-top:5px;
	float:right;
	width:260px;
	background-color:#778899;
	text-align:center;
}

div#flickr {
	text-align:center;
}

div#flickr img {
	margin:0 5px 5px 5px;
}

h2 {
/*	font-family:georgia, "times new roman", times, serif; */
	font-weight: normal;
}

h3 {
	font-size:1.1em !important;
	font-weight:bold;
}

ul.skills li img {
	float: right;
	padding: 2px 2px;
}

ul.skills li span {
	text-shadow: 0 1px 0 #111;
}
.social {
	margin-left: 20px;
}
ul.socialIcons {
	list-style-type: none;
	height: 60px;
	padding: 5px;
}

ul.socialIcons li {
	float: left;
	margin: 8px;
	height: 44px;
	width: 54px;
	text-align: center;
}

ul.socialIcons li a {
	font: 600 11px 'Open Sans', sans-serif;
	color: #fff;
	text-shadow: 0 1px 0 #111;
	text-decoration: none;
	display: block;
	height: 12px;
}

ul.socialIcons li a:hover {
    text-shadow: 0 1px 0 #000, 0 0 2px, 0 0 2px #6d8a00, 0 0 3px #6d8a00;
}

ul.socialIcons li a img {
	height: 32px;

}
ul.socialIcons li a img:hover {
    
}

